Shades of Madang #AFE7A1
Tints of Madang #AFE7A1
RGB
CMYK
RGB Variations
Color information
#AFE7A1 (or 0xAFE7A1) is known color: Madang. HEX triplet: AF, E7 and A1. RGB value is (175,231,161). Sum of RGB (Red+Green+Blue) = 175+231+161=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE7A1 is #50185E. Grayscale: #CECECE. Windows color (decimal): -5249119 or 10610607. OLE color: 10610607.
HSL color Cylindrical-coordinate representation of color #AFE7A1: hue angle of 108º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE7A1 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 161 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.09 |
| HSL | 108º | 0.59% | 0.77% | - |
| HSV(B) | 108º | 0.3% | 0.91% | - |
| XYZ | 52.69 | 68.84 | 44.23 | - |
| YUV | 206.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 161 | 0.24 | 0 | 0.30 | 0.09 | 108 | 0.59 | 0.77 |
| Hex | AF | E7 | A1 | 18 | 0 | 1E | 9 | 6C | 3B | 4D |
| Octal | 257 | 347 | 241 | 30 | 0 | 36 | 11 | 154 | 73 | 115 |
| Binary | 10101111 | 11100111 | 10100001 | 11000 | 0 | 11110 | 1001 | 1101100 | 111011 | 1001101 |
Color Harmonies of #AFE7A1
Complementary color
Monochromatic Colors of #AFE7A1
Black with #AFE7A1
Text Example
Text Example
White with #AFE7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7A1; }
p { color: rgb(175,231,161); }
H1.HeaderClassName
{
color: #AFE7A1;
}
.AnyTagClassName
{
color: #AFE7A1;
}
</style>
background-color css
<style>
a { background-color: #AFE7A1; }
a { background-color: rgb(175,231,161); }
div.DivClassName
{
background-color: #AFE7A1;
}
.BgClassName
{
background-color: #AFE7A1;
}
</style>
border-color css
<style>
span { border-color: #AFE7A1; }
span { border-color: rgb(175,231,161); }
td.TdClassName
{
border-color: #AFE7A1;
}
.TagClassName
{
border-color: #AFE7A1;
}
</style>