#9EC86A

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

Shades of Olivine #9EC86A

Tints of Olivine #9EC86A

Color information

#9EC86A (or 0x9EC86A) is unknown color: approx Olivine. HEX triplet: 9E, C8 and 6A. RGB value is (158,200,106). Sum of RGB (Red+Green+Blue) = 158+200+106=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC86A is #613795. Grayscale: #B1B1B1. Windows color (decimal): -6371222 or 6998174. OLE color: 6998174.

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

Color convert

RGB158200106-
CMYK0.2100.470.22
HSL86.81º46.08%60%-
HSV(B)86.81º47%78.43%-
XYZ37.3649.6221.24-
YUV176.7388.09114.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=34.05%
G=43.10%
B=22.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001060.2100.470.2286.8146.0860
Hex9EC86A1502F16572e3c
Octal23631015225057261275674
Binary10011110110010001101010101010101111101101010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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