Shades of Madang #AFE49C
Tints of Madang #AFE49C
RGB
CMYK
RGB Variations
Color information
#AFE49C (or 0xAFE49C) is known color: Madang. HEX triplet: AF, E4 and 9C. RGB value is (175,228,156). Sum of RGB (Red+Green+Blue) = 175+228+156=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE49C is #501B63. Grayscale: #CCCCCC. Windows color (decimal): -5249892 or 10282159. OLE color: 10282159.
HSL color Cylindrical-coordinate representation of color #AFE49C: hue angle of 104.17º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE49C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 156 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.11 |
| HSL | 104.17º | 0.57% | 0.75% | - |
| HSV(B) | 104.17º | 0.32% | 0.89% | - |
| XYZ | 51.42 | 67 | 41.67 | - |
| YUV | 203.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 156 | 0.23 | 0 | 0.32 | 0.11 | 104.17 | 0.57 | 0.75 |
| Hex | AF | E4 | 9C | 17 | 0 | 20 | B | 68 | 39 | 4B |
| Octal | 257 | 344 | 234 | 27 | 0 | 40 | 13 | 150 | 71 | 113 |
| Binary | 10101111 | 11100100 | 10011100 | 10111 | 0 | 100000 | 1011 | 1101000 | 111001 | 1001011 |
Color Harmonies of #AFE49C
Complementary color
Monochromatic Colors of #AFE49C
Black with #AFE49C
Text Example
Text Example
White with #AFE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE49C; }
p { color: rgb(175,228,156); }
H1.HeaderClassName
{
color: #AFE49C;
}
.AnyTagClassName
{
color: #AFE49C;
}
</style>
background-color css
<style>
a { background-color: #AFE49C; }
a { background-color: rgb(175,228,156); }
div.DivClassName
{
background-color: #AFE49C;
}
.BgClassName
{
background-color: #AFE49C;
}
</style>
border-color css
<style>
span { border-color: #AFE49C; }
span { border-color: rgb(175,228,156); }
td.TdClassName
{
border-color: #AFE49C;
}
.TagClassName
{
border-color: #AFE49C;
}
</style>