Shades of Feijoa #A6FF72
Tints of Feijoa #A6FF72
RGB
CMYK
RGB Variations
Color information
#A6FF72 (or 0xA6FF72) is known color: Feijoa. HEX triplet: A6, FF and 72. RGB value is (166,255,114). Sum of RGB (Red+Green+Blue) = 166+255+114=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF72 is #59008D. Grayscale: #D4D4D4. Windows color (decimal): -5832846 or 7536550. OLE color: 7536550.
HSL color Cylindrical-coordinate representation of color #A6FF72: hue angle of 97.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6FF72 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 114 | - |
| CMYK | 0.35 | 0 | 0.55 | 0 |
| HSL | 97.87º | 1% | 0.72% | - |
| HSV(B) | 97.87º | 0.55% | 1% | - |
| XYZ | 54.52 | 80.84 | 28.65 | - |
| YUV | 212.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 114 | 0.35 | 0 | 0.55 | 0 | 97.87 | 1 | 0.72 |
| Hex | A6 | FF | 72 | 23 | 0 | 37 | 0 | 62 | 64 | 48 |
| Octal | 246 | 377 | 162 | 43 | 0 | 67 | 0 | 142 | 144 | 110 |
| Binary | 10100110 | 11111111 | 1110010 | 100011 | 0 | 110111 | 0 | 1100010 | 1100100 | 1001000 |
Color Harmonies of #A6FF72
Complementary color
Monochromatic Colors of #A6FF72
Black with #A6FF72
Text Example
Text Example
White with #A6FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF72; }
p { color: rgb(166,255,114); }
H1.HeaderClassName
{
color: #A6FF72;
}
.AnyTagClassName
{
color: #A6FF72;
}
</style>
background-color css
<style>
a { background-color: #A6FF72; }
a { background-color: rgb(166,255,114); }
div.DivClassName
{
background-color: #A6FF72;
}
.BgClassName
{
background-color: #A6FF72;
}
</style>
border-color css
<style>
span { border-color: #A6FF72; }
span { border-color: rgb(166,255,114); }
td.TdClassName
{
border-color: #A6FF72;
}
.TagClassName
{
border-color: #A6FF72;
}
</style>