Shades of Madang #AFE699
Tints of Madang #AFE699
RGB
CMYK
RGB Variations
Color information
#AFE699 (or 0xAFE699) is known color: Madang. HEX triplet: AF, E6 and 99. RGB value is (175,230,153). Sum of RGB (Red+Green+Blue) = 175+230+153=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE699 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE699 is #501966. Grayscale: #CDCDCD. Windows color (decimal): -5249383 or 10086063. OLE color: 10086063.
HSL color Cylindrical-coordinate representation of color #AFE699: hue angle of 102.86º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE699 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 153 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.10 |
| HSL | 102.86º | 0.61% | 0.75% | - |
| HSV(B) | 102.86º | 0.33% | 0.9% | - |
| XYZ | 51.73 | 68.01 | 40.54 | - |
| YUV | 204.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 153 | 0.24 | 0 | 0.33 | 0.10 | 102.86 | 0.61 | 0.75 |
| Hex | AF | E6 | 99 | 18 | 0 | 21 | A | 67 | 3D | 4B |
| Octal | 257 | 346 | 231 | 30 | 0 | 41 | 12 | 147 | 75 | 113 |
| Binary | 10101111 | 11100110 | 10011001 | 11000 | 0 | 100001 | 1010 | 1100111 | 111101 | 1001011 |
Color Harmonies of #AFE699
Complementary color
Monochromatic Colors of #AFE699
Black with #AFE699
Text Example
Text Example
White with #AFE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE699; }
p { color: rgb(175,230,153); }
H1.HeaderClassName
{
color: #AFE699;
}
.AnyTagClassName
{
color: #AFE699;
}
</style>
background-color css
<style>
a { background-color: #AFE699; }
a { background-color: rgb(175,230,153); }
div.DivClassName
{
background-color: #AFE699;
}
.BgClassName
{
background-color: #AFE699;
}
</style>
border-color css
<style>
span { border-color: #AFE699; }
span { border-color: rgb(175,230,153); }
td.TdClassName
{
border-color: #AFE699;
}
.TagClassName
{
border-color: #AFE699;
}
</style>