#9CDA52

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

Shades of Conifer #9CDA52

Tints of Conifer #9CDA52

Color information

#9CDA52 (or 0x9CDA52) is unknown color: approx Conifer. HEX triplet: 9C, DA and 52. RGB value is (156,218,82). Sum of RGB (Red+Green+Blue) = 156+218+82=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA52 is #6325AD. Grayscale: #B8B8B8. Windows color (decimal): -6497710 or 5429916. OLE color: 5429916.

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

Color convert

RGB15621882-
CMYK0.2800.620.15
HSL87.35º64.76%58.82%-
HSV(B)87.35º62.39%85.49%-
XYZ40.357.8217.02-
YUV183.9670.46108.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 218 (85.55% from 255) = 47.81%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=34.21%
G=47.81%
B=17.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156218820.2800.620.1587.3564.7658.82
Hex9CDA521C03EF57413b
Octal234332122340761712710173
Binary10011100110110101010010111000111110111110101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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