Shades of Feijoa #A2F16E
Tints of Feijoa #A2F16E
RGB
CMYK
RGB Variations
Color information
#A2F16E (or 0xA2F16E) is known color: Feijoa. HEX triplet: A2, F1 and 6E. RGB value is (162,241,110). Sum of RGB (Red+Green+Blue) = 162+241+110=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F16E is #5D0E91. Grayscale: #CACACA. Windows color (decimal): -6098578 or 7270818. OLE color: 7270818.
HSL color Cylindrical-coordinate representation of color #A2F16E: hue angle of 96.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2F16E is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 110 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.05 |
| HSL | 96.18º | 0.82% | 0.69% | - |
| HSV(B) | 96.18º | 0.54% | 0.95% | - |
| XYZ | 49.17 | 71.72 | 26 | - |
| YUV | 202.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 110 | 0.33 | 0 | 0.54 | 0.05 | 96.18 | 0.82 | 0.69 |
| Hex | A2 | F1 | 6E | 21 | 0 | 36 | 5 | 60 | 52 | 45 |
| Octal | 242 | 361 | 156 | 41 | 0 | 66 | 5 | 140 | 122 | 105 |
| Binary | 10100010 | 11110001 | 1101110 | 100001 | 0 | 110110 | 101 | 1100000 | 1010010 | 1000101 |
Color Harmonies of #A2F16E
Complementary color
Monochromatic Colors of #A2F16E
Black with #A2F16E
Text Example
Text Example
White with #A2F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F16E; }
p { color: rgb(162,241,110); }
H1.HeaderClassName
{
color: #A2F16E;
}
.AnyTagClassName
{
color: #A2F16E;
}
</style>
background-color css
<style>
a { background-color: #A2F16E; }
a { background-color: rgb(162,241,110); }
div.DivClassName
{
background-color: #A2F16E;
}
.BgClassName
{
background-color: #A2F16E;
}
</style>
border-color css
<style>
span { border-color: #A2F16E; }
span { border-color: rgb(162,241,110); }
td.TdClassName
{
border-color: #A2F16E;
}
.TagClassName
{
border-color: #A2F16E;
}
</style>