Shades of Feijoa #A2F87C
Tints of Feijoa #A2F87C
RGB
CMYK
RGB Variations
Color information
#A2F87C (or 0xA2F87C) is known color: Feijoa. HEX triplet: A2, F8 and 7C. RGB value is (162,248,124). Sum of RGB (Red+Green+Blue) = 162+248+124=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F87C is #5D0783. Grayscale: #D0D0D0. Windows color (decimal): -6096772 or 8190114. OLE color: 8190114.
HSL color Cylindrical-coordinate representation of color #A2F87C: hue angle of 101.61º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F87C is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 124 | - |
| CMYK | 0.35 | 0 | 0.5 | 0.03 |
| HSL | 101.61º | 0.9% | 0.73% | - |
| HSV(B) | 101.61º | 0.5% | 0.97% | - |
| XYZ | 52.11 | 76.27 | 31.04 | - |
| YUV | 208.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 124 | 0.35 | 0 | 0.5 | 0.03 | 101.61 | 0.9 | 0.73 |
| Hex | A2 | F8 | 7C | 23 | 0 | 32 | 3 | 66 | 5A | 49 |
| Octal | 242 | 370 | 174 | 43 | 0 | 62 | 3 | 146 | 132 | 111 |
| Binary | 10100010 | 11111000 | 1111100 | 100011 | 0 | 110010 | 11 | 1100110 | 1011010 | 1001001 |
Color Harmonies of #A2F87C
Complementary color
Monochromatic Colors of #A2F87C
Black with #A2F87C
Text Example
Text Example
White with #A2F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F87C; }
p { color: rgb(162,248,124); }
H1.HeaderClassName
{
color: #A2F87C;
}
.AnyTagClassName
{
color: #A2F87C;
}
</style>
background-color css
<style>
a { background-color: #A2F87C; }
a { background-color: rgb(162,248,124); }
div.DivClassName
{
background-color: #A2F87C;
}
.BgClassName
{
background-color: #A2F87C;
}
</style>
border-color css
<style>
span { border-color: #A2F87C; }
span { border-color: rgb(162,248,124); }
td.TdClassName
{
border-color: #A2F87C;
}
.TagClassName
{
border-color: #A2F87C;
}
</style>