Shades of Madang #AFE09D
Tints of Madang #AFE09D
RGB
CMYK
RGB Variations
Color information
#AFE09D (or 0xAFE09D) is known color: Madang. HEX triplet: AF, E0 and 9D. RGB value is (175,224,157). Sum of RGB (Red+Green+Blue) = 175+224+157=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE09D is #501F62. Grayscale: #C9C9C9. Windows color (decimal): -5250915 or 10346671. OLE color: 10346671.
HSL color Cylindrical-coordinate representation of color #AFE09D: hue angle of 103.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE09D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 157 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.12 |
| HSL | 103.88º | 0.52% | 0.75% | - |
| HSV(B) | 103.88º | 0.3% | 0.88% | - |
| XYZ | 50.42 | 64.86 | 41.76 | - |
| YUV | 201.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 157 | 0.22 | 0 | 0.30 | 0.12 | 103.88 | 0.52 | 0.75 |
| Hex | AF | E0 | 9D | 16 | 0 | 1E | C | 68 | 34 | 4B |
| Octal | 257 | 340 | 235 | 26 | 0 | 36 | 14 | 150 | 64 | 113 |
| Binary | 10101111 | 11100000 | 10011101 | 10110 | 0 | 11110 | 1100 | 1101000 | 110100 | 1001011 |
Color Harmonies of #AFE09D
Complementary color
Monochromatic Colors of #AFE09D
Black with #AFE09D
Text Example
Text Example
White with #AFE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE09D; }
p { color: rgb(175,224,157); }
H1.HeaderClassName
{
color: #AFE09D;
}
.AnyTagClassName
{
color: #AFE09D;
}
</style>
background-color css
<style>
a { background-color: #AFE09D; }
a { background-color: rgb(175,224,157); }
div.DivClassName
{
background-color: #AFE09D;
}
.BgClassName
{
background-color: #AFE09D;
}
</style>
border-color css
<style>
span { border-color: #AFE09D; }
span { border-color: rgb(175,224,157); }
td.TdClassName
{
border-color: #AFE09D;
}
.TagClassName
{
border-color: #AFE09D;
}
</style>