#9ECD6E

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

Shades of Olivine #9ECD6E

Tints of Olivine #9ECD6E

Color information

#9ECD6E (or 0x9ECD6E) is unknown color: approx Olivine. HEX triplet: 9E, CD and 6E. RGB value is (158,205,110). Sum of RGB (Red+Green+Blue) = 158+205+110=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD6E is #613291. Grayscale: #B4B4B4. Windows color (decimal): -6369938 or 7261598. OLE color: 7261598.

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

Color convert

RGB158205110-
CMYK0.2300.460.20
HSL89.68º48.72%61.76%-
HSV(B)89.68º46.34%80.39%-
XYZ38.7552.0622.76-
YUV180.1288.43112.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=33.40%
G=43.34%
B=23.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051100.2300.460.2089.6848.7261.76
Hex9ECD6E1702E145a313e
Octal23631515627056241326176
Binary10011110110011011101110101110101110101001011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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