#9EC45A

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

Shades of Olivine #9EC45A

Tints of Olivine #9EC45A

Color information

#9EC45A (or 0x9EC45A) is unknown color: approx Olivine. HEX triplet: 9E, C4 and 5A. RGB value is (158,196,90). Sum of RGB (Red+Green+Blue) = 158+196+90=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC45A is #613BA5. Grayscale: #ACACAC. Windows color (decimal): -6372262 or 5948574. OLE color: 5948574.

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

Color convert

RGB15819690-
CMYK0.1900.540.23
HSL81.51º47.32%56.08%-
HSV(B)81.51º54.08%76.86%-
XYZ35.6947.4916.96-
YUV172.5581.41117.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=35.59%
G=44.14%
B=20.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal158196900.1900.540.2381.5147.3256.08
Hex9EC45A1303617522f38
Octal23630413223066271225770
Binary10011110110001001011010100110110110101111010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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