#9DA16E

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

Shades of Avocado #9DA16E

Tints of Avocado #9DA16E

Color information

#9DA16E (or 0x9DA16E) is unknown color: approx Avocado. HEX triplet: 9D, A1 and 6E. RGB value is (157,161,110). Sum of RGB (Red+Green+Blue) = 157+161+110=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA16E is #625E91. Grayscale: #9A9A9A. Windows color (decimal): -6446738 or 7250333. OLE color: 7250333.

HSL color Cylindrical-coordinate representation of color #9DA16E: hue angle of 64.71º degrees, saturation: 0.21, 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 #9DA16E is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB157161110-
CMYK0.0200.320.37
HSL64.71º21.34%53.14%-
HSV(B)64.71º31.68%63.14%-
XYZ29.4633.7819.72-
YUV153.99103.17130.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=36.68%
G=37.62%
B=25.70%

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
Decimal1571611100.0200.320.3764.7121.3453.14
Hex9DA16E202025411535
Octal2352411562040451012565
Binary10011101101000011101110100100000100101100000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,161,110); }

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

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

 a { background-color: rgb(157,161,110); }

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

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

 span { border-color: rgb(157,161,110); }

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