#9EC164

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

Shades of Olivine #9EC164

Tints of Olivine #9EC164

Color information

#9EC164 (or 0x9EC164) is unknown color: approx Olivine. HEX triplet: 9E, C1 and 64. RGB value is (158,193,100). Sum of RGB (Red+Green+Blue) = 158+193+100=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC164 is #613E9B. Grayscale: #ACACAC. Windows color (decimal): -6373020 or 6603166. OLE color: 6603166.

HSL color Cylindrical-coordinate representation of color #9EC164: hue angle of 82.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC164 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB158193100-
CMYK0.1800.480.24
HSL82.58º42.86%57.45%-
HSV(B)82.58º48.19%75.69%-
XYZ35.4746.3319.13-
YUV171.9387.4118.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 193 (75.78% from 255) = 42.79%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=35.03%
G=42.79%
B=22.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581931000.1800.480.2482.5842.8657.45
Hex9EC1641203018532b39
Octal23630114422060301235371
Binary10011110110000011100100100100110000110001010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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