#9CFA5F

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

Shades of Conifer #9CFA5F

Tints of Conifer #9CFA5F

Color information

#9CFA5F (or 0x9CFA5F) is unknown color: approx Conifer. HEX triplet: 9C, FA and 5F. RGB value is (156,250,95). Sum of RGB (Red+Green+Blue) = 156+250+95=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFA5F is #6305A0. Grayscale: #CCCCCC. Windows color (decimal): -6489505 or 6290076. OLE color: 6290076.

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

Color convert

RGB15625095-
CMYK0.3800.620.02
HSL96.39º93.94%67.65%-
HSV(B)96.39º62%98.04%-
XYZ49.9676.2722.91-
YUV204.2266.3693.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 250 (98.05% from 255) = 49.90%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=31.14%
G=49.90%
B=18.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156250950.3800.620.0296.3993.9467.65
Hex9CFA5F2603E2605e44
Octal234372137460762140136104
Binary10011100111110101011111100110011111010110000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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