#9EC96A

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

Shades of Olivine #9EC96A

Tints of Olivine #9EC96A

Color information

#9EC96A (or 0x9EC96A) is unknown color: approx Olivine. HEX triplet: 9E, C9 and 6A. RGB value is (158,201,106). Sum of RGB (Red+Green+Blue) = 158+201+106=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC96A is #613695. Grayscale: #B1B1B1. Windows color (decimal): -6370966 or 6998430. OLE color: 6998430.

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

Color convert

RGB158201106-
CMYK0.2100.470.21
HSL87.16º46.8%60.2%-
HSV(B)87.16º47.26%78.82%-
XYZ37.5950.0821.32-
YUV177.3187.75114.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=33.98%
G=43.23%
B=22.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582011060.2100.470.2187.1646.860.2
Hex9EC96A1502F15572f3c
Octal23631115225057251275774
Binary10011110110010011101010101010101111101011010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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