Shades of Madang #AEF098
Tints of Madang #AEF098
RGB
CMYK
RGB Variations
Color information
#AEF098 (or 0xAEF098) is known color: Madang. HEX triplet: AE, F0 and 98. RGB value is (174,240,152). Sum of RGB (Red+Green+Blue) = 174+240+152=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF098 is #510F67. Grayscale: #D2D2D2. Windows color (decimal): -5312360 or 10023086. OLE color: 10023086.
HSL color Cylindrical-coordinate representation of color #AEF098: hue angle of 105º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEF098 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 152 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.06 |
| HSL | 105º | 0.75% | 0.77% | - |
| HSV(B) | 105º | 0.37% | 0.94% | - |
| XYZ | 54.28 | 73.59 | 41.05 | - |
| YUV | 210.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 152 | 0.28 | 0 | 0.37 | 0.06 | 105 | 0.75 | 0.77 |
| Hex | AE | F0 | 98 | 1C | 0 | 25 | 6 | 69 | 4B | 4D |
| Octal | 256 | 360 | 230 | 34 | 0 | 45 | 6 | 151 | 113 | 115 |
| Binary | 10101110 | 11110000 | 10011000 | 11100 | 0 | 100101 | 110 | 1101001 | 1001011 | 1001101 |
Color Harmonies of #AEF098
Complementary color
Monochromatic Colors of #AEF098
Black with #AEF098
Text Example
Text Example
White with #AEF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF098; }
p { color: rgb(174,240,152); }
H1.HeaderClassName
{
color: #AEF098;
}
.AnyTagClassName
{
color: #AEF098;
}
</style>
background-color css
<style>
a { background-color: #AEF098; }
a { background-color: rgb(174,240,152); }
div.DivClassName
{
background-color: #AEF098;
}
.BgClassName
{
background-color: #AEF098;
}
</style>
border-color css
<style>
span { border-color: #AEF098; }
span { border-color: rgb(174,240,152); }
td.TdClassName
{
border-color: #AEF098;
}
.TagClassName
{
border-color: #AEF098;
}
</style>