Shades of Feijoa #A6F27A
Tints of Feijoa #A6F27A
RGB
CMYK
RGB Variations
Color information
#A6F27A (or 0xA6F27A) is known color: Feijoa. HEX triplet: A6, F2 and 7A. RGB value is (166,242,122). Sum of RGB (Red+Green+Blue) = 166+242+122=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F27A is #590D85. Grayscale: #CDCDCD. Windows color (decimal): -5836166 or 8057510. OLE color: 8057510.
HSL color Cylindrical-coordinate representation of color #A6F27A: hue angle of 98º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6F27A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 122 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.05 |
| HSL | 98º | 0.82% | 0.71% | - |
| HSV(B) | 98º | 0.5% | 0.95% | - |
| XYZ | 50.99 | 73.02 | 29.82 | - |
| YUV | 205.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 122 | 0.31 | 0 | 0.50 | 0.05 | 98 | 0.82 | 0.71 |
| Hex | A6 | F2 | 7A | 1F | 0 | 32 | 5 | 62 | 52 | 47 |
| Octal | 246 | 362 | 172 | 37 | 0 | 62 | 5 | 142 | 122 | 107 |
| Binary | 10100110 | 11110010 | 1111010 | 11111 | 0 | 110010 | 101 | 1100010 | 1010010 | 1000111 |
Color Harmonies of #A6F27A
Complementary color
Monochromatic Colors of #A6F27A
Black with #A6F27A
Text Example
Text Example
White with #A6F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F27A; }
p { color: rgb(166,242,122); }
H1.HeaderClassName
{
color: #A6F27A;
}
.AnyTagClassName
{
color: #A6F27A;
}
</style>
background-color css
<style>
a { background-color: #A6F27A; }
a { background-color: rgb(166,242,122); }
div.DivClassName
{
background-color: #A6F27A;
}
.BgClassName
{
background-color: #A6F27A;
}
</style>
border-color css
<style>
span { border-color: #A6F27A; }
span { border-color: rgb(166,242,122); }
td.TdClassName
{
border-color: #A6F27A;
}
.TagClassName
{
border-color: #A6F27A;
}
</style>