Shades of Madang #AFFA9E
Tints of Madang #AFFA9E
RGB
CMYK
RGB Variations
Color information
#AFFA9E (or 0xAFFA9E) is known color: Madang. HEX triplet: AF, FA and 9E. RGB value is (175,250,158). Sum of RGB (Red+Green+Blue) = 175+250+158=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA9E is #500561. Grayscale: #D9D9D9. Windows color (decimal): -5244258 or 10418863. OLE color: 10418863.
HSL color Cylindrical-coordinate representation of color #AFFA9E: hue angle of 108.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFFA9E is Cyan = 0.3, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 158 | - |
| CMYK | 0.3 | 0 | 0.37 | 0.02 |
| HSL | 108.91º | 0.9% | 0.8% | - |
| HSV(B) | 108.91º | 0.37% | 0.98% | - |
| XYZ | 58.04 | 79.95 | 44.72 | - |
| YUV | 217.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 158 | 0.3 | 0 | 0.37 | 0.02 | 108.91 | 0.9 | 0.8 |
| Hex | AF | FA | 9E | 1E | 0 | 25 | 2 | 6D | 5A | 50 |
| Octal | 257 | 372 | 236 | 36 | 0 | 45 | 2 | 155 | 132 | 120 |
| Binary | 10101111 | 11111010 | 10011110 | 11110 | 0 | 100101 | 10 | 1101101 | 1011010 | 1010000 |
Color Harmonies of #AFFA9E
Complementary color
Monochromatic Colors of #AFFA9E
Black with #AFFA9E
Text Example
Text Example
White with #AFFA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFA9E; }
p { color: rgb(175,250,158); }
H1.HeaderClassName
{
color: #AFFA9E;
}
.AnyTagClassName
{
color: #AFFA9E;
}
</style>
background-color css
<style>
a { background-color: #AFFA9E; }
a { background-color: rgb(175,250,158); }
div.DivClassName
{
background-color: #AFFA9E;
}
.BgClassName
{
background-color: #AFFA9E;
}
</style>
border-color css
<style>
span { border-color: #AFFA9E; }
span { border-color: rgb(175,250,158); }
td.TdClassName
{
border-color: #AFFA9E;
}
.TagClassName
{
border-color: #AFFA9E;
}
</style>