Html Css Color HEX #AAF0A0 Madang

📋 copy color: '#AAF0A0'

red 170 ◦ green 240 ◦ blue 160

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

Shades of Madang #AAF0A0

Tints of Madang #AAF0A0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.11%

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

R = 29.82%
G = 42.11%
B = 28.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#AAF0A0 (or 0xAAF0A0) is known color: Madang. HEX triplet: AA, F0 and A0. RGB value is (170,240,160). Sum of RGB (Red+Green+Blue) = 170+240+160=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0A0 is #550F5F. Grayscale: #D2D2D2. Windows color (decimal): -5574496 or 10547370. OLE color: 10547370.

HSL color Cylindrical-coordinate representation of color #AAF0A0: hue angle of 112.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF0A0 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 160 -
CMYK 0.29 0 0.33 0.06
HSL 112.5º 0.73% 0.78% -
HSV(B) 112.5º 0.33% 0.94% -
XYZ 54.08 73.4 44.58 -
YUV 209.95 99.81 99.5 -
System Red Green Blue C M Y K H S L
Decimal 170 240 160 0.29 0 0.33 0.06 112.5 0.73 0.78
Hex AA F0 A0 1D 0 21 6 70 49 4E
Octal 252 360 240 35 0 41 6 160 111 116
Binary 10101010 11110000 10100000 11101 0 100001 110 1110000 1001001 1001110

Color Harmonies of #AAF0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0A0

Black with #AAF0A0

Text Example


Text Example

White with #AAF0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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