Shades of Feijoa #A8F970
Tints of Feijoa #A8F970
RGB
CMYK
RGB Variations
Color information
#A8F970 (or 0xA8F970) is known color: Feijoa. HEX triplet: A8, F9 and 70. RGB value is (168,249,112). Sum of RGB (Red+Green+Blue) = 168+249+112=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F970 is #57068F. Grayscale: #D1D1D1. Windows color (decimal): -5703312 or 7403944. OLE color: 7403944.
HSL color Cylindrical-coordinate representation of color #A8F970: hue angle of 95.47º 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 #A8F970 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 112 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.02 |
| HSL | 95.47º | 0.92% | 0.71% | - |
| HSV(B) | 95.47º | 0.55% | 0.98% | - |
| XYZ | 52.95 | 77.25 | 27.45 | - |
| YUV | 209.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 112 | 0.33 | 0 | 0.55 | 0.02 | 95.47 | 0.92 | 0.71 |
| Hex | A8 | F9 | 70 | 21 | 0 | 37 | 2 | 5F | 5C | 47 |
| Octal | 250 | 371 | 160 | 41 | 0 | 67 | 2 | 137 | 134 | 107 |
| Binary | 10101000 | 11111001 | 1110000 | 100001 | 0 | 110111 | 10 | 1011111 | 1011100 | 1000111 |
Color Harmonies of #A8F970
Complementary color
Monochromatic Colors of #A8F970
Black with #A8F970
Text Example
Text Example
White with #A8F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F970; }
p { color: rgb(168,249,112); }
H1.HeaderClassName
{
color: #A8F970;
}
.AnyTagClassName
{
color: #A8F970;
}
</style>
background-color css
<style>
a { background-color: #A8F970; }
a { background-color: rgb(168,249,112); }
div.DivClassName
{
background-color: #A8F970;
}
.BgClassName
{
background-color: #A8F970;
}
</style>
border-color css
<style>
span { border-color: #A8F970; }
span { border-color: rgb(168,249,112); }
td.TdClassName
{
border-color: #A8F970;
}
.TagClassName
{
border-color: #A8F970;
}
</style>