Shades of Feijoa #A2F86C
Tints of Feijoa #A2F86C
RGB
CMYK
RGB Variations
Color information
#A2F86C (or 0xA2F86C) is known color: Feijoa. HEX triplet: A2, F8 and 6C. RGB value is (162,248,108). Sum of RGB (Red+Green+Blue) = 162+248+108=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F86C is #5D0793. Grayscale: #CECECE. Windows color (decimal): -6096788 or 7141538. OLE color: 7141538.
HSL color Cylindrical-coordinate representation of color #A2F86C: hue angle of 96.86º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2F86C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 108 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.03 |
| HSL | 96.86º | 0.91% | 0.7% | - |
| HSV(B) | 96.86º | 0.56% | 0.97% | - |
| XYZ | 51.17 | 75.9 | 26.14 | - |
| YUV | 206.33 | 72.51 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 108 | 0.35 | 0 | 0.56 | 0.03 | 96.86 | 0.91 | 0.7 |
| Hex | A2 | F8 | 6C | 23 | 0 | 38 | 3 | 61 | 5B | 46 |
| Octal | 242 | 370 | 154 | 43 | 0 | 70 | 3 | 141 | 133 | 106 |
| Binary | 10100010 | 11111000 | 1101100 | 100011 | 0 | 111000 | 11 | 1100001 | 1011011 | 1000110 |
Color Harmonies of #A2F86C
Complementary color
Monochromatic Colors of #A2F86C
Black with #A2F86C
Text Example
Text Example
White with #A2F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F86C; }
p { color: rgb(162,248,108); }
H1.HeaderClassName
{
color: #A2F86C;
}
.AnyTagClassName
{
color: #A2F86C;
}
</style>
background-color css
<style>
a { background-color: #A2F86C; }
a { background-color: rgb(162,248,108); }
div.DivClassName
{
background-color: #A2F86C;
}
.BgClassName
{
background-color: #A2F86C;
}
</style>
border-color css
<style>
span { border-color: #A2F86C; }
span { border-color: rgb(162,248,108); }
td.TdClassName
{
border-color: #A2F86C;
}
.TagClassName
{
border-color: #A2F86C;
}
</style>