Shades of Madang #AFE69D
Tints of Madang #AFE69D
RGB
CMYK
RGB Variations
Color information
#AFE69D (or 0xAFE69D) is known color: Madang. HEX triplet: AF, E6 and 9D. RGB value is (175,230,157). Sum of RGB (Red+Green+Blue) = 175+230+157=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE69D is #501962. Grayscale: #CDCDCD. Windows color (decimal): -5249379 or 10348207. OLE color: 10348207.
HSL color Cylindrical-coordinate representation of color #AFE69D: hue angle of 105.21º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE69D is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 157 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.10 |
| HSL | 105.21º | 0.59% | 0.76% | - |
| HSV(B) | 105.21º | 0.32% | 0.9% | - |
| XYZ | 52.06 | 68.14 | 42.31 | - |
| YUV | 205.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 157 | 0.24 | 0 | 0.32 | 0.10 | 105.21 | 0.59 | 0.76 |
| Hex | AF | E6 | 9D | 18 | 0 | 20 | A | 69 | 3B | 4C |
| Octal | 257 | 346 | 235 | 30 | 0 | 40 | 12 | 151 | 73 | 114 |
| Binary | 10101111 | 11100110 | 10011101 | 11000 | 0 | 100000 | 1010 | 1101001 | 111011 | 1001100 |
Color Harmonies of #AFE69D
Complementary color
Monochromatic Colors of #AFE69D
Black with #AFE69D
Text Example
Text Example
White with #AFE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE69D; }
p { color: rgb(175,230,157); }
H1.HeaderClassName
{
color: #AFE69D;
}
.AnyTagClassName
{
color: #AFE69D;
}
</style>
background-color css
<style>
a { background-color: #AFE69D; }
a { background-color: rgb(175,230,157); }
div.DivClassName
{
background-color: #AFE69D;
}
.BgClassName
{
background-color: #AFE69D;
}
</style>
border-color css
<style>
span { border-color: #AFE69D; }
span { border-color: rgb(175,230,157); }
td.TdClassName
{
border-color: #AFE69D;
}
.TagClassName
{
border-color: #AFE69D;
}
</style>