Shades of Madang #AFE8A6
Tints of Madang #AFE8A6
RGB
CMYK
RGB Variations
Color information
#AFE8A6 (or 0xAFE8A6) is known color: Madang. HEX triplet: AF, E8 and A6. RGB value is (175,232,166). Sum of RGB (Red+Green+Blue) = 175+232+166=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE8A6 is #501759. Grayscale: #CFCFCF. Windows color (decimal): -5248858 or 10938543. OLE color: 10938543.
HSL color Cylindrical-coordinate representation of color #AFE8A6: hue angle of 111.82º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE8A6 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 166 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.09 |
| HSL | 111.82º | 0.59% | 0.78% | - |
| HSV(B) | 111.82º | 0.28% | 0.91% | - |
| XYZ | 53.42 | 69.58 | 46.69 | - |
| YUV | 207.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 166 | 0.25 | 0 | 0.28 | 0.09 | 111.82 | 0.59 | 0.78 |
| Hex | AF | E8 | A6 | 19 | 0 | 1C | 9 | 70 | 3B | 4E |
| Octal | 257 | 350 | 246 | 31 | 0 | 34 | 11 | 160 | 73 | 116 |
| Binary | 10101111 | 11101000 | 10100110 | 11001 | 0 | 11100 | 1001 | 1110000 | 111011 | 1001110 |
Color Harmonies of #AFE8A6
Complementary color
Monochromatic Colors of #AFE8A6
Black with #AFE8A6
Text Example
Text Example
White with #AFE8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8A6; }
p { color: rgb(175,232,166); }
H1.HeaderClassName
{
color: #AFE8A6;
}
.AnyTagClassName
{
color: #AFE8A6;
}
</style>
background-color css
<style>
a { background-color: #AFE8A6; }
a { background-color: rgb(175,232,166); }
div.DivClassName
{
background-color: #AFE8A6;
}
.BgClassName
{
background-color: #AFE8A6;
}
</style>
border-color css
<style>
span { border-color: #AFE8A6; }
span { border-color: rgb(175,232,166); }
td.TdClassName
{
border-color: #AFE8A6;
}
.TagClassName
{
border-color: #AFE8A6;
}
</style>