Shades of Madang #AFF294
Tints of Madang #AFF294
RGB
CMYK
RGB Variations
Color information
#AFF294 (or 0xAFF294) is known color: Madang. HEX triplet: AF, F2 and 94. RGB value is (175,242,148). Sum of RGB (Red+Green+Blue) = 175+242+148=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF294 is #500D6B. Grayscale: #D3D3D3. Windows color (decimal): -5246316 or 9761455. OLE color: 9761455.
HSL color Cylindrical-coordinate representation of color #AFF294: hue angle of 102.77º degrees, saturation: 0.78, 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 #AFF294 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 148 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.05 |
| HSL | 102.77º | 0.78% | 0.76% | - |
| HSV(B) | 102.77º | 0.39% | 0.95% | - |
| XYZ | 54.78 | 74.76 | 39.56 | - |
| YUV | 211.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 148 | 0.28 | 0 | 0.39 | 0.05 | 102.77 | 0.78 | 0.76 |
| Hex | AF | F2 | 94 | 1C | 0 | 27 | 5 | 67 | 4E | 4C |
| Octal | 257 | 362 | 224 | 34 | 0 | 47 | 5 | 147 | 116 | 114 |
| Binary | 10101111 | 11110010 | 10010100 | 11100 | 0 | 100111 | 101 | 1100111 | 1001110 | 1001100 |
Color Harmonies of #AFF294
Complementary color
Monochromatic Colors of #AFF294
Black with #AFF294
Text Example
Text Example
White with #AFF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF294; }
p { color: rgb(175,242,148); }
H1.HeaderClassName
{
color: #AFF294;
}
.AnyTagClassName
{
color: #AFF294;
}
</style>
background-color css
<style>
a { background-color: #AFF294; }
a { background-color: rgb(175,242,148); }
div.DivClassName
{
background-color: #AFF294;
}
.BgClassName
{
background-color: #AFF294;
}
</style>
border-color css
<style>
span { border-color: #AFF294; }
span { border-color: rgb(175,242,148); }
td.TdClassName
{
border-color: #AFF294;
}
.TagClassName
{
border-color: #AFF294;
}
</style>