Shades of Feijoa #A2F56B
Tints of Feijoa #A2F56B
RGB
CMYK
RGB Variations
Color information
#A2F56B (or 0xA2F56B) is known color: Feijoa. HEX triplet: A2, F5 and 6B. RGB value is (162,245,107). Sum of RGB (Red+Green+Blue) = 162+245+107=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F56B is #5D0A94. Grayscale: #CCCCCC. Windows color (decimal): -6097557 or 7075234. OLE color: 7075234.
HSL color Cylindrical-coordinate representation of color #A2F56B: hue angle of 96.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2F56B is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 107 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.04 |
| HSL | 96.09º | 0.87% | 0.69% | - |
| HSV(B) | 96.09º | 0.56% | 0.96% | - |
| XYZ | 50.21 | 74.05 | 25.56 | - |
| YUV | 204.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 107 | 0.34 | 0 | 0.56 | 0.04 | 96.09 | 0.87 | 0.69 |
| Hex | A2 | F5 | 6B | 22 | 0 | 38 | 4 | 60 | 57 | 45 |
| Octal | 242 | 365 | 153 | 42 | 0 | 70 | 4 | 140 | 127 | 105 |
| Binary | 10100010 | 11110101 | 1101011 | 100010 | 0 | 111000 | 100 | 1100000 | 1010111 | 1000101 |
Color Harmonies of #A2F56B
Complementary color
Monochromatic Colors of #A2F56B
Black with #A2F56B
Text Example
Text Example
White with #A2F56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F56B; }
p { color: rgb(162,245,107); }
H1.HeaderClassName
{
color: #A2F56B;
}
.AnyTagClassName
{
color: #A2F56B;
}
</style>
background-color css
<style>
a { background-color: #A2F56B; }
a { background-color: rgb(162,245,107); }
div.DivClassName
{
background-color: #A2F56B;
}
.BgClassName
{
background-color: #A2F56B;
}
</style>
border-color css
<style>
span { border-color: #A2F56B; }
span { border-color: rgb(162,245,107); }
td.TdClassName
{
border-color: #A2F56B;
}
.TagClassName
{
border-color: #A2F56B;
}
</style>