Shades of Feijoa #A2F57E
Tints of Feijoa #A2F57E
RGB
CMYK
RGB Variations
Color information
#A2F57E (or 0xA2F57E) is known color: Feijoa. HEX triplet: A2, F5 and 7E. RGB value is (162,245,126). Sum of RGB (Red+Green+Blue) = 162+245+126=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F57E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F57E is #5D0A81. Grayscale: #CFCFCF. Windows color (decimal): -6097538 or 8320418. OLE color: 8320418.
HSL color Cylindrical-coordinate representation of color #A2F57E: hue angle of 101.85º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2F57E is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 126 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.04 |
| HSL | 101.85º | 0.86% | 0.73% | - |
| HSV(B) | 101.85º | 0.49% | 0.96% | - |
| XYZ | 51.32 | 74.49 | 31.41 | - |
| YUV | 206.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 126 | 0.34 | 0 | 0.49 | 0.04 | 101.85 | 0.86 | 0.73 |
| Hex | A2 | F5 | 7E | 22 | 0 | 31 | 4 | 66 | 56 | 49 |
| Octal | 242 | 365 | 176 | 42 | 0 | 61 | 4 | 146 | 126 | 111 |
| Binary | 10100010 | 11110101 | 1111110 | 100010 | 0 | 110001 | 100 | 1100110 | 1010110 | 1001001 |
Color Harmonies of #A2F57E
Complementary color
Monochromatic Colors of #A2F57E
Black with #A2F57E
Text Example
Text Example
White with #A2F57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F57E; }
p { color: rgb(162,245,126); }
H1.HeaderClassName
{
color: #A2F57E;
}
.AnyTagClassName
{
color: #A2F57E;
}
</style>
background-color css
<style>
a { background-color: #A2F57E; }
a { background-color: rgb(162,245,126); }
div.DivClassName
{
background-color: #A2F57E;
}
.BgClassName
{
background-color: #A2F57E;
}
</style>
border-color css
<style>
span { border-color: #A2F57E; }
span { border-color: rgb(162,245,126); }
td.TdClassName
{
border-color: #A2F57E;
}
.TagClassName
{
border-color: #A2F57E;
}
</style>