Shades of Madang #AFE398
Tints of Madang #AFE398
RGB
CMYK
RGB Variations
Color information
#AFE398 (or 0xAFE398) is known color: Madang. HEX triplet: AF, E3 and 98. RGB value is (175,227,152). Sum of RGB (Red+Green+Blue) = 175+227+152=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE398 is #501C67. Grayscale: #CBCBCB. Windows color (decimal): -5250152 or 10019759. OLE color: 10019759.
HSL color Cylindrical-coordinate representation of color #AFE398: hue angle of 101.6º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE398 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 152 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.11 |
| HSL | 101.6º | 0.57% | 0.74% | - |
| HSV(B) | 101.6º | 0.33% | 0.89% | - |
| XYZ | 50.82 | 66.32 | 39.83 | - |
| YUV | 202.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 152 | 0.23 | 0 | 0.33 | 0.11 | 101.6 | 0.57 | 0.74 |
| Hex | AF | E3 | 98 | 17 | 0 | 21 | B | 66 | 39 | 4A |
| Octal | 257 | 343 | 230 | 27 | 0 | 41 | 13 | 146 | 71 | 112 |
| Binary | 10101111 | 11100011 | 10011000 | 10111 | 0 | 100001 | 1011 | 1100110 | 111001 | 1001010 |
Color Harmonies of #AFE398
Complementary color
Monochromatic Colors of #AFE398
Black with #AFE398
Text Example
Text Example
White with #AFE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE398; }
p { color: rgb(175,227,152); }
H1.HeaderClassName
{
color: #AFE398;
}
.AnyTagClassName
{
color: #AFE398;
}
</style>
background-color css
<style>
a { background-color: #AFE398; }
a { background-color: rgb(175,227,152); }
div.DivClassName
{
background-color: #AFE398;
}
.BgClassName
{
background-color: #AFE398;
}
</style>
border-color css
<style>
span { border-color: #AFE398; }
span { border-color: rgb(175,227,152); }
td.TdClassName
{
border-color: #AFE398;
}
.TagClassName
{
border-color: #AFE398;
}
</style>