Shades of Madang #AFF7A7
Tints of Madang #AFF7A7
RGB
CMYK
RGB Variations
Color information
#AFF7A7 (or 0xAFF7A7) is known color: Madang. HEX triplet: AF, F7 and A7. RGB value is (175,247,167). Sum of RGB (Red+Green+Blue) = 175+247+167=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7A7 is #500858. Grayscale: #D8D8D8. Windows color (decimal): -5245017 or 11007919. OLE color: 11007919.
HSL color Cylindrical-coordinate representation of color #AFF7A7: hue angle of 114º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFF7A7 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 167 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.03 |
| HSL | 114º | 0.83% | 0.81% | - |
| HSV(B) | 114º | 0.32% | 0.97% | - |
| XYZ | 57.92 | 78.43 | 48.64 | - |
| YUV | 216.35 | 100.15 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 167 | 0.29 | 0 | 0.32 | 0.03 | 114 | 0.83 | 0.81 |
| Hex | AF | F7 | A7 | 1D | 0 | 20 | 3 | 72 | 53 | 51 |
| Octal | 257 | 367 | 247 | 35 | 0 | 40 | 3 | 162 | 123 | 121 |
| Binary | 10101111 | 11110111 | 10100111 | 11101 | 0 | 100000 | 11 | 1110010 | 1010011 | 1010001 |
Color Harmonies of #AFF7A7
Complementary color
Monochromatic Colors of #AFF7A7
Black with #AFF7A7
Text Example
Text Example
White with #AFF7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7A7; }
p { color: rgb(175,247,167); }
H1.HeaderClassName
{
color: #AFF7A7;
}
.AnyTagClassName
{
color: #AFF7A7;
}
</style>
background-color css
<style>
a { background-color: #AFF7A7; }
a { background-color: rgb(175,247,167); }
div.DivClassName
{
background-color: #AFF7A7;
}
.BgClassName
{
background-color: #AFF7A7;
}
</style>
border-color css
<style>
span { border-color: #AFF7A7; }
span { border-color: rgb(175,247,167); }
td.TdClassName
{
border-color: #AFF7A7;
}
.TagClassName
{
border-color: #AFF7A7;
}
</style>