#9EC86E

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

Shades of Olivine #9EC86E

Tints of Olivine #9EC86E

Color information

#9EC86E (or 0x9EC86E) is unknown color: approx Olivine. HEX triplet: 9E, C8 and 6E. RGB value is (158,200,110). Sum of RGB (Red+Green+Blue) = 158+200+110=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC86E is #613791. Grayscale: #B1B1B1. Windows color (decimal): -6371218 or 7260318. OLE color: 7260318.

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

Color convert

RGB158200110-
CMYK0.2100.450.22
HSL88º45%60.78%-
HSV(B)88º45%78.43%-
XYZ37.5749.722.37-
YUV177.1890.09114.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=33.76%
G=42.74%
B=23.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001100.2100.450.22884560.78
Hex9EC86E1502D16582d3d
Octal23631015625055261305575
Binary10011110110010001101110101010101101101101011000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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