#9CCD6D

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

Shades of Olivine #9CCD6D

Tints of Olivine #9CCD6D

Color information

#9CCD6D (or 0x9CCD6D) is unknown color: approx Olivine. HEX triplet: 9C, CD and 6D. RGB value is (156,205,109). Sum of RGB (Red+Green+Blue) = 156+205+109=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD6D is #633292. Grayscale: #B3B3B3. Windows color (decimal): -6501011 or 7196060. OLE color: 7196060.

HSL color Cylindrical-coordinate representation of color #9CCD6D: hue angle of 90.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CCD6D is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB156205109-
CMYK0.2400.470.20
HSL90.62º48.98%61.57%-
HSV(B)90.62º46.83%80.39%-
XYZ38.351.8322.45-
YUV179.488.27111.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=33.19%
G=43.62%
B=23.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051090.2400.470.2090.6248.9861.57
Hex9CCD6D1802F145b313e
Octal23431515530057241336176
Binary10011100110011011101101110000101111101001011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,109); }

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

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

 a { background-color: rgb(156,205,109); }

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

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

 span { border-color: rgb(156,205,109); }

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