Shades of Madang #AFE299
Tints of Madang #AFE299
RGB
CMYK
RGB Variations
Color information
#AFE299 (or 0xAFE299) is known color: Madang. HEX triplet: AF, E2 and 99. RGB value is (175,226,153). Sum of RGB (Red+Green+Blue) = 175+226+153=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE299 is #501D66. Grayscale: #CACACA. Windows color (decimal): -5250407 or 10085039. OLE color: 10085039.
HSL color Cylindrical-coordinate representation of color #AFE299: hue angle of 101.92º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE299 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 153 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.11 |
| HSL | 101.92º | 0.56% | 0.74% | - |
| HSV(B) | 101.92º | 0.32% | 0.89% | - |
| XYZ | 50.63 | 65.81 | 40.17 | - |
| YUV | 202.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 153 | 0.23 | 0 | 0.32 | 0.11 | 101.92 | 0.56 | 0.74 |
| Hex | AF | E2 | 99 | 17 | 0 | 20 | B | 66 | 38 | 4A |
| Octal | 257 | 342 | 231 | 27 | 0 | 40 | 13 | 146 | 70 | 112 |
| Binary | 10101111 | 11100010 | 10011001 | 10111 | 0 | 100000 | 1011 | 1100110 | 111000 | 1001010 |
Color Harmonies of #AFE299
Complementary color
Monochromatic Colors of #AFE299
Black with #AFE299
Text Example
Text Example
White with #AFE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE299; }
p { color: rgb(175,226,153); }
H1.HeaderClassName
{
color: #AFE299;
}
.AnyTagClassName
{
color: #AFE299;
}
</style>
background-color css
<style>
a { background-color: #AFE299; }
a { background-color: rgb(175,226,153); }
div.DivClassName
{
background-color: #AFE299;
}
.BgClassName
{
background-color: #AFE299;
}
</style>
border-color css
<style>
span { border-color: #AFE299; }
span { border-color: rgb(175,226,153); }
td.TdClassName
{
border-color: #AFE299;
}
.TagClassName
{
border-color: #AFE299;
}
</style>