Shades of Madang #AFE694
Tints of Madang #AFE694
RGB
CMYK
RGB Variations
Color information
#AFE694 (or 0xAFE694) is known color: Madang. HEX triplet: AF, E6 and 94. RGB value is (175,230,148). Sum of RGB (Red+Green+Blue) = 175+230+148=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE694 is #50196B. Grayscale: #CCCCCC. Windows color (decimal): -5249388 or 9758383. OLE color: 9758383.
HSL color Cylindrical-coordinate representation of color #AFE694: hue angle of 100.24º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE694 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 148 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.10 |
| HSL | 100.24º | 0.62% | 0.74% | - |
| HSV(B) | 100.24º | 0.36% | 0.9% | - |
| XYZ | 51.32 | 67.85 | 38.41 | - |
| YUV | 204.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 148 | 0.24 | 0 | 0.36 | 0.10 | 100.24 | 0.62 | 0.74 |
| Hex | AF | E6 | 94 | 18 | 0 | 24 | A | 64 | 3E | 4A |
| Octal | 257 | 346 | 224 | 30 | 0 | 44 | 12 | 144 | 76 | 112 |
| Binary | 10101111 | 11100110 | 10010100 | 11000 | 0 | 100100 | 1010 | 1100100 | 111110 | 1001010 |
Color Harmonies of #AFE694
Complementary color
Monochromatic Colors of #AFE694
Black with #AFE694
Text Example
Text Example
White with #AFE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE694; }
p { color: rgb(175,230,148); }
H1.HeaderClassName
{
color: #AFE694;
}
.AnyTagClassName
{
color: #AFE694;
}
</style>
background-color css
<style>
a { background-color: #AFE694; }
a { background-color: rgb(175,230,148); }
div.DivClassName
{
background-color: #AFE694;
}
.BgClassName
{
background-color: #AFE694;
}
</style>
border-color css
<style>
span { border-color: #AFE694; }
span { border-color: rgb(175,230,148); }
td.TdClassName
{
border-color: #AFE694;
}
.TagClassName
{
border-color: #AFE694;
}
</style>