Shades of Madang #AFE696
Tints of Madang #AFE696
RGB
CMYK
RGB Variations
Color information
#AFE696 (or 0xAFE696) is known color: Madang. HEX triplet: AF, E6 and 96. RGB value is (175,230,150). Sum of RGB (Red+Green+Blue) = 175+230+150=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE696 is #501969. Grayscale: #CCCCCC. Windows color (decimal): -5249386 or 9889455. OLE color: 9889455.
HSL color Cylindrical-coordinate representation of color #AFE696: hue angle of 101.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE696 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 150 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.10 |
| HSL | 101.25º | 0.62% | 0.75% | - |
| HSV(B) | 101.25º | 0.35% | 0.9% | - |
| XYZ | 51.48 | 67.91 | 39.25 | - |
| YUV | 204.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 150 | 0.24 | 0 | 0.35 | 0.10 | 101.25 | 0.62 | 0.75 |
| Hex | AF | E6 | 96 | 18 | 0 | 23 | A | 65 | 3E | 4B |
| Octal | 257 | 346 | 226 | 30 | 0 | 43 | 12 | 145 | 76 | 113 |
| Binary | 10101111 | 11100110 | 10010110 | 11000 | 0 | 100011 | 1010 | 1100101 | 111110 | 1001011 |
Color Harmonies of #AFE696
Complementary color
Monochromatic Colors of #AFE696
Black with #AFE696
Text Example
Text Example
White with #AFE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE696; }
p { color: rgb(175,230,150); }
H1.HeaderClassName
{
color: #AFE696;
}
.AnyTagClassName
{
color: #AFE696;
}
</style>
background-color css
<style>
a { background-color: #AFE696; }
a { background-color: rgb(175,230,150); }
div.DivClassName
{
background-color: #AFE696;
}
.BgClassName
{
background-color: #AFE696;
}
</style>
border-color css
<style>
span { border-color: #AFE696; }
span { border-color: rgb(175,230,150); }
td.TdClassName
{
border-color: #AFE696;
}
.TagClassName
{
border-color: #AFE696;
}
</style>