Shades of Feijoa #A6F17A
Tints of Feijoa #A6F17A
RGB
CMYK
RGB Variations
Color information
#A6F17A (or 0xA6F17A) is known color: Feijoa. HEX triplet: A6, F1 and 7A. RGB value is (166,241,122). Sum of RGB (Red+Green+Blue) = 166+241+122=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F17A is #590E85. Grayscale: #CDCDCD. Windows color (decimal): -5836422 or 8057254. OLE color: 8057254.
HSL color Cylindrical-coordinate representation of color #A6F17A: hue angle of 97.82º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6F17A is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 122 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.05 |
| HSL | 97.82º | 0.81% | 0.71% | - |
| HSV(B) | 97.82º | 0.49% | 0.95% | - |
| XYZ | 50.69 | 72.42 | 29.72 | - |
| YUV | 205.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 122 | 0.31 | 0 | 0.49 | 0.05 | 97.82 | 0.81 | 0.71 |
| Hex | A6 | F1 | 7A | 1F | 0 | 31 | 5 | 62 | 51 | 47 |
| Octal | 246 | 361 | 172 | 37 | 0 | 61 | 5 | 142 | 121 | 107 |
| Binary | 10100110 | 11110001 | 1111010 | 11111 | 0 | 110001 | 101 | 1100010 | 1010001 | 1000111 |
Color Harmonies of #A6F17A
Complementary color
Monochromatic Colors of #A6F17A
Black with #A6F17A
Text Example
Text Example
White with #A6F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F17A; }
p { color: rgb(166,241,122); }
H1.HeaderClassName
{
color: #A6F17A;
}
.AnyTagClassName
{
color: #A6F17A;
}
</style>
background-color css
<style>
a { background-color: #A6F17A; }
a { background-color: rgb(166,241,122); }
div.DivClassName
{
background-color: #A6F17A;
}
.BgClassName
{
background-color: #A6F17A;
}
</style>
border-color css
<style>
span { border-color: #A6F17A; }
span { border-color: rgb(166,241,122); }
td.TdClassName
{
border-color: #A6F17A;
}
.TagClassName
{
border-color: #A6F17A;
}
</style>