#9EC469

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

Shades of Olivine #9EC469

Tints of Olivine #9EC469

Color information

#9EC469 (or 0x9EC469) is unknown color: approx Olivine. HEX triplet: 9E, C4 and 69. RGB value is (158,196,105). Sum of RGB (Red+Green+Blue) = 158+196+105=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC469 is #613B96. Grayscale: #AEAEAE. Windows color (decimal): -6372247 or 6931614. OLE color: 6931614.

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

Color convert

RGB158196105-
CMYK0.1900.460.23
HSL85.05º43.54%59.02%-
HSV(B)85.05º46.43%76.86%-
XYZ36.3947.7720.67-
YUV174.2688.91116.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=34.42%
G=42.70%
B=22.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961050.1900.460.2385.0543.5459.02
Hex9EC4691302E17552c3b
Octal23630415123056271255473
Binary10011110110001001101001100110101110101111010101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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