Shades of Madang #AFE29E
Tints of Madang #AFE29E
RGB
CMYK
RGB Variations
Color information
#AFE29E (or 0xAFE29E) is known color: Madang. HEX triplet: AF, E2 and 9E. RGB value is (175,226,158). Sum of RGB (Red+Green+Blue) = 175+226+158=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE29E is #501D61. Grayscale: #CBCBCB. Windows color (decimal): -5250402 or 10412719. OLE color: 10412719.
HSL color Cylindrical-coordinate representation of color #AFE29E: hue angle of 105º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE29E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 158 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.11 |
| HSL | 105º | 0.54% | 0.75% | - |
| HSV(B) | 105º | 0.3% | 0.89% | - |
| XYZ | 51.05 | 65.98 | 42.39 | - |
| YUV | 203 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 158 | 0.23 | 0 | 0.30 | 0.11 | 105 | 0.54 | 0.75 |
| Hex | AF | E2 | 9E | 17 | 0 | 1E | B | 69 | 36 | 4B |
| Octal | 257 | 342 | 236 | 27 | 0 | 36 | 13 | 151 | 66 | 113 |
| Binary | 10101111 | 11100010 | 10011110 | 10111 | 0 | 11110 | 1011 | 1101001 | 110110 | 1001011 |
Color Harmonies of #AFE29E
Complementary color
Monochromatic Colors of #AFE29E
Black with #AFE29E
Text Example
Text Example
White with #AFE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE29E; }
p { color: rgb(175,226,158); }
H1.HeaderClassName
{
color: #AFE29E;
}
.AnyTagClassName
{
color: #AFE29E;
}
</style>
background-color css
<style>
a { background-color: #AFE29E; }
a { background-color: rgb(175,226,158); }
div.DivClassName
{
background-color: #AFE29E;
}
.BgClassName
{
background-color: #AFE29E;
}
</style>
border-color css
<style>
span { border-color: #AFE29E; }
span { border-color: rgb(175,226,158); }
td.TdClassName
{
border-color: #AFE29E;
}
.TagClassName
{
border-color: #AFE29E;
}
</style>