Shades of Feijoa #A2EF71
Tints of Feijoa #A2EF71
RGB
CMYK
RGB Variations
Color information
#A2EF71 (or 0xA2EF71) is known color: Feijoa. HEX triplet: A2, EF and 71. RGB value is (162,239,113). Sum of RGB (Red+Green+Blue) = 162+239+113=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF71 is #5D108E. Grayscale: #CACACA. Windows color (decimal): -6099087 or 7466914. OLE color: 7466914.
HSL color Cylindrical-coordinate representation of color #A2EF71: hue angle of 96.67º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2EF71 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 113 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.06 |
| HSL | 96.67º | 0.8% | 0.69% | - |
| HSV(B) | 96.67º | 0.53% | 0.94% | - |
| XYZ | 48.75 | 70.61 | 26.68 | - |
| YUV | 201.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 113 | 0.32 | 0 | 0.53 | 0.06 | 96.67 | 0.8 | 0.69 |
| Hex | A2 | EF | 71 | 20 | 0 | 35 | 6 | 61 | 50 | 45 |
| Octal | 242 | 357 | 161 | 40 | 0 | 65 | 6 | 141 | 120 | 105 |
| Binary | 10100010 | 11101111 | 1110001 | 100000 | 0 | 110101 | 110 | 1100001 | 1010000 | 1000101 |
Color Harmonies of #A2EF71
Complementary color
Monochromatic Colors of #A2EF71
Black with #A2EF71
Text Example
Text Example
White with #A2EF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF71; }
p { color: rgb(162,239,113); }
H1.HeaderClassName
{
color: #A2EF71;
}
.AnyTagClassName
{
color: #A2EF71;
}
</style>
background-color css
<style>
a { background-color: #A2EF71; }
a { background-color: rgb(162,239,113); }
div.DivClassName
{
background-color: #A2EF71;
}
.BgClassName
{
background-color: #A2EF71;
}
</style>
border-color css
<style>
span { border-color: #A2EF71; }
span { border-color: rgb(162,239,113); }
td.TdClassName
{
border-color: #A2EF71;
}
.TagClassName
{
border-color: #A2EF71;
}
</style>