Shades of Feijoa #A6F672
Tints of Feijoa #A6F672
RGB
CMYK
RGB Variations
Color information
#A6F672 (or 0xA6F672) is known color: Feijoa. HEX triplet: A6, F6 and 72. RGB value is (166,246,114). Sum of RGB (Red+Green+Blue) = 166+246+114=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F672 is #59098D. Grayscale: #CFCFCF. Windows color (decimal): -5835150 or 7534246. OLE color: 7534246.
HSL color Cylindrical-coordinate representation of color #A6F672: hue angle of 96.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6F672 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 114 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.04 |
| HSL | 96.36º | 0.88% | 0.71% | - |
| HSV(B) | 96.36º | 0.54% | 0.96% | - |
| XYZ | 51.72 | 75.23 | 27.72 | - |
| YUV | 207.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 114 | 0.33 | 0 | 0.54 | 0.04 | 96.36 | 0.88 | 0.71 |
| Hex | A6 | F6 | 72 | 21 | 0 | 36 | 4 | 60 | 58 | 47 |
| Octal | 246 | 366 | 162 | 41 | 0 | 66 | 4 | 140 | 130 | 107 |
| Binary | 10100110 | 11110110 | 1110010 | 100001 | 0 | 110110 | 100 | 1100000 | 1011000 | 1000111 |
Color Harmonies of #A6F672
Complementary color
Monochromatic Colors of #A6F672
Black with #A6F672
Text Example
Text Example
White with #A6F672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F672; }
p { color: rgb(166,246,114); }
H1.HeaderClassName
{
color: #A6F672;
}
.AnyTagClassName
{
color: #A6F672;
}
</style>
background-color css
<style>
a { background-color: #A6F672; }
a { background-color: rgb(166,246,114); }
div.DivClassName
{
background-color: #A6F672;
}
.BgClassName
{
background-color: #A6F672;
}
</style>
border-color css
<style>
span { border-color: #A6F672; }
span { border-color: rgb(166,246,114); }
td.TdClassName
{
border-color: #A6F672;
}
.TagClassName
{
border-color: #A6F672;
}
</style>