Shades of Madang #AFF299
Tints of Madang #AFF299
RGB
CMYK
RGB Variations
Color information
#AFF299 (or 0xAFF299) is known color: Madang. HEX triplet: AF, F2 and 99. RGB value is (175,242,153). Sum of RGB (Red+Green+Blue) = 175+242+153=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF299 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF299 is #500D66. Grayscale: #D4D4D4. Windows color (decimal): -5246311 or 10089135. OLE color: 10089135.
HSL color Cylindrical-coordinate representation of color #AFF299: hue angle of 105.17º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFF299 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 153 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.05 |
| HSL | 105.17º | 0.77% | 0.77% | - |
| HSV(B) | 105.17º | 0.37% | 0.95% | - |
| XYZ | 55.18 | 74.92 | 41.69 | - |
| YUV | 211.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 153 | 0.28 | 0 | 0.37 | 0.05 | 105.17 | 0.77 | 0.77 |
| Hex | AF | F2 | 99 | 1C | 0 | 25 | 5 | 69 | 4D | 4D |
| Octal | 257 | 362 | 231 | 34 | 0 | 45 | 5 | 151 | 115 | 115 |
| Binary | 10101111 | 11110010 | 10011001 | 11100 | 0 | 100101 | 101 | 1101001 | 1001101 | 1001101 |
Color Harmonies of #AFF299
Complementary color
Monochromatic Colors of #AFF299
Black with #AFF299
Text Example
Text Example
White with #AFF299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF299; }
p { color: rgb(175,242,153); }
H1.HeaderClassName
{
color: #AFF299;
}
.AnyTagClassName
{
color: #AFF299;
}
</style>
background-color css
<style>
a { background-color: #AFF299; }
a { background-color: rgb(175,242,153); }
div.DivClassName
{
background-color: #AFF299;
}
.BgClassName
{
background-color: #AFF299;
}
</style>
border-color css
<style>
span { border-color: #AFF299; }
span { border-color: rgb(175,242,153); }
td.TdClassName
{
border-color: #AFF299;
}
.TagClassName
{
border-color: #AFF299;
}
</style>