Shades of Madang #AFE096
Tints of Madang #AFE096
RGB
CMYK
RGB Variations
Color information
#AFE096 (or 0xAFE096) is known color: Madang. HEX triplet: AF, E0 and 96. RGB value is (175,224,150). Sum of RGB (Red+Green+Blue) = 175+224+150=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE096 is #501F69. Grayscale: #C9C9C9. Windows color (decimal): -5250922 or 9887919. OLE color: 9887919.
HSL color Cylindrical-coordinate representation of color #AFE096: hue angle of 99.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE096 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 150 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.12 |
| HSL | 99.73º | 0.54% | 0.73% | - |
| HSV(B) | 99.73º | 0.33% | 0.88% | - |
| XYZ | 49.84 | 64.63 | 38.7 | - |
| YUV | 200.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 150 | 0.22 | 0 | 0.33 | 0.12 | 99.73 | 0.54 | 0.73 |
| Hex | AF | E0 | 96 | 16 | 0 | 21 | C | 64 | 36 | 49 |
| Octal | 257 | 340 | 226 | 26 | 0 | 41 | 14 | 144 | 66 | 111 |
| Binary | 10101111 | 11100000 | 10010110 | 10110 | 0 | 100001 | 1100 | 1100100 | 110110 | 1001001 |
Color Harmonies of #AFE096
Complementary color
Monochromatic Colors of #AFE096
Black with #AFE096
Text Example
Text Example
White with #AFE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE096; }
p { color: rgb(175,224,150); }
H1.HeaderClassName
{
color: #AFE096;
}
.AnyTagClassName
{
color: #AFE096;
}
</style>
background-color css
<style>
a { background-color: #AFE096; }
a { background-color: rgb(175,224,150); }
div.DivClassName
{
background-color: #AFE096;
}
.BgClassName
{
background-color: #AFE096;
}
</style>
border-color css
<style>
span { border-color: #AFE096; }
span { border-color: rgb(175,224,150); }
td.TdClassName
{
border-color: #AFE096;
}
.TagClassName
{
border-color: #AFE096;
}
</style>