Shades of Madang #AEDFA2
Tints of Madang #AEDFA2
RGB
CMYK
RGB Variations
Color information
#AEDFA2 (or 0xAEDFA2) is known color: Madang. HEX triplet: AE, DF and A2. RGB value is (174,223,162). Sum of RGB (Red+Green+Blue) = 174+223+162=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDFA2 is #51205D. Grayscale: #C9C9C9. Windows color (decimal): -5316702 or 10674094. OLE color: 10674094.
HSL color Cylindrical-coordinate representation of color #AEDFA2: hue angle of 108.2º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDFA2 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 162 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.13 |
| HSL | 108.2º | 0.49% | 0.75% | - |
| HSV(B) | 108.2º | 0.27% | 0.87% | - |
| XYZ | 50.36 | 64.38 | 43.96 | - |
| YUV | 201.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 162 | 0.22 | 0 | 0.27 | 0.13 | 108.2 | 0.49 | 0.75 |
| Hex | AE | DF | A2 | 16 | 0 | 1B | D | 6C | 31 | 4B |
| Octal | 256 | 337 | 242 | 26 | 0 | 33 | 15 | 154 | 61 | 113 |
| Binary | 10101110 | 11011111 | 10100010 | 10110 | 0 | 11011 | 1101 | 1101100 | 110001 | 1001011 |
Color Harmonies of #AEDFA2
Complementary color
Monochromatic Colors of #AEDFA2
Black with #AEDFA2
Text Example
Text Example
White with #AEDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFA2; }
p { color: rgb(174,223,162); }
H1.HeaderClassName
{
color: #AEDFA2;
}
.AnyTagClassName
{
color: #AEDFA2;
}
</style>
background-color css
<style>
a { background-color: #AEDFA2; }
a { background-color: rgb(174,223,162); }
div.DivClassName
{
background-color: #AEDFA2;
}
.BgClassName
{
background-color: #AEDFA2;
}
</style>
border-color css
<style>
span { border-color: #AEDFA2; }
span { border-color: rgb(174,223,162); }
td.TdClassName
{
border-color: #AEDFA2;
}
.TagClassName
{
border-color: #AEDFA2;
}
</style>