#9ECD6D

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

Shades of Olivine #9ECD6D

Tints of Olivine #9ECD6D

Color information

#9ECD6D (or 0x9ECD6D) is unknown color: approx Olivine. HEX triplet: 9E, CD and 6D. RGB value is (158,205,109). Sum of RGB (Red+Green+Blue) = 158+205+109=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD6D is #613292. Grayscale: #B4B4B4. Windows color (decimal): -6369939 or 7196062. OLE color: 7196062.

HSL color Cylindrical-coordinate representation of color #9ECD6D: hue angle of 89.38º 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 #9ECD6D is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB158205109-
CMYK0.2300.470.20
HSL89.38º48.98%61.57%-
HSV(B)89.38º46.83%80.39%-
XYZ38.6952.0422.47-
YUV18087.93112.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=33.47%
G=43.43%
B=23.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051090.2300.470.2089.3848.9861.57
Hex9ECD6D1702F1459313e
Octal23631515527057241316176
Binary10011110110011011101101101110101111101001011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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