Shades of Madang #AFF49C
Tints of Madang #AFF49C
RGB
CMYK
RGB Variations
Color information
#AFF49C (or 0xAFF49C) is known color: Madang. HEX triplet: AF, F4 and 9C. RGB value is (175,244,156). Sum of RGB (Red+Green+Blue) = 175+244+156=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF49C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF49C is #500B63. Grayscale: #D5D5D5. Windows color (decimal): -5245796 or 10286255. OLE color: 10286255.
HSL color Cylindrical-coordinate representation of color #AFF49C: hue angle of 107.05º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFF49C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 156 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.04 |
| HSL | 107.05º | 0.8% | 0.78% | - |
| HSV(B) | 107.05º | 0.36% | 0.96% | - |
| XYZ | 56.03 | 76.22 | 43.21 | - |
| YUV | 213.34 | 95.64 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 156 | 0.28 | 0 | 0.36 | 0.04 | 107.05 | 0.8 | 0.78 |
| Hex | AF | F4 | 9C | 1C | 0 | 24 | 4 | 6B | 50 | 4E |
| Octal | 257 | 364 | 234 | 34 | 0 | 44 | 4 | 153 | 120 | 116 |
| Binary | 10101111 | 11110100 | 10011100 | 11100 | 0 | 100100 | 100 | 1101011 | 1010000 | 1001110 |
Color Harmonies of #AFF49C
Complementary color
Monochromatic Colors of #AFF49C
Black with #AFF49C
Text Example
Text Example
White with #AFF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF49C; }
p { color: rgb(175,244,156); }
H1.HeaderClassName
{
color: #AFF49C;
}
.AnyTagClassName
{
color: #AFF49C;
}
</style>
background-color css
<style>
a { background-color: #AFF49C; }
a { background-color: rgb(175,244,156); }
div.DivClassName
{
background-color: #AFF49C;
}
.BgClassName
{
background-color: #AFF49C;
}
</style>
border-color css
<style>
span { border-color: #AFF49C; }
span { border-color: rgb(175,244,156); }
td.TdClassName
{
border-color: #AFF49C;
}
.TagClassName
{
border-color: #AFF49C;
}
</style>