Shades of Madang #AFE09A
Tints of Madang #AFE09A
RGB
CMYK
RGB Variations
Color information
#AFE09A (or 0xAFE09A) is known color: Madang. HEX triplet: AF, E0 and 9A. RGB value is (175,224,154). Sum of RGB (Red+Green+Blue) = 175+224+154=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE09A is #501F65. Grayscale: #C9C9C9. Windows color (decimal): -5250918 or 10150063. OLE color: 10150063.
HSL color Cylindrical-coordinate representation of color #AFE09A: hue angle of 102º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE09A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 154 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.12 |
| HSL | 102º | 0.53% | 0.74% | - |
| HSV(B) | 102º | 0.31% | 0.88% | - |
| XYZ | 50.17 | 64.76 | 40.43 | - |
| YUV | 201.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 154 | 0.22 | 0 | 0.31 | 0.12 | 102 | 0.53 | 0.74 |
| Hex | AF | E0 | 9A | 16 | 0 | 1F | C | 66 | 35 | 4A |
| Octal | 257 | 340 | 232 | 26 | 0 | 37 | 14 | 146 | 65 | 112 |
| Binary | 10101111 | 11100000 | 10011010 | 10110 | 0 | 11111 | 1100 | 1100110 | 110101 | 1001010 |
Color Harmonies of #AFE09A
Complementary color
Monochromatic Colors of #AFE09A
Black with #AFE09A
Text Example
Text Example
White with #AFE09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE09A; }
p { color: rgb(175,224,154); }
H1.HeaderClassName
{
color: #AFE09A;
}
.AnyTagClassName
{
color: #AFE09A;
}
</style>
background-color css
<style>
a { background-color: #AFE09A; }
a { background-color: rgb(175,224,154); }
div.DivClassName
{
background-color: #AFE09A;
}
.BgClassName
{
background-color: #AFE09A;
}
</style>
border-color css
<style>
span { border-color: #AFE09A; }
span { border-color: rgb(175,224,154); }
td.TdClassName
{
border-color: #AFE09A;
}
.TagClassName
{
border-color: #AFE09A;
}
</style>