Shades of Feijoa #A8F47A
Tints of Feijoa #A8F47A
RGB
CMYK
RGB Variations
Color information
#A8F47A (or 0xA8F47A) is known color: Feijoa. HEX triplet: A8, F4 and 7A. RGB value is (168,244,122). Sum of RGB (Red+Green+Blue) = 168+244+122=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F47A is #570B85. Grayscale: #CFCFCF. Windows color (decimal): -5704582 or 8058024. OLE color: 8058024.
HSL color Cylindrical-coordinate representation of color #A8F47A: hue angle of 97.38º degrees, saturation: 0.85, 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 #A8F47A is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 122 | - |
| CMYK | 0.31 | 0 | 0.5 | 0.04 |
| HSL | 97.38º | 0.85% | 0.72% | - |
| HSV(B) | 97.38º | 0.5% | 0.96% | - |
| XYZ | 52.01 | 74.43 | 30.04 | - |
| YUV | 207.37 | 79.82 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 122 | 0.31 | 0 | 0.5 | 0.04 | 97.38 | 0.85 | 0.72 |
| Hex | A8 | F4 | 7A | 1F | 0 | 32 | 4 | 61 | 55 | 48 |
| Octal | 250 | 364 | 172 | 37 | 0 | 62 | 4 | 141 | 125 | 110 |
| Binary | 10101000 | 11110100 | 1111010 | 11111 | 0 | 110010 | 100 | 1100001 | 1010101 | 1001000 |
Color Harmonies of #A8F47A
Complementary color
Monochromatic Colors of #A8F47A
Black with #A8F47A
Text Example
Text Example
White with #A8F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F47A; }
p { color: rgb(168,244,122); }
H1.HeaderClassName
{
color: #A8F47A;
}
.AnyTagClassName
{
color: #A8F47A;
}
</style>
background-color css
<style>
a { background-color: #A8F47A; }
a { background-color: rgb(168,244,122); }
div.DivClassName
{
background-color: #A8F47A;
}
.BgClassName
{
background-color: #A8F47A;
}
</style>
border-color css
<style>
span { border-color: #A8F47A; }
span { border-color: rgb(168,244,122); }
td.TdClassName
{
border-color: #A8F47A;
}
.TagClassName
{
border-color: #A8F47A;
}
</style>