Html Css Color HEX #AADDAB Moss Green

📋 copy color: '#AADDAB'

red 170 ◦ green 221 ◦ blue 171

#AADDAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moss Green #AADDAB

Tints of Moss Green #AADDAB

RGB

 RED value IS 170 (66.8% from 255) = 30.25%

 GREEN value IS 221 (86.72% from 255) = 39.32%

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 30.25%
G = 39.32%
B = 30.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#AADDAB (or 0xAADDAB) is known color: Moss Green. HEX triplet: AA, DD and AB. RGB value is (170,221,171). Sum of RGB (Red+Green+Blue) = 170+221+171=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDAB is #552254. Grayscale: #C8C8C8. Windows color (decimal): -5579349 or 11263402. OLE color: 11263402.

HSL color Cylindrical-coordinate representation of color #AADDAB: hue angle of 121.18º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDAB is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 171 -
CMYK 0.23 0 0.23 0.13
HSL 121.18º 0.43% 0.77% -
HSV(B) 121.18º 0.23% 0.87% -
XYZ 49.78 63.2 48.1 -
YUV 200.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 170 221 171 0.23 0 0.23 0.13 121.18 0.43 0.77
Hex AA DD AB 17 0 17 D 79 2B 4D
Octal 252 335 253 27 0 27 15 171 53 115
Binary 10101010 11011101 10101011 10111 0 10111 1101 1111001 101011 1001101

Color Harmonies of #AADDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDAB

Black with #AADDAB

Text Example


Text Example

White with #AADDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDAB; }

 p { color: rgb(170,221,171); }

 H1.HeaderClassName
 {
   color: #AADDAB;
 }
 .AnyTagClassName
 {
   color: #AADDAB;
 }
</style>

background-color css

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

 a { background-color: rgb(170,221,171); }

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

border-color css

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

 span { border-color: rgb(170,221,171); }

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