Shades of Madang #AAF29E
Tints of Madang #AAF29E
RGB
CMYK
RGB Variations
Color information
#AAF29E (or 0xAAF29E) is known color: Madang. HEX triplet: AA, F2 and 9E. RGB value is (170,242,158). Sum of RGB (Red+Green+Blue) = 170+242+158=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF29E is #550D61. Grayscale: #D3D3D3. Windows color (decimal): -5573986 or 10416810. OLE color: 10416810.
HSL color Cylindrical-coordinate representation of color #AAF29E: hue angle of 111.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAF29E is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 158 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.05 |
| HSL | 111.43º | 0.76% | 0.78% | - |
| HSV(B) | 111.43º | 0.35% | 0.95% | - |
| XYZ | 54.5 | 74.52 | 43.86 | - |
| YUV | 210.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 158 | 0.30 | 0 | 0.35 | 0.05 | 111.43 | 0.76 | 0.78 |
| Hex | AA | F2 | 9E | 1E | 0 | 23 | 5 | 6F | 4C | 4E |
| Octal | 252 | 362 | 236 | 36 | 0 | 43 | 5 | 157 | 114 | 116 |
| Binary | 10101010 | 11110010 | 10011110 | 11110 | 0 | 100011 | 101 | 1101111 | 1001100 | 1001110 |
Color Harmonies of #AAF29E
Complementary color
Monochromatic Colors of #AAF29E
Black with #AAF29E
Text Example
Text Example
White with #AAF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF29E; }
p { color: rgb(170,242,158); }
H1.HeaderClassName
{
color: #AAF29E;
}
.AnyTagClassName
{
color: #AAF29E;
}
</style>
background-color css
<style>
a { background-color: #AAF29E; }
a { background-color: rgb(170,242,158); }
div.DivClassName
{
background-color: #AAF29E;
}
.BgClassName
{
background-color: #AAF29E;
}
</style>
border-color css
<style>
span { border-color: #AAF29E; }
span { border-color: rgb(170,242,158); }
td.TdClassName
{
border-color: #AAF29E;
}
.TagClassName
{
border-color: #AAF29E;
}
</style>