Shades of Madang #AFE098
Tints of Madang #AFE098
RGB
CMYK
RGB Variations
Color information
#AFE098 (or 0xAFE098) is known color: Madang. HEX triplet: AF, E0 and 98. RGB value is (175,224,152). Sum of RGB (Red+Green+Blue) = 175+224+152=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE098 is #501F67. Grayscale: #C9C9C9. Windows color (decimal): -5250920 or 10018991. OLE color: 10018991.
HSL color Cylindrical-coordinate representation of color #AFE098: hue angle of 100.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE098 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 152 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.12 |
| HSL | 100.83º | 0.54% | 0.74% | - |
| HSV(B) | 100.83º | 0.32% | 0.88% | - |
| XYZ | 50 | 64.69 | 39.56 | - |
| YUV | 201.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 152 | 0.22 | 0 | 0.32 | 0.12 | 100.83 | 0.54 | 0.74 |
| Hex | AF | E0 | 98 | 16 | 0 | 20 | C | 65 | 36 | 4A |
| Octal | 257 | 340 | 230 | 26 | 0 | 40 | 14 | 145 | 66 | 112 |
| Binary | 10101111 | 11100000 | 10011000 | 10110 | 0 | 100000 | 1100 | 1100101 | 110110 | 1001010 |
Color Harmonies of #AFE098
Complementary color
Monochromatic Colors of #AFE098
Black with #AFE098
Text Example
Text Example
White with #AFE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE098; }
p { color: rgb(175,224,152); }
H1.HeaderClassName
{
color: #AFE098;
}
.AnyTagClassName
{
color: #AFE098;
}
</style>
background-color css
<style>
a { background-color: #AFE098; }
a { background-color: rgb(175,224,152); }
div.DivClassName
{
background-color: #AFE098;
}
.BgClassName
{
background-color: #AFE098;
}
</style>
border-color css
<style>
span { border-color: #AFE098; }
span { border-color: rgb(175,224,152); }
td.TdClassName
{
border-color: #AFE098;
}
.TagClassName
{
border-color: #AFE098;
}
</style>