#ADDBAE

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

Shades of Moss Green #ADDBAE

Tints of Moss Green #ADDBAE

Color information

#ADDBAE (or 0xADDBAE) is unknown color: approx Moss Green. HEX triplet: AD, DB and AE. RGB value is (173,219,174). Sum of RGB (Red+Green+Blue) = 173+219+174=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBAE is #522451. Grayscale: #C8C8C8. Windows color (decimal): -5383250 or 11459501. OLE color: 11459501.

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

Color convert

RGB173219174-
CMYK0.2100.210.14
HSL121.3º38.98%76.86%-
HSV(B)121.3º21%85.88%-
XYZ50.2162.649.48-
YUV200.12113.26108.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=30.57%
G=38.69%
B=30.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191740.2100.210.14121.338.9876.86
HexADDBAE15015E79274d
Octal255333256250251617147115
Binary10101101110110111010111010101010101111011110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBAE; }

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

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

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

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

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

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

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

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