#9EC476

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

Shades of Olivine #9EC476

Tints of Olivine #9EC476

Color information

#9EC476 (or 0x9EC476) is unknown color: approx Olivine. HEX triplet: 9E, C4 and 76. RGB value is (158,196,118). Sum of RGB (Red+Green+Blue) = 158+196+118=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC476 is #613B89. Grayscale: #B0B0B0. Windows color (decimal): -6372234 or 7783582. OLE color: 7783582.

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

Color convert

RGB158196118-
CMYK0.1900.400.23
HSL89.23º39.8%61.57%-
HSV(B)89.23º39.8%76.86%-
XYZ37.1148.0624.46-
YUV175.7595.41115.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 118 (46.48% from 255) = 25%
R=33.47%
G=41.53%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961180.1900.400.2389.2339.861.57
Hex9EC476130281759283e
Octal23630416623050271315076
Binary10011110110001001110110100110101000101111011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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