Shades of Madang #AFF3A1
Tints of Madang #AFF3A1
RGB
CMYK
RGB Variations
Color information
#AFF3A1 (or 0xAFF3A1) is known color: Madang. HEX triplet: AF, F3 and A1. RGB value is (175,243,161). Sum of RGB (Red+Green+Blue) = 175+243+161=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3A1 is #500C5E. Grayscale: #D5D5D5. Windows color (decimal): -5246047 or 10613679. OLE color: 10613679.
HSL color Cylindrical-coordinate representation of color #AFF3A1: hue angle of 109.76º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFF3A1 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 161 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.05 |
| HSL | 109.76º | 0.77% | 0.79% | - |
| HSV(B) | 109.76º | 0.34% | 0.95% | - |
| XYZ | 56.16 | 75.79 | 45.39 | - |
| YUV | 213.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 161 | 0.28 | 0 | 0.34 | 0.05 | 109.76 | 0.77 | 0.79 |
| Hex | AF | F3 | A1 | 1C | 0 | 22 | 5 | 6E | 4D | 4F |
| Octal | 257 | 363 | 241 | 34 | 0 | 42 | 5 | 156 | 115 | 117 |
| Binary | 10101111 | 11110011 | 10100001 | 11100 | 0 | 100010 | 101 | 1101110 | 1001101 | 1001111 |
Color Harmonies of #AFF3A1
Complementary color
Monochromatic Colors of #AFF3A1
Black with #AFF3A1
Text Example
Text Example
White with #AFF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3A1; }
p { color: rgb(175,243,161); }
H1.HeaderClassName
{
color: #AFF3A1;
}
.AnyTagClassName
{
color: #AFF3A1;
}
</style>
background-color css
<style>
a { background-color: #AFF3A1; }
a { background-color: rgb(175,243,161); }
div.DivClassName
{
background-color: #AFF3A1;
}
.BgClassName
{
background-color: #AFF3A1;
}
</style>
border-color css
<style>
span { border-color: #AFF3A1; }
span { border-color: rgb(175,243,161); }
td.TdClassName
{
border-color: #AFF3A1;
}
.TagClassName
{
border-color: #AFF3A1;
}
</style>