Shades of Feijoa #A8F97A
Tints of Feijoa #A8F97A
RGB
CMYK
RGB Variations
Color information
#A8F97A (or 0xA8F97A) is known color: Feijoa. HEX triplet: A8, F9 and 7A. RGB value is (168,249,122). Sum of RGB (Red+Green+Blue) = 168+249+122=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F97A is #570685. Grayscale: #D2D2D2. Windows color (decimal): -5703302 or 8059304. OLE color: 8059304.
HSL color Cylindrical-coordinate representation of color #A8F97A: hue angle of 98.27º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F97A is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 122 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.02 |
| HSL | 98.27º | 0.91% | 0.73% | - |
| HSV(B) | 98.27º | 0.51% | 0.98% | - |
| XYZ | 53.54 | 77.48 | 30.55 | - |
| YUV | 210.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 122 | 0.33 | 0 | 0.51 | 0.02 | 98.27 | 0.91 | 0.73 |
| Hex | A8 | F9 | 7A | 21 | 0 | 33 | 2 | 62 | 5B | 49 |
| Octal | 250 | 371 | 172 | 41 | 0 | 63 | 2 | 142 | 133 | 111 |
| Binary | 10101000 | 11111001 | 1111010 | 100001 | 0 | 110011 | 10 | 1100010 | 1011011 | 1001001 |
Color Harmonies of #A8F97A
Complementary color
Monochromatic Colors of #A8F97A
Black with #A8F97A
Text Example
Text Example
White with #A8F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F97A; }
p { color: rgb(168,249,122); }
H1.HeaderClassName
{
color: #A8F97A;
}
.AnyTagClassName
{
color: #A8F97A;
}
</style>
background-color css
<style>
a { background-color: #A8F97A; }
a { background-color: rgb(168,249,122); }
div.DivClassName
{
background-color: #A8F97A;
}
.BgClassName
{
background-color: #A8F97A;
}
</style>
border-color css
<style>
span { border-color: #A8F97A; }
span { border-color: rgb(168,249,122); }
td.TdClassName
{
border-color: #A8F97A;
}
.TagClassName
{
border-color: #A8F97A;
}
</style>