#9EC470

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

Shades of Olivine #9EC470

Tints of Olivine #9EC470

Color information

#9EC470 (or 0x9EC470) is unknown color: approx Olivine. HEX triplet: 9E, C4 and 70. RGB value is (158,196,112). Sum of RGB (Red+Green+Blue) = 158+196+112=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC470 is #613B8F. Grayscale: #AFAFAF. Windows color (decimal): -6372240 or 7390366. OLE color: 7390366.

HSL color Cylindrical-coordinate representation of color #9EC470: hue angle of 87.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EC470 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB158196112-
CMYK0.1900.430.23
HSL87.14º41.58%60.39%-
HSV(B)87.14º42.86%76.86%-
XYZ36.7747.9222.64-
YUV175.0692.41115.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=33.91%
G=42.06%
B=24.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961120.1900.430.2387.1441.5860.39
Hex9EC4701302B17572a3c
Octal23630416023053271275274
Binary10011110110001001110000100110101011101111010111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,196,112); }

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

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

 a { background-color: rgb(158,196,112); }

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

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

 span { border-color: rgb(158,196,112); }

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