Shades of Feijoa #A2F56A
Tints of Feijoa #A2F56A
RGB
CMYK
RGB Variations
Color information
#A2F56A (or 0xA2F56A) is known color: Feijoa. HEX triplet: A2, F5 and 6A. RGB value is (162,245,106). Sum of RGB (Red+Green+Blue) = 162+245+106=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F56A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F56A is #5D0A95. Grayscale: #CCCCCC. Windows color (decimal): -6097558 or 7009698. OLE color: 7009698.
HSL color Cylindrical-coordinate representation of color #A2F56A: hue angle of 95.83º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2F56A is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 106 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.04 |
| HSL | 95.83º | 0.87% | 0.69% | - |
| HSV(B) | 95.83º | 0.57% | 0.96% | - |
| XYZ | 50.15 | 74.03 | 25.28 | - |
| YUV | 204.34 | 72.5 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 106 | 0.34 | 0 | 0.57 | 0.04 | 95.83 | 0.87 | 0.69 |
| Hex | A2 | F5 | 6A | 22 | 0 | 39 | 4 | 60 | 57 | 45 |
| Octal | 242 | 365 | 152 | 42 | 0 | 71 | 4 | 140 | 127 | 105 |
| Binary | 10100010 | 11110101 | 1101010 | 100010 | 0 | 111001 | 100 | 1100000 | 1010111 | 1000101 |
Color Harmonies of #A2F56A
Complementary color
Monochromatic Colors of #A2F56A
Black with #A2F56A
Text Example
Text Example
White with #A2F56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F56A; }
p { color: rgb(162,245,106); }
H1.HeaderClassName
{
color: #A2F56A;
}
.AnyTagClassName
{
color: #A2F56A;
}
</style>
background-color css
<style>
a { background-color: #A2F56A; }
a { background-color: rgb(162,245,106); }
div.DivClassName
{
background-color: #A2F56A;
}
.BgClassName
{
background-color: #A2F56A;
}
</style>
border-color css
<style>
span { border-color: #A2F56A; }
span { border-color: rgb(162,245,106); }
td.TdClassName
{
border-color: #A2F56A;
}
.TagClassName
{
border-color: #A2F56A;
}
</style>