Shades of Madang #AFE296
Tints of Madang #AFE296
RGB
CMYK
RGB Variations
Color information
#AFE296 (or 0xAFE296) is known color: Madang. HEX triplet: AF, E2 and 96. RGB value is (175,226,150). Sum of RGB (Red+Green+Blue) = 175+226+150=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE296 is #501D69. Grayscale: #CACACA. Windows color (decimal): -5250410 or 9888431. OLE color: 9888431.
HSL color Cylindrical-coordinate representation of color #AFE296: hue angle of 100.26º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFE296 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 150 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.11 |
| HSL | 100.26º | 0.57% | 0.74% | - |
| HSV(B) | 100.26º | 0.34% | 0.89% | - |
| XYZ | 50.38 | 65.71 | 38.88 | - |
| YUV | 202.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 150 | 0.23 | 0 | 0.34 | 0.11 | 100.26 | 0.57 | 0.74 |
| Hex | AF | E2 | 96 | 17 | 0 | 22 | B | 64 | 39 | 4A |
| Octal | 257 | 342 | 226 | 27 | 0 | 42 | 13 | 144 | 71 | 112 |
| Binary | 10101111 | 11100010 | 10010110 | 10111 | 0 | 100010 | 1011 | 1100100 | 111001 | 1001010 |
Color Harmonies of #AFE296
Complementary color
Monochromatic Colors of #AFE296
Black with #AFE296
Text Example
Text Example
White with #AFE296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE296; }
p { color: rgb(175,226,150); }
H1.HeaderClassName
{
color: #AFE296;
}
.AnyTagClassName
{
color: #AFE296;
}
</style>
background-color css
<style>
a { background-color: #AFE296; }
a { background-color: rgb(175,226,150); }
div.DivClassName
{
background-color: #AFE296;
}
.BgClassName
{
background-color: #AFE296;
}
</style>
border-color css
<style>
span { border-color: #AFE296; }
span { border-color: rgb(175,226,150); }
td.TdClassName
{
border-color: #AFE296;
}
.TagClassName
{
border-color: #AFE296;
}
</style>