Shades of Feijoa #A8F67A
Tints of Feijoa #A8F67A
RGB
CMYK
RGB Variations
Color information
#A8F67A (or 0xA8F67A) is known color: Feijoa. HEX triplet: A8, F6 and 7A. RGB value is (168,246,122). Sum of RGB (Red+Green+Blue) = 168+246+122=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F67A is #570985. Grayscale: #D0D0D0. Windows color (decimal): -5704070 or 8058536. OLE color: 8058536.
HSL color Cylindrical-coordinate representation of color #A8F67A: hue angle of 97.74º degrees, saturation: 0.87, 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 #A8F67A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 122 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.04 |
| HSL | 97.74º | 0.87% | 0.72% | - |
| HSV(B) | 97.74º | 0.5% | 0.96% | - |
| XYZ | 52.62 | 75.64 | 30.24 | - |
| YUV | 208.54 | 79.16 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 122 | 0.32 | 0 | 0.50 | 0.04 | 97.74 | 0.87 | 0.72 |
| Hex | A8 | F6 | 7A | 20 | 0 | 32 | 4 | 62 | 57 | 48 |
| Octal | 250 | 366 | 172 | 40 | 0 | 62 | 4 | 142 | 127 | 110 |
| Binary | 10101000 | 11110110 | 1111010 | 100000 | 0 | 110010 | 100 | 1100010 | 1010111 | 1001000 |
Color Harmonies of #A8F67A
Complementary color
Monochromatic Colors of #A8F67A
Black with #A8F67A
Text Example
Text Example
White with #A8F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F67A; }
p { color: rgb(168,246,122); }
H1.HeaderClassName
{
color: #A8F67A;
}
.AnyTagClassName
{
color: #A8F67A;
}
</style>
background-color css
<style>
a { background-color: #A8F67A; }
a { background-color: rgb(168,246,122); }
div.DivClassName
{
background-color: #A8F67A;
}
.BgClassName
{
background-color: #A8F67A;
}
</style>
border-color css
<style>
span { border-color: #A8F67A; }
span { border-color: rgb(168,246,122); }
td.TdClassName
{
border-color: #A8F67A;
}
.TagClassName
{
border-color: #A8F67A;
}
</style>