#9CFF60

Color #9CFF60 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9CFF60

Tints of Conifer #9CFF60

Color information

#9CFF60 (or 0x9CFF60) is unknown color: approx Conifer. HEX triplet: 9C, FF and 60. RGB value is (156,255,96). Sum of RGB (Red+Green+Blue) = 156+255+96=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF60 is #63009F. Grayscale: #CFCFCF. Windows color (decimal): -6488224 or 6356892. OLE color: 6356892.

HSL color Cylindrical-coordinate representation of color #9CFF60: hue angle of 97.36º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CFF60 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB15625596-
CMYK0.3900.620
HSL97.36º100%68.82%-
HSV(B)97.36º62.35%100%-
XYZ51.5879.4323.68-
YUV207.2765.291.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 96 (37.89% from 255) = 18.93%
R=30.77%
G=50.30%
B=18.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal156255960.3900.62097.3610068.82
Hex9CFF602703E0616445
Octal234377140470760141144105
Binary1001110011111111110000010011101111100110000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CFF60; }

 p { color: rgb(156,255,96); }

 H1.HeaderClassName
 {
   color: #9CFF60;
 }
 .AnyTagClassName
 {
   color: #9CFF60;
 }
</style>
background-color css

<style>
 a { background-color: #9CFF60; }

 a { background-color: rgb(156,255,96); }

 div.DivClassName
 {
   background-color: #9CFF60;
 }
 .BgClassName
 {
   background-color: #9CFF60;
 }
</style>
border-color css

<style>
 span { border-color: #9CFF60; }

 span { border-color: rgb(156,255,96); }

 td.TdClassName
 {
   border-color: #9CFF60;
 }
 .TagClassName
 {
   border-color: #9CFF60;
 }
</style>