Html Css Color HEX #AAD9A0 Madang

📋 copy color: '#AAD9A0'

red 170 ◦ green 217 ◦ blue 160

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

Shades of Madang #AAD9A0

Tints of Madang #AAD9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 31.08%
G = 39.67%
B = 29.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#AAD9A0 (or 0xAAD9A0) is known color: Madang. HEX triplet: AA, D9 and A0. RGB value is (170,217,160). Sum of RGB (Red+Green+Blue) = 170+217+160=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD9A0 is #55265F. Grayscale: #C4C4C4. Windows color (decimal): -5580384 or 10541482. OLE color: 10541482.

HSL color Cylindrical-coordinate representation of color #AAD9A0: hue angle of 109.47º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD9A0 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 160 -
CMYK 0.22 0 0.26 0.15
HSL 109.47º 0.43% 0.74% -
HSV(B) 109.47º 0.26% 0.85% -
XYZ 47.74 60.71 42.46 -
YUV 196.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 170 217 160 0.22 0 0.26 0.15 109.47 0.43 0.74
Hex AA D9 A0 16 0 1A F 6D 2B 4A
Octal 252 331 240 26 0 32 17 155 53 112
Binary 10101010 11011001 10100000 10110 0 11010 1111 1101101 101011 1001010

Color Harmonies of #AAD9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9A0

Black with #AAD9A0

Text Example


Text Example

White with #AAD9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9A0; }

 p { color: rgb(170,217,160); }

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

background-color css

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

 a { background-color: rgb(170,217,160); }

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

border-color css

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

 span { border-color: rgb(170,217,160); }

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