Shades of Madang #AFF090
Tints of Madang #AFF090
RGB
CMYK
RGB Variations
Color information
#AFF090 (or 0xAFF090) is known color: Madang. HEX triplet: AF, F0 and 90. RGB value is (175,240,144). Sum of RGB (Red+Green+Blue) = 175+240+144=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF090 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF090 is #500F6F. Grayscale: #D1D1D1. Windows color (decimal): -5246832 or 9498799. OLE color: 9498799.
HSL color Cylindrical-coordinate representation of color #AFF090: hue angle of 100.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFF090 is Cyan = 0.27, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 144 | - |
| CMYK | 0.27 | 0 | 0.4 | 0.06 |
| HSL | 100.63º | 0.76% | 0.75% | - |
| HSV(B) | 100.63º | 0.4% | 0.94% | - |
| XYZ | 53.87 | 73.45 | 37.72 | - |
| YUV | 209.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 144 | 0.27 | 0 | 0.4 | 0.06 | 100.63 | 0.76 | 0.75 |
| Hex | AF | F0 | 90 | 1B | 0 | 28 | 6 | 65 | 4C | 4B |
| Octal | 257 | 360 | 220 | 33 | 0 | 50 | 6 | 145 | 114 | 113 |
| Binary | 10101111 | 11110000 | 10010000 | 11011 | 0 | 101000 | 110 | 1100101 | 1001100 | 1001011 |
Color Harmonies of #AFF090
Complementary color
Monochromatic Colors of #AFF090
Black with #AFF090
Text Example
Text Example
White with #AFF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF090; }
p { color: rgb(175,240,144); }
H1.HeaderClassName
{
color: #AFF090;
}
.AnyTagClassName
{
color: #AFF090;
}
</style>
background-color css
<style>
a { background-color: #AFF090; }
a { background-color: rgb(175,240,144); }
div.DivClassName
{
background-color: #AFF090;
}
.BgClassName
{
background-color: #AFF090;
}
</style>
border-color css
<style>
span { border-color: #AFF090; }
span { border-color: rgb(175,240,144); }
td.TdClassName
{
border-color: #AFF090;
}
.TagClassName
{
border-color: #AFF090;
}
</style>