#9CDD63

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

Shades of Conifer #9CDD63

Tints of Conifer #9CDD63

Color information

#9CDD63 (or 0x9CDD63) is unknown color: approx Conifer. HEX triplet: 9C, DD and 63. RGB value is (156,221,99). Sum of RGB (Red+Green+Blue) = 156+221+99=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD63 is #63229C. Grayscale: #BCBCBC. Windows color (decimal): -6496925 or 6544796. OLE color: 6544796.

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

Color convert

RGB15622199-
CMYK0.2900.550.13
HSL91.97º64.21%62.75%-
HSV(B)91.97º55.2%86.67%-
XYZ41.8259.6821.12-
YUV187.6677.97105.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 99 (39.06% from 255) = 20.80%
R=32.77%
G=46.43%
B=20.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156221990.2900.550.1391.9764.2162.75
Hex9CDD631D037D5c403f
Octal234335143350671513410077
Binary10011100110111011100011111010110111110110111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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