#9CDA5F

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

Shades of Conifer #9CDA5F

Tints of Conifer #9CDA5F

Color information

#9CDA5F (or 0x9CDA5F) is unknown color: approx Conifer. HEX triplet: 9C, DA and 5F. RGB value is (156,218,95). Sum of RGB (Red+Green+Blue) = 156+218+95=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA5F is #6325A0. Grayscale: #B9B9B9. Windows color (decimal): -6497697 or 6281884. OLE color: 6281884.

HSL color Cylindrical-coordinate representation of color #9CDA5F: hue angle of 90.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CDA5F is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB15621895-
CMYK0.2800.560.15
HSL90.24º62.44%61.37%-
HSV(B)90.24º56.42%85.49%-
XYZ40.8558.0419.88-
YUV185.4476.96107-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 218 (85.55% from 255) = 46.48%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=33.26%
G=46.48%
B=20.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156218950.2800.560.1590.2462.4461.37
Hex9CDA5F1C038F5a3e3d
Octal23433213734070171327675
Binary1001110011011010101111111100011100011111011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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