Shades of Feijoa #A2F16C
Tints of Feijoa #A2F16C
RGB
CMYK
RGB Variations
Color information
#A2F16C (or 0xA2F16C) is known color: Feijoa. HEX triplet: A2, F1 and 6C. RGB value is (162,241,108). Sum of RGB (Red+Green+Blue) = 162+241+108=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F16C is #5D0E93. Grayscale: #CACACA. Windows color (decimal): -6098580 or 7139746. OLE color: 7139746.
HSL color Cylindrical-coordinate representation of color #A2F16C: hue angle of 95.64º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2F16C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 108 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.05 |
| HSL | 95.64º | 0.83% | 0.68% | - |
| HSV(B) | 95.64º | 0.55% | 0.95% | - |
| XYZ | 49.06 | 71.67 | 25.44 | - |
| YUV | 202.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 108 | 0.33 | 0 | 0.55 | 0.05 | 95.64 | 0.83 | 0.68 |
| Hex | A2 | F1 | 6C | 21 | 0 | 37 | 5 | 60 | 53 | 44 |
| Octal | 242 | 361 | 154 | 41 | 0 | 67 | 5 | 140 | 123 | 104 |
| Binary | 10100010 | 11110001 | 1101100 | 100001 | 0 | 110111 | 101 | 1100000 | 1010011 | 1000100 |
Color Harmonies of #A2F16C
Complementary color
Monochromatic Colors of #A2F16C
Black with #A2F16C
Text Example
Text Example
White with #A2F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F16C; }
p { color: rgb(162,241,108); }
H1.HeaderClassName
{
color: #A2F16C;
}
.AnyTagClassName
{
color: #A2F16C;
}
</style>
background-color css
<style>
a { background-color: #A2F16C; }
a { background-color: rgb(162,241,108); }
div.DivClassName
{
background-color: #A2F16C;
}
.BgClassName
{
background-color: #A2F16C;
}
</style>
border-color css
<style>
span { border-color: #A2F16C; }
span { border-color: rgb(162,241,108); }
td.TdClassName
{
border-color: #A2F16C;
}
.TagClassName
{
border-color: #A2F16C;
}
</style>