#9ECA6F

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

Shades of Olivine #9ECA6F

Tints of Olivine #9ECA6F

Color information

#9ECA6F (or 0x9ECA6F) is unknown color: approx Olivine. HEX triplet: 9E, CA and 6F. RGB value is (158,202,111). Sum of RGB (Red+Green+Blue) = 158+202+111=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA6F is #613590. Grayscale: #B2B2B2. Windows color (decimal): -6370705 or 7326366. OLE color: 7326366.

HSL color Cylindrical-coordinate representation of color #9ECA6F: hue angle of 89.01º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECA6F is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB158202111-
CMYK0.2200.450.21
HSL89.01º46.19%61.37%-
HSV(B)89.01º45.05%79.22%-
XYZ38.0950.6622.81-
YUV178.4789.92113.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=33.55%
G=42.89%
B=23.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021110.2200.450.2189.0146.1961.37
Hex9ECA6F1602D15592e3d
Octal23631215726055251315675
Binary10011110110010101101111101100101101101011011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,202,111); }

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

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

 a { background-color: rgb(158,202,111); }

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

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

 span { border-color: rgb(158,202,111); }

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