Shades of Madang #AFE999
Tints of Madang #AFE999
RGB
CMYK
RGB Variations
Color information
#AFE999 (or 0xAFE999) is known color: Madang. HEX triplet: AF, E9 and 99. RGB value is (175,233,153). Sum of RGB (Red+Green+Blue) = 175+233+153=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE999 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE999 is #501666. Grayscale: #CECECE. Windows color (decimal): -5248615 or 10086831. OLE color: 10086831.
HSL color Cylindrical-coordinate representation of color #AFE999: hue angle of 103.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFE999 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 153 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.09 |
| HSL | 103.5º | 0.65% | 0.76% | - |
| HSV(B) | 103.5º | 0.34% | 0.91% | - |
| XYZ | 52.57 | 69.69 | 40.82 | - |
| YUV | 206.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 153 | 0.25 | 0 | 0.34 | 0.09 | 103.5 | 0.65 | 0.76 |
| Hex | AF | E9 | 99 | 19 | 0 | 22 | 9 | 68 | 41 | 4C |
| Octal | 257 | 351 | 231 | 31 | 0 | 42 | 11 | 150 | 101 | 114 |
| Binary | 10101111 | 11101001 | 10011001 | 11001 | 0 | 100010 | 1001 | 1101000 | 1000001 | 1001100 |
Color Harmonies of #AFE999
Complementary color
Monochromatic Colors of #AFE999
Black with #AFE999
Text Example
Text Example
White with #AFE999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE999; }
p { color: rgb(175,233,153); }
H1.HeaderClassName
{
color: #AFE999;
}
.AnyTagClassName
{
color: #AFE999;
}
</style>
background-color css
<style>
a { background-color: #AFE999; }
a { background-color: rgb(175,233,153); }
div.DivClassName
{
background-color: #AFE999;
}
.BgClassName
{
background-color: #AFE999;
}
</style>
border-color css
<style>
span { border-color: #AFE999; }
span { border-color: rgb(175,233,153); }
td.TdClassName
{
border-color: #AFE999;
}
.TagClassName
{
border-color: #AFE999;
}
</style>