Shades of Madang #AFF194
Tints of Madang #AFF194
RGB
CMYK
RGB Variations
Color information
#AFF194 (or 0xAFF194) is known color: Madang. HEX triplet: AF, F1 and 94. RGB value is (175,241,148). Sum of RGB (Red+Green+Blue) = 175+241+148=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF194 is #500E6B. Grayscale: #D2D2D2. Windows color (decimal): -5246572 or 9761199. OLE color: 9761199.
HSL color Cylindrical-coordinate representation of color #AFF194: hue angle of 102.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFF194 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 148 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.05 |
| HSL | 102.58º | 0.77% | 0.76% | - |
| HSV(B) | 102.58º | 0.39% | 0.95% | - |
| XYZ | 54.48 | 74.16 | 39.46 | - |
| YUV | 210.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 148 | 0.27 | 0 | 0.39 | 0.05 | 102.58 | 0.77 | 0.76 |
| Hex | AF | F1 | 94 | 1B | 0 | 27 | 5 | 67 | 4D | 4C |
| Octal | 257 | 361 | 224 | 33 | 0 | 47 | 5 | 147 | 115 | 114 |
| Binary | 10101111 | 11110001 | 10010100 | 11011 | 0 | 100111 | 101 | 1100111 | 1001101 | 1001100 |
Color Harmonies of #AFF194
Complementary color
Monochromatic Colors of #AFF194
Black with #AFF194
Text Example
Text Example
White with #AFF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF194; }
p { color: rgb(175,241,148); }
H1.HeaderClassName
{
color: #AFF194;
}
.AnyTagClassName
{
color: #AFF194;
}
</style>
background-color css
<style>
a { background-color: #AFF194; }
a { background-color: rgb(175,241,148); }
div.DivClassName
{
background-color: #AFF194;
}
.BgClassName
{
background-color: #AFF194;
}
</style>
border-color css
<style>
span { border-color: #AFF194; }
span { border-color: rgb(175,241,148); }
td.TdClassName
{
border-color: #AFF194;
}
.TagClassName
{
border-color: #AFF194;
}
</style>