Shades of Madang #AFF3A4
Tints of Madang #AFF3A4
RGB
CMYK
RGB Variations
Color information
#AFF3A4 (or 0xAFF3A4) is known color: Madang. HEX triplet: AF, F3 and A4. RGB value is (175,243,164). Sum of RGB (Red+Green+Blue) = 175+243+164=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3A4 is #500C5B. Grayscale: #D5D5D5. Windows color (decimal): -5246044 or 10810287. OLE color: 10810287.
HSL color Cylindrical-coordinate representation of color #AFF3A4: hue angle of 111.65º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFF3A4 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 164 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.05 |
| HSL | 111.65º | 0.77% | 0.8% | - |
| HSV(B) | 111.65º | 0.33% | 0.95% | - |
| XYZ | 56.43 | 75.9 | 46.8 | - |
| YUV | 213.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 164 | 0.28 | 0 | 0.33 | 0.05 | 111.65 | 0.77 | 0.8 |
| Hex | AF | F3 | A4 | 1C | 0 | 21 | 5 | 70 | 4D | 50 |
| Octal | 257 | 363 | 244 | 34 | 0 | 41 | 5 | 160 | 115 | 120 |
| Binary | 10101111 | 11110011 | 10100100 | 11100 | 0 | 100001 | 101 | 1110000 | 1001101 | 1010000 |
Color Harmonies of #AFF3A4
Complementary color
Monochromatic Colors of #AFF3A4
Black with #AFF3A4
Text Example
Text Example
White with #AFF3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3A4; }
p { color: rgb(175,243,164); }
H1.HeaderClassName
{
color: #AFF3A4;
}
.AnyTagClassName
{
color: #AFF3A4;
}
</style>
background-color css
<style>
a { background-color: #AFF3A4; }
a { background-color: rgb(175,243,164); }
div.DivClassName
{
background-color: #AFF3A4;
}
.BgClassName
{
background-color: #AFF3A4;
}
</style>
border-color css
<style>
span { border-color: #AFF3A4; }
span { border-color: rgb(175,243,164); }
td.TdClassName
{
border-color: #AFF3A4;
}
.TagClassName
{
border-color: #AFF3A4;
}
</style>