Shades of Madang #AFF296
Tints of Madang #AFF296
RGB
CMYK
RGB Variations
Color information
#AFF296 (or 0xAFF296) is known color: Madang. HEX triplet: AF, F2 and 96. RGB value is (175,242,150). Sum of RGB (Red+Green+Blue) = 175+242+150=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF296 is #500D69. Grayscale: #D3D3D3. Windows color (decimal): -5246314 or 9892527. OLE color: 9892527.
HSL color Cylindrical-coordinate representation of color #AFF296: hue angle of 103.7º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFF296 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 150 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.05 |
| HSL | 103.7º | 0.78% | 0.77% | - |
| HSV(B) | 103.7º | 0.38% | 0.95% | - |
| XYZ | 54.94 | 74.82 | 40.4 | - |
| YUV | 211.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 150 | 0.28 | 0 | 0.38 | 0.05 | 103.7 | 0.78 | 0.77 |
| Hex | AF | F2 | 96 | 1C | 0 | 26 | 5 | 68 | 4E | 4D |
| Octal | 257 | 362 | 226 | 34 | 0 | 46 | 5 | 150 | 116 | 115 |
| Binary | 10101111 | 11110010 | 10010110 | 11100 | 0 | 100110 | 101 | 1101000 | 1001110 | 1001101 |
Color Harmonies of #AFF296
Complementary color
Monochromatic Colors of #AFF296
Black with #AFF296
Text Example
Text Example
White with #AFF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF296; }
p { color: rgb(175,242,150); }
H1.HeaderClassName
{
color: #AFF296;
}
.AnyTagClassName
{
color: #AFF296;
}
</style>
background-color css
<style>
a { background-color: #AFF296; }
a { background-color: rgb(175,242,150); }
div.DivClassName
{
background-color: #AFF296;
}
.BgClassName
{
background-color: #AFF296;
}
</style>
border-color css
<style>
span { border-color: #AFF296; }
span { border-color: rgb(175,242,150); }
td.TdClassName
{
border-color: #AFF296;
}
.TagClassName
{
border-color: #AFF296;
}
</style>