Shades of Madang #AFFA96
Tints of Madang #AFFA96
RGB
CMYK
RGB Variations
Color information
#AFFA96 (or 0xAFFA96) is known color: Madang. HEX triplet: AF, FA and 96. RGB value is (175,250,150). Sum of RGB (Red+Green+Blue) = 175+250+150=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA96 is #500569. Grayscale: #D8D8D8. Windows color (decimal): -5244266 or 9894575. OLE color: 9894575.
HSL color Cylindrical-coordinate representation of color #AFFA96: hue angle of 105º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFFA96 is Cyan = 0.3, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 150 | - |
| CMYK | 0.3 | 0 | 0.4 | 0.02 |
| HSL | 105º | 0.91% | 0.78% | - |
| HSV(B) | 105º | 0.4% | 0.98% | - |
| XYZ | 57.37 | 79.69 | 41.21 | - |
| YUV | 216.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 150 | 0.3 | 0 | 0.4 | 0.02 | 105 | 0.91 | 0.78 |
| Hex | AF | FA | 96 | 1E | 0 | 28 | 2 | 69 | 5B | 4E |
| Octal | 257 | 372 | 226 | 36 | 0 | 50 | 2 | 151 | 133 | 116 |
| Binary | 10101111 | 11111010 | 10010110 | 11110 | 0 | 101000 | 10 | 1101001 | 1011011 | 1001110 |
Color Harmonies of #AFFA96
Complementary color
Monochromatic Colors of #AFFA96
Black with #AFFA96
Text Example
Text Example
White with #AFFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFA96; }
p { color: rgb(175,250,150); }
H1.HeaderClassName
{
color: #AFFA96;
}
.AnyTagClassName
{
color: #AFFA96;
}
</style>
background-color css
<style>
a { background-color: #AFFA96; }
a { background-color: rgb(175,250,150); }
div.DivClassName
{
background-color: #AFFA96;
}
.BgClassName
{
background-color: #AFFA96;
}
</style>
border-color css
<style>
span { border-color: #AFFA96; }
span { border-color: rgb(175,250,150); }
td.TdClassName
{
border-color: #AFFA96;
}
.TagClassName
{
border-color: #AFFA96;
}
</style>