Shades of Madang #AFEAA0
Tints of Madang #AFEAA0
RGB
CMYK
RGB Variations
Color information
#AFEAA0 (or 0xAFEAA0) is known color: Madang. HEX triplet: AF, EA and A0. RGB value is (175,234,160). Sum of RGB (Red+Green+Blue) = 175+234+160=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAA0 is #50155F. Grayscale: #D0D0D0. Windows color (decimal): -5248352 or 10545839. OLE color: 10545839.
HSL color Cylindrical-coordinate representation of color #AFEAA0: hue angle of 107.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFEAA0 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 160 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.08 |
| HSL | 107.84º | 0.64% | 0.77% | - |
| HSV(B) | 107.84º | 0.32% | 0.92% | - |
| XYZ | 53.45 | 70.5 | 44.05 | - |
| YUV | 207.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 160 | 0.25 | 0 | 0.32 | 0.08 | 107.84 | 0.64 | 0.77 |
| Hex | AF | EA | A0 | 19 | 0 | 20 | 8 | 6C | 40 | 4D |
| Octal | 257 | 352 | 240 | 31 | 0 | 40 | 10 | 154 | 100 | 115 |
| Binary | 10101111 | 11101010 | 10100000 | 11001 | 0 | 100000 | 1000 | 1101100 | 1000000 | 1001101 |
Color Harmonies of #AFEAA0
Complementary color
Monochromatic Colors of #AFEAA0
Black with #AFEAA0
Text Example
Text Example
White with #AFEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAA0; }
p { color: rgb(175,234,160); }
H1.HeaderClassName
{
color: #AFEAA0;
}
.AnyTagClassName
{
color: #AFEAA0;
}
</style>
background-color css
<style>
a { background-color: #AFEAA0; }
a { background-color: rgb(175,234,160); }
div.DivClassName
{
background-color: #AFEAA0;
}
.BgClassName
{
background-color: #AFEAA0;
}
</style>
border-color css
<style>
span { border-color: #AFEAA0; }
span { border-color: rgb(175,234,160); }
td.TdClassName
{
border-color: #AFEAA0;
}
.TagClassName
{
border-color: #AFEAA0;
}
</style>