#9CFD5F

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

Shades of Conifer #9CFD5F

Tints of Conifer #9CFD5F

Color information

#9CFD5F (or 0x9CFD5F) is unknown color: approx Conifer. HEX triplet: 9C, FD and 5F. RGB value is (156,253,95). Sum of RGB (Red+Green+Blue) = 156+253+95=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD5F is #6302A0. Grayscale: #CECECE. Windows color (decimal): -6488737 or 6290844. OLE color: 6290844.

HSL color Cylindrical-coordinate representation of color #9CFD5F: hue angle of 96.84º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CFD5F is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB15625395-
CMYK0.3800.620.01
HSL96.84º97.53%68.24%-
HSV(B)96.84º62.45%99.22%-
XYZ50.978.1423.23-
YUV205.9865.3692.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=30.95%
G=50.20%
B=18.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156253950.3800.620.0196.8497.5368.24
Hex9CFD5F2603E1616244
Octal234375137460761141142104
Binary1001110011111101101111110011001111101110000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,253,95); }

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

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

 a { background-color: rgb(156,253,95); }

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

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

 span { border-color: rgb(156,253,95); }

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