Shades of Madang #AFF7A5
Tints of Madang #AFF7A5
RGB
CMYK
RGB Variations
Color information
#AFF7A5 (or 0xAFF7A5) is known color: Madang. HEX triplet: AF, F7 and A5. RGB value is (175,247,165). Sum of RGB (Red+Green+Blue) = 175+247+165=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7A5 is #50085A. Grayscale: #D8D8D8. Windows color (decimal): -5245019 or 10876847. OLE color: 10876847.
HSL color Cylindrical-coordinate representation of color #AFF7A5: hue angle of 112.68º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFF7A5 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 165 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.03 |
| HSL | 112.68º | 0.84% | 0.81% | - |
| HSV(B) | 112.68º | 0.33% | 0.97% | - |
| XYZ | 57.73 | 78.35 | 47.68 | - |
| YUV | 216.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 165 | 0.29 | 0 | 0.33 | 0.03 | 112.68 | 0.84 | 0.81 |
| Hex | AF | F7 | A5 | 1D | 0 | 21 | 3 | 71 | 54 | 51 |
| Octal | 257 | 367 | 245 | 35 | 0 | 41 | 3 | 161 | 124 | 121 |
| Binary | 10101111 | 11110111 | 10100101 | 11101 | 0 | 100001 | 11 | 1110001 | 1010100 | 1010001 |
Color Harmonies of #AFF7A5
Complementary color
Monochromatic Colors of #AFF7A5
Black with #AFF7A5
Text Example
Text Example
White with #AFF7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7A5; }
p { color: rgb(175,247,165); }
H1.HeaderClassName
{
color: #AFF7A5;
}
.AnyTagClassName
{
color: #AFF7A5;
}
</style>
background-color css
<style>
a { background-color: #AFF7A5; }
a { background-color: rgb(175,247,165); }
div.DivClassName
{
background-color: #AFF7A5;
}
.BgClassName
{
background-color: #AFF7A5;
}
</style>
border-color css
<style>
span { border-color: #AFF7A5; }
span { border-color: rgb(175,247,165); }
td.TdClassName
{
border-color: #AFF7A5;
}
.TagClassName
{
border-color: #AFF7A5;
}
</style>