Shades of Feijoa #A6FB74
Tints of Feijoa #A6FB74
RGB
CMYK
RGB Variations
Color information
#A6FB74 (or 0xA6FB74) is known color: Feijoa. HEX triplet: A6, FB and 74. RGB value is (166,251,116). Sum of RGB (Red+Green+Blue) = 166+251+116=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FB74 is #59048B. Grayscale: #D2D2D2. Windows color (decimal): -5833868 or 7666598. OLE color: 7666598.
HSL color Cylindrical-coordinate representation of color #A6FB74: hue angle of 97.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6FB74 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 116 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.02 |
| HSL | 97.78º | 0.94% | 0.72% | - |
| HSV(B) | 97.78º | 0.54% | 0.98% | - |
| XYZ | 53.38 | 78.36 | 28.84 | - |
| YUV | 210.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 116 | 0.34 | 0 | 0.54 | 0.02 | 97.78 | 0.94 | 0.72 |
| Hex | A6 | FB | 74 | 22 | 0 | 36 | 2 | 62 | 5E | 48 |
| Octal | 246 | 373 | 164 | 42 | 0 | 66 | 2 | 142 | 136 | 110 |
| Binary | 10100110 | 11111011 | 1110100 | 100010 | 0 | 110110 | 10 | 1100010 | 1011110 | 1001000 |
Color Harmonies of #A6FB74
Complementary color
Monochromatic Colors of #A6FB74
Black with #A6FB74
Text Example
Text Example
White with #A6FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB74; }
p { color: rgb(166,251,116); }
H1.HeaderClassName
{
color: #A6FB74;
}
.AnyTagClassName
{
color: #A6FB74;
}
</style>
background-color css
<style>
a { background-color: #A6FB74; }
a { background-color: rgb(166,251,116); }
div.DivClassName
{
background-color: #A6FB74;
}
.BgClassName
{
background-color: #A6FB74;
}
</style>
border-color css
<style>
span { border-color: #A6FB74; }
span { border-color: rgb(166,251,116); }
td.TdClassName
{
border-color: #A6FB74;
}
.TagClassName
{
border-color: #A6FB74;
}
</style>