Shades of Madang #AFE5A4
Tints of Madang #AFE5A4
RGB
CMYK
RGB Variations
Color information
#AFE5A4 (or 0xAFE5A4) is known color: Madang. HEX triplet: AF, E5 and A4. RGB value is (175,229,164). Sum of RGB (Red+Green+Blue) = 175+229+164=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A4 is #501A5B. Grayscale: #CDCDCD. Windows color (decimal): -5249628 or 10806703. OLE color: 10806703.
HSL color Cylindrical-coordinate representation of color #AFE5A4: hue angle of 109.85º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE5A4 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 164 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.10 |
| HSL | 109.85º | 0.56% | 0.77% | - |
| HSV(B) | 109.85º | 0.28% | 0.9% | - |
| XYZ | 52.4 | 67.83 | 45.45 | - |
| YUV | 205.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 164 | 0.24 | 0 | 0.28 | 0.10 | 109.85 | 0.56 | 0.77 |
| Hex | AF | E5 | A4 | 18 | 0 | 1C | A | 6E | 38 | 4D |
| Octal | 257 | 345 | 244 | 30 | 0 | 34 | 12 | 156 | 70 | 115 |
| Binary | 10101111 | 11100101 | 10100100 | 11000 | 0 | 11100 | 1010 | 1101110 | 111000 | 1001101 |
Color Harmonies of #AFE5A4
Complementary color
Monochromatic Colors of #AFE5A4
Black with #AFE5A4
Text Example
Text Example
White with #AFE5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5A4; }
p { color: rgb(175,229,164); }
H1.HeaderClassName
{
color: #AFE5A4;
}
.AnyTagClassName
{
color: #AFE5A4;
}
</style>
background-color css
<style>
a { background-color: #AFE5A4; }
a { background-color: rgb(175,229,164); }
div.DivClassName
{
background-color: #AFE5A4;
}
.BgClassName
{
background-color: #AFE5A4;
}
</style>
border-color css
<style>
span { border-color: #AFE5A4; }
span { border-color: rgb(175,229,164); }
td.TdClassName
{
border-color: #AFE5A4;
}
.TagClassName
{
border-color: #AFE5A4;
}
</style>