#9CF85D

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

Shades of Conifer #9CF85D

Tints of Conifer #9CF85D

Color information

#9CF85D (or 0x9CF85D) is unknown color: approx Conifer. HEX triplet: 9C, F8 and 5D. RGB value is (156,248,93). Sum of RGB (Red+Green+Blue) = 156+248+93=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF85D is #6307A2. Grayscale: #CBCBCB. Windows color (decimal): -6490019 or 6158492. OLE color: 6158492.

HSL color Cylindrical-coordinate representation of color #9CF85D: hue angle of 95.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CF85D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB15624893-
CMYK0.3700.620.03
HSL95.61º91.72%66.86%-
HSV(B)95.61º62.5%97.25%-
XYZ49.2574.9922.24-
YUV202.8266.0294.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 248 (97.27% from 255) = 49.90%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=31.39%
G=49.90%
B=18.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal156248930.3700.620.0395.6191.7266.86
Hex9CF85D2503E3605c43
Octal234370135450763140134103
Binary10011100111110001011101100101011111011110000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,248,93); }

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

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

 a { background-color: rgb(156,248,93); }

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

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

 span { border-color: rgb(156,248,93); }

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