#9CF564

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

Shades of Conifer #9CF564

Tints of Conifer #9CF564

Color information

#9CF564 (or 0x9CF564) is unknown color: approx Conifer. HEX triplet: 9C, F5 and 64. RGB value is (156,245,100). Sum of RGB (Red+Green+Blue) = 156+245+100=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF564 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF564 is #630A9B. Grayscale: #CACACA. Windows color (decimal): -6490780 or 6616476. OLE color: 6616476.

HSL color Cylindrical-coordinate representation of color #9CF564: hue angle of 96.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CF564 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB156245100-
CMYK0.3600.590.04
HSL96.83º87.88%67.65%-
HSV(B)96.83º59.18%96.08%-
XYZ48.6673.2923.64-
YUV201.8670.5195.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 245 (96.09% from 255) = 48.90%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=31.14%
G=48.90%
B=19.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451000.3600.590.0496.8387.8867.65
Hex9CF5642403B4615844
Octal234365144440734141130104
Binary100111001111010111001001001000111011100110000110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,245,100); }

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

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

 a { background-color: rgb(156,245,100); }

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

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

 span { border-color: rgb(156,245,100); }

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