Shades of Madang #AFF49A
Tints of Madang #AFF49A
RGB
CMYK
RGB Variations
Color information
#AFF49A (or 0xAFF49A) is known color: Madang. HEX triplet: AF, F4 and 9A. RGB value is (175,244,154). Sum of RGB (Red+Green+Blue) = 175+244+154=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF49A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF49A is #500B65. Grayscale: #D5D5D5. Windows color (decimal): -5245798 or 10155183. OLE color: 10155183.
HSL color Cylindrical-coordinate representation of color #AFF49A: hue angle of 106º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFF49A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 154 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.04 |
| HSL | 106º | 0.8% | 0.78% | - |
| HSV(B) | 106º | 0.37% | 0.96% | - |
| XYZ | 55.86 | 76.15 | 42.33 | - |
| YUV | 213.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 154 | 0.28 | 0 | 0.37 | 0.04 | 106 | 0.8 | 0.78 |
| Hex | AF | F4 | 9A | 1C | 0 | 25 | 4 | 6A | 50 | 4E |
| Octal | 257 | 364 | 232 | 34 | 0 | 45 | 4 | 152 | 120 | 116 |
| Binary | 10101111 | 11110100 | 10011010 | 11100 | 0 | 100101 | 100 | 1101010 | 1010000 | 1001110 |
Color Harmonies of #AFF49A
Complementary color
Monochromatic Colors of #AFF49A
Black with #AFF49A
Text Example
Text Example
White with #AFF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF49A; }
p { color: rgb(175,244,154); }
H1.HeaderClassName
{
color: #AFF49A;
}
.AnyTagClassName
{
color: #AFF49A;
}
</style>
background-color css
<style>
a { background-color: #AFF49A; }
a { background-color: rgb(175,244,154); }
div.DivClassName
{
background-color: #AFF49A;
}
.BgClassName
{
background-color: #AFF49A;
}
</style>
border-color css
<style>
span { border-color: #AFF49A; }
span { border-color: rgb(175,244,154); }
td.TdClassName
{
border-color: #AFF49A;
}
.TagClassName
{
border-color: #AFF49A;
}
</style>