Shades of Madang #AFF29A
Tints of Madang #AFF29A
RGB
CMYK
RGB Variations
Color information
#AFF29A (or 0xAFF29A) is known color: Madang. HEX triplet: AF, F2 and 9A. RGB value is (175,242,154). Sum of RGB (Red+Green+Blue) = 175+242+154=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF29A is #500D65. Grayscale: #D4D4D4. Windows color (decimal): -5246310 or 10154671. OLE color: 10154671.
HSL color Cylindrical-coordinate representation of color #AFF29A: hue angle of 105.68º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFF29A is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 154 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.05 |
| HSL | 105.68º | 0.77% | 0.78% | - |
| HSV(B) | 105.68º | 0.36% | 0.95% | - |
| XYZ | 55.26 | 74.95 | 42.13 | - |
| YUV | 211.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 154 | 0.28 | 0 | 0.36 | 0.05 | 105.68 | 0.77 | 0.78 |
| Hex | AF | F2 | 9A | 1C | 0 | 24 | 5 | 6A | 4D | 4E |
| Octal | 257 | 362 | 232 | 34 | 0 | 44 | 5 | 152 | 115 | 116 |
| Binary | 10101111 | 11110010 | 10011010 | 11100 | 0 | 100100 | 101 | 1101010 | 1001101 | 1001110 |
Color Harmonies of #AFF29A
Complementary color
Monochromatic Colors of #AFF29A
Black with #AFF29A
Text Example
Text Example
White with #AFF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF29A; }
p { color: rgb(175,242,154); }
H1.HeaderClassName
{
color: #AFF29A;
}
.AnyTagClassName
{
color: #AFF29A;
}
</style>
background-color css
<style>
a { background-color: #AFF29A; }
a { background-color: rgb(175,242,154); }
div.DivClassName
{
background-color: #AFF29A;
}
.BgClassName
{
background-color: #AFF29A;
}
</style>
border-color css
<style>
span { border-color: #AFF29A; }
span { border-color: rgb(175,242,154); }
td.TdClassName
{
border-color: #AFF29A;
}
.TagClassName
{
border-color: #AFF29A;
}
</style>