Shades of Madang #AFEC9A
Tints of Madang #AFEC9A
RGB
CMYK
RGB Variations
Color information
#AFEC9A (or 0xAFEC9A) is known color: Madang. HEX triplet: AF, EC and 9A. RGB value is (175,236,154). Sum of RGB (Red+Green+Blue) = 175+236+154=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC9A is #501365. Grayscale: #D0D0D0. Windows color (decimal): -5247846 or 10153135. OLE color: 10153135.
HSL color Cylindrical-coordinate representation of color #AFEC9A: hue angle of 104.63º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFEC9A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 154 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.07 |
| HSL | 104.63º | 0.68% | 0.76% | - |
| HSV(B) | 104.63º | 0.35% | 0.93% | - |
| XYZ | 53.51 | 71.44 | 41.54 | - |
| YUV | 208.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 154 | 0.26 | 0 | 0.35 | 0.07 | 104.63 | 0.68 | 0.76 |
| Hex | AF | EC | 9A | 1A | 0 | 23 | 7 | 69 | 44 | 4C |
| Octal | 257 | 354 | 232 | 32 | 0 | 43 | 7 | 151 | 104 | 114 |
| Binary | 10101111 | 11101100 | 10011010 | 11010 | 0 | 100011 | 111 | 1101001 | 1000100 | 1001100 |
Color Harmonies of #AFEC9A
Complementary color
Monochromatic Colors of #AFEC9A
Black with #AFEC9A
Text Example
Text Example
White with #AFEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC9A; }
p { color: rgb(175,236,154); }
H1.HeaderClassName
{
color: #AFEC9A;
}
.AnyTagClassName
{
color: #AFEC9A;
}
</style>
background-color css
<style>
a { background-color: #AFEC9A; }
a { background-color: rgb(175,236,154); }
div.DivClassName
{
background-color: #AFEC9A;
}
.BgClassName
{
background-color: #AFEC9A;
}
</style>
border-color css
<style>
span { border-color: #AFEC9A; }
span { border-color: rgb(175,236,154); }
td.TdClassName
{
border-color: #AFEC9A;
}
.TagClassName
{
border-color: #AFEC9A;
}
</style>