#9EA16D

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

Shades of Avocado #9EA16D

Tints of Avocado #9EA16D

Color information

#9EA16D (or 0x9EA16D) is unknown color: approx Avocado. HEX triplet: 9E, A1 and 6D. RGB value is (158,161,109). Sum of RGB (Red+Green+Blue) = 158+161+109=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA16D is #615E92. Grayscale: #9A9A9A. Windows color (decimal): -6381203 or 7184798. OLE color: 7184798.

HSL color Cylindrical-coordinate representation of color #9EA16D: hue angle of 63.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA16D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB158161109-
CMYK0.0200.320.37
HSL63.46º21.67%52.94%-
HSV(B)63.46º32.3%63.14%-
XYZ29.6133.8619.44-
YUV154.17102.51130.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=36.92%
G=37.62%
B=25.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611090.0200.320.3763.4621.6752.94
Hex9EA16D2020253f1635
Octal236241155204045772665
Binary1001111010100001110110110010000010010111111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,109); }

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

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

 a { background-color: rgb(158,161,109); }

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

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

 span { border-color: rgb(158,161,109); }

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