Shades of Feijoa #A8F57A
Tints of Feijoa #A8F57A
RGB
CMYK
RGB Variations
Color information
#A8F57A (or 0xA8F57A) is known color: Feijoa. HEX triplet: A8, F5 and 7A. RGB value is (168,245,122). Sum of RGB (Red+Green+Blue) = 168+245+122=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F57A is #570A85. Grayscale: #D0D0D0. Windows color (decimal): -5704326 or 8058280. OLE color: 8058280.
HSL color Cylindrical-coordinate representation of color #A8F57A: hue angle of 97.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F57A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 122 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.04 |
| HSL | 97.56º | 0.86% | 0.72% | - |
| HSV(B) | 97.56º | 0.5% | 0.96% | - |
| XYZ | 52.31 | 75.03 | 30.14 | - |
| YUV | 207.96 | 79.49 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 122 | 0.31 | 0 | 0.50 | 0.04 | 97.56 | 0.86 | 0.72 |
| Hex | A8 | F5 | 7A | 1F | 0 | 32 | 4 | 62 | 56 | 48 |
| Octal | 250 | 365 | 172 | 37 | 0 | 62 | 4 | 142 | 126 | 110 |
| Binary | 10101000 | 11110101 | 1111010 | 11111 | 0 | 110010 | 100 | 1100010 | 1010110 | 1001000 |
Color Harmonies of #A8F57A
Complementary color
Monochromatic Colors of #A8F57A
Black with #A8F57A
Text Example
Text Example
White with #A8F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F57A; }
p { color: rgb(168,245,122); }
H1.HeaderClassName
{
color: #A8F57A;
}
.AnyTagClassName
{
color: #A8F57A;
}
</style>
background-color css
<style>
a { background-color: #A8F57A; }
a { background-color: rgb(168,245,122); }
div.DivClassName
{
background-color: #A8F57A;
}
.BgClassName
{
background-color: #A8F57A;
}
</style>
border-color css
<style>
span { border-color: #A8F57A; }
span { border-color: rgb(168,245,122); }
td.TdClassName
{
border-color: #A8F57A;
}
.TagClassName
{
border-color: #A8F57A;
}
</style>