Shades of Madang #AFF197
Tints of Madang #AFF197
RGB
CMYK
RGB Variations
Color information
#AFF197 (or 0xAFF197) is known color: Madang. HEX triplet: AF, F1 and 97. RGB value is (175,241,151). Sum of RGB (Red+Green+Blue) = 175+241+151=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF197 is #500E68. Grayscale: #D3D3D3. Windows color (decimal): -5246569 or 9957807. OLE color: 9957807.
HSL color Cylindrical-coordinate representation of color #AFF197: hue angle of 104º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFF197 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 151 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.05 |
| HSL | 104º | 0.76% | 0.77% | - |
| HSV(B) | 104º | 0.37% | 0.95% | - |
| XYZ | 54.72 | 74.26 | 40.73 | - |
| YUV | 211.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 151 | 0.27 | 0 | 0.37 | 0.05 | 104 | 0.76 | 0.77 |
| Hex | AF | F1 | 97 | 1B | 0 | 25 | 5 | 68 | 4C | 4D |
| Octal | 257 | 361 | 227 | 33 | 0 | 45 | 5 | 150 | 114 | 115 |
| Binary | 10101111 | 11110001 | 10010111 | 11011 | 0 | 100101 | 101 | 1101000 | 1001100 | 1001101 |
Color Harmonies of #AFF197
Complementary color
Monochromatic Colors of #AFF197
Black with #AFF197
Text Example
Text Example
White with #AFF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF197; }
p { color: rgb(175,241,151); }
H1.HeaderClassName
{
color: #AFF197;
}
.AnyTagClassName
{
color: #AFF197;
}
</style>
background-color css
<style>
a { background-color: #AFF197; }
a { background-color: rgb(175,241,151); }
div.DivClassName
{
background-color: #AFF197;
}
.BgClassName
{
background-color: #AFF197;
}
</style>
border-color css
<style>
span { border-color: #AFF197; }
span { border-color: rgb(175,241,151); }
td.TdClassName
{
border-color: #AFF197;
}
.TagClassName
{
border-color: #AFF197;
}
</style>