#9EC970

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

Shades of Olivine #9EC970

Tints of Olivine #9EC970

Color information

#9EC970 (or 0x9EC970) is unknown color: approx Olivine. HEX triplet: 9E, C9 and 70. RGB value is (158,201,112). Sum of RGB (Red+Green+Blue) = 158+201+112=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC970 is #61368F. Grayscale: #B2B2B2. Windows color (decimal): -6370960 or 7391646. OLE color: 7391646.

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

Color convert

RGB158201112-
CMYK0.2100.440.21
HSL88.99º45.18%61.37%-
HSV(B)88.99º44.28%78.82%-
XYZ37.9150.2123.02-
YUV17890.75113.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=33.55%
G=42.68%
B=23.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582011120.2100.440.2188.9945.1861.37
Hex9EC9701502C15592d3d
Octal23631116025054251315575
Binary10011110110010011110000101010101100101011011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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