Shades of Feijoa #A2F87A
Tints of Feijoa #A2F87A
RGB
CMYK
RGB Variations
Color information
#A2F87A (or 0xA2F87A) is known color: Feijoa. HEX triplet: A2, F8 and 7A. RGB value is (162,248,122). Sum of RGB (Red+Green+Blue) = 162+248+122=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F87A is #5D0785. Grayscale: #D0D0D0. Windows color (decimal): -6096774 or 8059042. OLE color: 8059042.
HSL color Cylindrical-coordinate representation of color #A2F87A: hue angle of 100.95º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2F87A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 122 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.03 |
| HSL | 100.95º | 0.9% | 0.73% | - |
| HSV(B) | 100.95º | 0.51% | 0.97% | - |
| XYZ | 51.98 | 76.22 | 30.38 | - |
| YUV | 207.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 122 | 0.35 | 0 | 0.51 | 0.03 | 100.95 | 0.9 | 0.73 |
| Hex | A2 | F8 | 7A | 23 | 0 | 33 | 3 | 65 | 5A | 49 |
| Octal | 242 | 370 | 172 | 43 | 0 | 63 | 3 | 145 | 132 | 111 |
| Binary | 10100010 | 11111000 | 1111010 | 100011 | 0 | 110011 | 11 | 1100101 | 1011010 | 1001001 |
Color Harmonies of #A2F87A
Complementary color
Monochromatic Colors of #A2F87A
Black with #A2F87A
Text Example
Text Example
White with #A2F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F87A; }
p { color: rgb(162,248,122); }
H1.HeaderClassName
{
color: #A2F87A;
}
.AnyTagClassName
{
color: #A2F87A;
}
</style>
background-color css
<style>
a { background-color: #A2F87A; }
a { background-color: rgb(162,248,122); }
div.DivClassName
{
background-color: #A2F87A;
}
.BgClassName
{
background-color: #A2F87A;
}
</style>
border-color css
<style>
span { border-color: #A2F87A; }
span { border-color: rgb(162,248,122); }
td.TdClassName
{
border-color: #A2F87A;
}
.TagClassName
{
border-color: #A2F87A;
}
</style>