Shades of Madang #AFF99C
Tints of Madang #AFF99C
RGB
CMYK
RGB Variations
Color information
#AFF99C (or 0xAFF99C) is known color: Madang. HEX triplet: AF, F9 and 9C. RGB value is (175,249,156). Sum of RGB (Red+Green+Blue) = 175+249+156=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF99C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF99C is #500663. Grayscale: #D8D8D8. Windows color (decimal): -5244516 or 10287535. OLE color: 10287535.
HSL color Cylindrical-coordinate representation of color #AFF99C: hue angle of 107.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFF99C is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 156 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.02 |
| HSL | 107.74º | 0.89% | 0.79% | - |
| HSV(B) | 107.74º | 0.37% | 0.98% | - |
| XYZ | 57.56 | 79.27 | 43.72 | - |
| YUV | 216.27 | 93.98 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 156 | 0.30 | 0 | 0.37 | 0.02 | 107.74 | 0.89 | 0.79 |
| Hex | AF | F9 | 9C | 1E | 0 | 25 | 2 | 6C | 59 | 4F |
| Octal | 257 | 371 | 234 | 36 | 0 | 45 | 2 | 154 | 131 | 117 |
| Binary | 10101111 | 11111001 | 10011100 | 11110 | 0 | 100101 | 10 | 1101100 | 1011001 | 1001111 |
Color Harmonies of #AFF99C
Complementary color
Monochromatic Colors of #AFF99C
Black with #AFF99C
Text Example
Text Example
White with #AFF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF99C; }
p { color: rgb(175,249,156); }
H1.HeaderClassName
{
color: #AFF99C;
}
.AnyTagClassName
{
color: #AFF99C;
}
</style>
background-color css
<style>
a { background-color: #AFF99C; }
a { background-color: rgb(175,249,156); }
div.DivClassName
{
background-color: #AFF99C;
}
.BgClassName
{
background-color: #AFF99C;
}
</style>
border-color css
<style>
span { border-color: #AFF99C; }
span { border-color: rgb(175,249,156); }
td.TdClassName
{
border-color: #AFF99C;
}
.TagClassName
{
border-color: #AFF99C;
}
</style>