Shades of Madang #AFE3A6
Tints of Madang #AFE3A6
RGB
CMYK
RGB Variations
Color information
#AFE3A6 (or 0xAFE3A6) is known color: Madang. HEX triplet: AF, E3 and A6. RGB value is (175,227,166). Sum of RGB (Red+Green+Blue) = 175+227+166=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3A6 is #501C59. Grayscale: #CCCCCC. Windows color (decimal): -5250138 or 10937263. OLE color: 10937263.
HSL color Cylindrical-coordinate representation of color #AFE3A6: hue angle of 111.15º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE3A6 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 166 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.11 |
| HSL | 111.15º | 0.52% | 0.77% | - |
| HSV(B) | 111.15º | 0.27% | 0.89% | - |
| XYZ | 52.03 | 66.81 | 46.23 | - |
| YUV | 204.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 166 | 0.23 | 0 | 0.27 | 0.11 | 111.15 | 0.52 | 0.77 |
| Hex | AF | E3 | A6 | 17 | 0 | 1B | B | 6F | 34 | 4D |
| Octal | 257 | 343 | 246 | 27 | 0 | 33 | 13 | 157 | 64 | 115 |
| Binary | 10101111 | 11100011 | 10100110 | 10111 | 0 | 11011 | 1011 | 1101111 | 110100 | 1001101 |
Color Harmonies of #AFE3A6
Complementary color
Monochromatic Colors of #AFE3A6
Black with #AFE3A6
Text Example
Text Example
White with #AFE3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3A6; }
p { color: rgb(175,227,166); }
H1.HeaderClassName
{
color: #AFE3A6;
}
.AnyTagClassName
{
color: #AFE3A6;
}
</style>
background-color css
<style>
a { background-color: #AFE3A6; }
a { background-color: rgb(175,227,166); }
div.DivClassName
{
background-color: #AFE3A6;
}
.BgClassName
{
background-color: #AFE3A6;
}
</style>
border-color css
<style>
span { border-color: #AFE3A6; }
span { border-color: rgb(175,227,166); }
td.TdClassName
{
border-color: #AFE3A6;
}
.TagClassName
{
border-color: #AFE3A6;
}
</style>