#ADDBA8

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

Shades of Moss Green #ADDBA8

Tints of Moss Green #ADDBA8

Color information

#ADDBA8 (or 0xADDBA8) is unknown color: approx Moss Green. HEX triplet: AD, DB and A8. RGB value is (173,219,168). Sum of RGB (Red+Green+Blue) = 173+219+168=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA8 is #522457. Grayscale: #C7C7C7. Windows color (decimal): -5383256 or 11066285. OLE color: 11066285.

HSL color Cylindrical-coordinate representation of color #ADDBA8: hue angle of 114.12º 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 #ADDBA8 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB173219168-
CMYK0.2100.230.14
HSL114.12º41.46%75.88%-
HSV(B)114.12º23.29%85.88%-
XYZ49.6362.3746.47-
YUV199.43110.26109.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 168 (66.02% from 255) = 30%
R=30.89%
G=39.11%
B=30%

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
Decimal1732191680.2100.230.14114.1241.4675.88
HexADDBA815017E72294c
Octal255333250250271616251114
Binary10101101110110111010100010101010111111011100101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBA8; }

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

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

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

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

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

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

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

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