Shades of Madang #AFF29E
Tints of Madang #AFF29E
RGB
CMYK
RGB Variations
Color information
#AFF29E (or 0xAFF29E) is known color: Madang. HEX triplet: AF, F2 and 9E. RGB value is (175,242,158). Sum of RGB (Red+Green+Blue) = 175+242+158=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF29E is #500D61. Grayscale: #D4D4D4. Windows color (decimal): -5246306 or 10416815. OLE color: 10416815.
HSL color Cylindrical-coordinate representation of color #AFF29E: hue angle of 107.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFF29E is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 158 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.05 |
| HSL | 107.86º | 0.76% | 0.78% | - |
| HSV(B) | 107.86º | 0.35% | 0.95% | - |
| XYZ | 55.6 | 75.09 | 43.91 | - |
| YUV | 212.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 158 | 0.28 | 0 | 0.35 | 0.05 | 107.86 | 0.76 | 0.78 |
| Hex | AF | F2 | 9E | 1C | 0 | 23 | 5 | 6C | 4C | 4E |
| Octal | 257 | 362 | 236 | 34 | 0 | 43 | 5 | 154 | 114 | 116 |
| Binary | 10101111 | 11110010 | 10011110 | 11100 | 0 | 100011 | 101 | 1101100 | 1001100 | 1001110 |
Color Harmonies of #AFF29E
Complementary color
Monochromatic Colors of #AFF29E
Black with #AFF29E
Text Example
Text Example
White with #AFF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF29E; }
p { color: rgb(175,242,158); }
H1.HeaderClassName
{
color: #AFF29E;
}
.AnyTagClassName
{
color: #AFF29E;
}
</style>
background-color css
<style>
a { background-color: #AFF29E; }
a { background-color: rgb(175,242,158); }
div.DivClassName
{
background-color: #AFF29E;
}
.BgClassName
{
background-color: #AFF29E;
}
</style>
border-color css
<style>
span { border-color: #AFF29E; }
span { border-color: rgb(175,242,158); }
td.TdClassName
{
border-color: #AFF29E;
}
.TagClassName
{
border-color: #AFF29E;
}
</style>