#9CDC63

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

Shades of Conifer #9CDC63

Tints of Conifer #9CDC63

Color information

#9CDC63 (or 0x9CDC63) is unknown color: approx Conifer. HEX triplet: 9C, DC and 63. RGB value is (156,220,99). Sum of RGB (Red+Green+Blue) = 156+220+99=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC63 is #63239C. Grayscale: #BBBBBB. Windows color (decimal): -6497181 or 6544540. OLE color: 6544540.

HSL color Cylindrical-coordinate representation of color #9CDC63: hue angle of 91.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CDC63 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB15622099-
CMYK0.2900.550.14
HSL91.74º63.35%62.55%-
HSV(B)91.74º55%86.27%-
XYZ41.5659.1621.03-
YUV187.0778.3105.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=32.84%
G=46.32%
B=20.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156220990.2900.550.1491.7463.3562.55
Hex9CDC631D037E5c3f3f
Octal23433414335067161347777
Binary1001110011011100110001111101011011111101011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,99); }

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

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

 a { background-color: rgb(156,220,99); }

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

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

 span { border-color: rgb(156,220,99); }

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