Shades of Feijoa #A2F16A
Tints of Feijoa #A2F16A
RGB
CMYK
RGB Variations
Color information
#A2F16A (or 0xA2F16A) is known color: Feijoa. HEX triplet: A2, F1 and 6A. RGB value is (162,241,106). Sum of RGB (Red+Green+Blue) = 162+241+106=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F16A is #5D0E95. Grayscale: #CACACA. Windows color (decimal): -6098582 or 7008674. OLE color: 7008674.
HSL color Cylindrical-coordinate representation of color #A2F16A: hue angle of 95.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2F16A is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 106 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.05 |
| HSL | 95.11º | 0.83% | 0.68% | - |
| HSV(B) | 95.11º | 0.56% | 0.95% | - |
| XYZ | 48.96 | 71.63 | 24.88 | - |
| YUV | 201.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 106 | 0.33 | 0 | 0.56 | 0.05 | 95.11 | 0.83 | 0.68 |
| Hex | A2 | F1 | 6A | 21 | 0 | 38 | 5 | 5F | 53 | 44 |
| Octal | 242 | 361 | 152 | 41 | 0 | 70 | 5 | 137 | 123 | 104 |
| Binary | 10100010 | 11110001 | 1101010 | 100001 | 0 | 111000 | 101 | 1011111 | 1010011 | 1000100 |
Color Harmonies of #A2F16A
Complementary color
Monochromatic Colors of #A2F16A
Black with #A2F16A
Text Example
Text Example
White with #A2F16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F16A; }
p { color: rgb(162,241,106); }
H1.HeaderClassName
{
color: #A2F16A;
}
.AnyTagClassName
{
color: #A2F16A;
}
</style>
background-color css
<style>
a { background-color: #A2F16A; }
a { background-color: rgb(162,241,106); }
div.DivClassName
{
background-color: #A2F16A;
}
.BgClassName
{
background-color: #A2F16A;
}
</style>
border-color css
<style>
span { border-color: #A2F16A; }
span { border-color: rgb(162,241,106); }
td.TdClassName
{
border-color: #A2F16A;
}
.TagClassName
{
border-color: #A2F16A;
}
</style>