#9EC165

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

Shades of Olivine #9EC165

Tints of Olivine #9EC165

Color information

#9EC165 (or 0x9EC165) is unknown color: approx Olivine. HEX triplet: 9E, C1 and 65. RGB value is (158,193,101). Sum of RGB (Red+Green+Blue) = 158+193+101=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC165 is #613E9A. Grayscale: #ACACAC. Windows color (decimal): -6373019 or 6668702. OLE color: 6668702.

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

Color convert

RGB158193101-
CMYK0.1800.480.24
HSL82.83º42.59%57.65%-
HSV(B)82.83º47.67%75.69%-
XYZ35.5246.3519.39-
YUV172.0587.9117.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=34.96%
G=42.70%
B=22.35%

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
Decimal1581931010.1800.480.2482.8342.5957.65
Hex9EC1651203018532b3a
Octal23630114522060301235372
Binary10011110110000011100101100100110000110001010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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