#9CDA50

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

Shades of Conifer #9CDA50

Tints of Conifer #9CDA50

Color information

#9CDA50 (or 0x9CDA50) is unknown color: approx Conifer. HEX triplet: 9C, DA and 50. RGB value is (156,218,80). Sum of RGB (Red+Green+Blue) = 156+218+80=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA50 is #6325AF. Grayscale: #B8B8B8. Windows color (decimal): -6497712 or 5298844. OLE color: 5298844.

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

Color convert

RGB15621880-
CMYK0.2800.630.15
HSL86.96º65.09%58.43%-
HSV(B)86.96º63.3%85.49%-
XYZ40.2357.7916.62-
YUV183.7369.46108.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 218 (85.55% from 255) = 48.02%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=34.36%
G=48.02%
B=17.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156218800.2800.630.1586.9665.0958.43
Hex9CDA501C03FF57413a
Octal234332120340771712710172
Binary10011100110110101010000111000111111111110101111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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