Shades of Madang #AFE698
Tints of Madang #AFE698
RGB
CMYK
RGB Variations
Color information
#AFE698 (or 0xAFE698) is known color: Madang. HEX triplet: AF, E6 and 98. RGB value is (175,230,152). Sum of RGB (Red+Green+Blue) = 175+230+152=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE698 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE698 is #501967. Grayscale: #CCCCCC. Windows color (decimal): -5249384 or 10020527. OLE color: 10020527.
HSL color Cylindrical-coordinate representation of color #AFE698: hue angle of 102.31º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFE698 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 152 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.10 |
| HSL | 102.31º | 0.61% | 0.75% | - |
| HSV(B) | 102.31º | 0.34% | 0.9% | - |
| XYZ | 51.64 | 67.97 | 40.1 | - |
| YUV | 204.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 152 | 0.24 | 0 | 0.34 | 0.10 | 102.31 | 0.61 | 0.75 |
| Hex | AF | E6 | 98 | 18 | 0 | 22 | A | 66 | 3D | 4B |
| Octal | 257 | 346 | 230 | 30 | 0 | 42 | 12 | 146 | 75 | 113 |
| Binary | 10101111 | 11100110 | 10011000 | 11000 | 0 | 100010 | 1010 | 1100110 | 111101 | 1001011 |
Color Harmonies of #AFE698
Complementary color
Monochromatic Colors of #AFE698
Black with #AFE698
Text Example
Text Example
White with #AFE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE698; }
p { color: rgb(175,230,152); }
H1.HeaderClassName
{
color: #AFE698;
}
.AnyTagClassName
{
color: #AFE698;
}
</style>
background-color css
<style>
a { background-color: #AFE698; }
a { background-color: rgb(175,230,152); }
div.DivClassName
{
background-color: #AFE698;
}
.BgClassName
{
background-color: #AFE698;
}
</style>
border-color css
<style>
span { border-color: #AFE698; }
span { border-color: rgb(175,230,152); }
td.TdClassName
{
border-color: #AFE698;
}
.TagClassName
{
border-color: #AFE698;
}
</style>