Shades of Feijoa #A2FF71
Tints of Feijoa #A2FF71
RGB
CMYK
RGB Variations
Color information
#A2FF71 (or 0xA2FF71) is known color: Feijoa. HEX triplet: A2, FF and 71. RGB value is (162,255,113). Sum of RGB (Red+Green+Blue) = 162+255+113=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF71 is #5D008E. Grayscale: #D3D3D3. Windows color (decimal): -6094991 or 7471010. OLE color: 7471010.
HSL color Cylindrical-coordinate representation of color #A2FF71: hue angle of 99.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2FF71 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 113 | - |
| CMYK | 0.36 | 0 | 0.56 | 0 |
| HSL | 99.3º | 1% | 0.72% | - |
| HSV(B) | 99.3º | 0.56% | 1% | - |
| XYZ | 53.64 | 80.39 | 28.31 | - |
| YUV | 211.01 | 72.69 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 113 | 0.36 | 0 | 0.56 | 0 | 99.3 | 1 | 0.72 |
| Hex | A2 | FF | 71 | 24 | 0 | 38 | 0 | 63 | 64 | 48 |
| Octal | 242 | 377 | 161 | 44 | 0 | 70 | 0 | 143 | 144 | 110 |
| Binary | 10100010 | 11111111 | 1110001 | 100100 | 0 | 111000 | 0 | 1100011 | 1100100 | 1001000 |
Color Harmonies of #A2FF71
Complementary color
Monochromatic Colors of #A2FF71
Black with #A2FF71
Text Example
Text Example
White with #A2FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF71; }
p { color: rgb(162,255,113); }
H1.HeaderClassName
{
color: #A2FF71;
}
.AnyTagClassName
{
color: #A2FF71;
}
</style>
background-color css
<style>
a { background-color: #A2FF71; }
a { background-color: rgb(162,255,113); }
div.DivClassName
{
background-color: #A2FF71;
}
.BgClassName
{
background-color: #A2FF71;
}
</style>
border-color css
<style>
span { border-color: #A2FF71; }
span { border-color: rgb(162,255,113); }
td.TdClassName
{
border-color: #A2FF71;
}
.TagClassName
{
border-color: #A2FF71;
}
</style>