#ADDBA9

Color #ADDBA9 Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #ADDBA9

Tints of Moss Green #ADDBA9

Color information

#ADDBA9 (or 0xADDBA9) is unknown color: approx Moss Green. HEX triplet: AD, DB and A9. RGB value is (173,219,169). Sum of RGB (Red+Green+Blue) = 173+219+169=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA9 is #522456. Grayscale: #C7C7C7. Windows color (decimal): -5383255 or 11131821. OLE color: 11131821.

HSL color Cylindrical-coordinate representation of color #ADDBA9: hue angle of 115.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDBA9 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB173219169-
CMYK0.2100.230.14
HSL115.2º40.98%76.08%-
HSV(B)115.2º22.83%85.88%-
XYZ49.7362.4146.96-
YUV199.55110.76109.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=30.84%
G=39.04%
B=30.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191690.2100.230.14115.240.9876.08
HexADDBA915017E73294c
Octal255333251250271616351114
Binary10101101110110111010100110101010111111011100111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBA9; }

 p { color: rgb(173,219,169); }

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

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

 a { background-color: rgb(173,219,169); }

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

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

 span { border-color: rgb(173,219,169); }

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