#9EC464

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

Shades of Olivine #9EC464

Tints of Olivine #9EC464

Color information

#9EC464 (or 0x9EC464) is unknown color: approx Olivine. HEX triplet: 9E, C4 and 64. RGB value is (158,196,100). Sum of RGB (Red+Green+Blue) = 158+196+100=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC464 is #613B9B. Grayscale: #AEAEAE. Windows color (decimal): -6372252 or 6603934. OLE color: 6603934.

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

Color convert

RGB158196100-
CMYK0.1900.490.23
HSL83.75º44.86%58.04%-
HSV(B)83.75º48.98%76.86%-
XYZ36.1447.6719.35-
YUV173.6986.41116.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=34.80%
G=43.17%
B=22.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961000.1900.490.2383.7544.8658.04
Hex9EC4641303117542d3a
Octal23630414423061271245572
Binary10011110110001001100100100110110001101111010100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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