Shades of Feijoa #A6F96F
Tints of Feijoa #A6F96F
RGB
CMYK
RGB Variations
Color information
#A6F96F (or 0xA6F96F) is known color: Feijoa. HEX triplet: A6, F9 and 6F. RGB value is (166,249,111). Sum of RGB (Red+Green+Blue) = 166+249+111=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F96F is #590690. Grayscale: #D0D0D0. Windows color (decimal): -5834385 or 7338406. OLE color: 7338406.
HSL color Cylindrical-coordinate representation of color #A6F96F: hue angle of 96.09º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6F96F is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 111 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.02 |
| HSL | 96.09º | 0.92% | 0.71% | - |
| HSV(B) | 96.09º | 0.55% | 0.98% | - |
| XYZ | 52.47 | 77.01 | 27.14 | - |
| YUV | 208.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 111 | 0.33 | 0 | 0.55 | 0.02 | 96.09 | 0.92 | 0.71 |
| Hex | A6 | F9 | 6F | 21 | 0 | 37 | 2 | 60 | 5C | 47 |
| Octal | 246 | 371 | 157 | 41 | 0 | 67 | 2 | 140 | 134 | 107 |
| Binary | 10100110 | 11111001 | 1101111 | 100001 | 0 | 110111 | 10 | 1100000 | 1011100 | 1000111 |
Color Harmonies of #A6F96F
Complementary color
Monochromatic Colors of #A6F96F
Black with #A6F96F
Text Example
Text Example
White with #A6F96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F96F; }
p { color: rgb(166,249,111); }
H1.HeaderClassName
{
color: #A6F96F;
}
.AnyTagClassName
{
color: #A6F96F;
}
</style>
background-color css
<style>
a { background-color: #A6F96F; }
a { background-color: rgb(166,249,111); }
div.DivClassName
{
background-color: #A6F96F;
}
.BgClassName
{
background-color: #A6F96F;
}
</style>
border-color css
<style>
span { border-color: #A6F96F; }
span { border-color: rgb(166,249,111); }
td.TdClassName
{
border-color: #A6F96F;
}
.TagClassName
{
border-color: #A6F96F;
}
</style>