Shades of Madang #AEF1A1
Tints of Madang #AEF1A1
RGB
CMYK
RGB Variations
Color information
#AEF1A1 (or 0xAEF1A1) is known color: Madang. HEX triplet: AE, F1 and A1. RGB value is (174,241,161). Sum of RGB (Red+Green+Blue) = 174+241+161=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF1A1 is #510E5E. Grayscale: #D4D4D4. Windows color (decimal): -5312095 or 10613166. OLE color: 10613166.
HSL color Cylindrical-coordinate representation of color #AEF1A1: hue angle of 110.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEF1A1 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 161 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.05 |
| HSL | 110.25º | 0.74% | 0.79% | - |
| HSV(B) | 110.25º | 0.33% | 0.95% | - |
| XYZ | 55.34 | 74.48 | 45.18 | - |
| YUV | 211.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 161 | 0.28 | 0 | 0.33 | 0.05 | 110.25 | 0.74 | 0.79 |
| Hex | AE | F1 | A1 | 1C | 0 | 21 | 5 | 6E | 4A | 4F |
| Octal | 256 | 361 | 241 | 34 | 0 | 41 | 5 | 156 | 112 | 117 |
| Binary | 10101110 | 11110001 | 10100001 | 11100 | 0 | 100001 | 101 | 1101110 | 1001010 | 1001111 |
Color Harmonies of #AEF1A1
Complementary color
Monochromatic Colors of #AEF1A1
Black with #AEF1A1
Text Example
Text Example
White with #AEF1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1A1; }
p { color: rgb(174,241,161); }
H1.HeaderClassName
{
color: #AEF1A1;
}
.AnyTagClassName
{
color: #AEF1A1;
}
</style>
background-color css
<style>
a { background-color: #AEF1A1; }
a { background-color: rgb(174,241,161); }
div.DivClassName
{
background-color: #AEF1A1;
}
.BgClassName
{
background-color: #AEF1A1;
}
</style>
border-color css
<style>
span { border-color: #AEF1A1; }
span { border-color: rgb(174,241,161); }
td.TdClassName
{
border-color: #AEF1A1;
}
.TagClassName
{
border-color: #AEF1A1;
}
</style>