Shades of Madang #AFF097
Tints of Madang #AFF097
RGB
CMYK
RGB Variations
Color information
#AFF097 (or 0xAFF097) is known color: Madang. HEX triplet: AF, F0 and 97. RGB value is (175,240,151). Sum of RGB (Red+Green+Blue) = 175+240+151=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF097 is #500F68. Grayscale: #D2D2D2. Windows color (decimal): -5246825 or 9957551. OLE color: 9957551.
HSL color Cylindrical-coordinate representation of color #AFF097: hue angle of 103.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFF097 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 151 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.06 |
| HSL | 103.82º | 0.75% | 0.77% | - |
| HSV(B) | 103.82º | 0.37% | 0.94% | - |
| XYZ | 54.43 | 73.67 | 40.63 | - |
| YUV | 210.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 151 | 0.27 | 0 | 0.37 | 0.06 | 103.82 | 0.75 | 0.77 |
| Hex | AF | F0 | 97 | 1B | 0 | 25 | 6 | 68 | 4B | 4D |
| Octal | 257 | 360 | 227 | 33 | 0 | 45 | 6 | 150 | 113 | 115 |
| Binary | 10101111 | 11110000 | 10010111 | 11011 | 0 | 100101 | 110 | 1101000 | 1001011 | 1001101 |
Color Harmonies of #AFF097
Complementary color
Monochromatic Colors of #AFF097
Black with #AFF097
Text Example
Text Example
White with #AFF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF097; }
p { color: rgb(175,240,151); }
H1.HeaderClassName
{
color: #AFF097;
}
.AnyTagClassName
{
color: #AFF097;
}
</style>
background-color css
<style>
a { background-color: #AFF097; }
a { background-color: rgb(175,240,151); }
div.DivClassName
{
background-color: #AFF097;
}
.BgClassName
{
background-color: #AFF097;
}
</style>
border-color css
<style>
span { border-color: #AFF097; }
span { border-color: rgb(175,240,151); }
td.TdClassName
{
border-color: #AFF097;
}
.TagClassName
{
border-color: #AFF097;
}
</style>