Shades of Madang #AFE594
Tints of Madang #AFE594
RGB
CMYK
RGB Variations
Color information
#AFE594 (or 0xAFE594) is known color: Madang. HEX triplet: AF, E5 and 94. RGB value is (175,229,148). Sum of RGB (Red+Green+Blue) = 175+229+148=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE594 is #501A6B. Grayscale: #CBCBCB. Windows color (decimal): -5249644 or 9758127. OLE color: 9758127.
HSL color Cylindrical-coordinate representation of color #AFE594: hue angle of 100º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE594 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 148 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.10 |
| HSL | 100º | 0.61% | 0.74% | - |
| HSV(B) | 100º | 0.35% | 0.9% | - |
| XYZ | 51.04 | 67.29 | 38.32 | - |
| YUV | 203.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 148 | 0.24 | 0 | 0.35 | 0.10 | 100 | 0.61 | 0.74 |
| Hex | AF | E5 | 94 | 18 | 0 | 23 | A | 64 | 3D | 4A |
| Octal | 257 | 345 | 224 | 30 | 0 | 43 | 12 | 144 | 75 | 112 |
| Binary | 10101111 | 11100101 | 10010100 | 11000 | 0 | 100011 | 1010 | 1100100 | 111101 | 1001010 |
Color Harmonies of #AFE594
Complementary color
Monochromatic Colors of #AFE594
Black with #AFE594
Text Example
Text Example
White with #AFE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE594; }
p { color: rgb(175,229,148); }
H1.HeaderClassName
{
color: #AFE594;
}
.AnyTagClassName
{
color: #AFE594;
}
</style>
background-color css
<style>
a { background-color: #AFE594; }
a { background-color: rgb(175,229,148); }
div.DivClassName
{
background-color: #AFE594;
}
.BgClassName
{
background-color: #AFE594;
}
</style>
border-color css
<style>
span { border-color: #AFE594; }
span { border-color: rgb(175,229,148); }
td.TdClassName
{
border-color: #AFE594;
}
.TagClassName
{
border-color: #AFE594;
}
</style>