Shades of Feijoa #A8F96B
Tints of Feijoa #A8F96B
RGB
CMYK
RGB Variations
Color information
#A8F96B (or 0xA8F96B) is known color: Feijoa. HEX triplet: A8, F9 and 6B. RGB value is (168,249,107). Sum of RGB (Red+Green+Blue) = 168+249+107=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F96B is #570694. Grayscale: #D1D1D1. Windows color (decimal): -5703317 or 7076264. OLE color: 7076264.
HSL color Cylindrical-coordinate representation of color #A8F96B: hue angle of 94.23º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F96B is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 107 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.02 |
| HSL | 94.23º | 0.92% | 0.7% | - |
| HSV(B) | 94.23º | 0.57% | 0.98% | - |
| XYZ | 52.68 | 77.14 | 26.02 | - |
| YUV | 208.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 107 | 0.33 | 0 | 0.57 | 0.02 | 94.23 | 0.92 | 0.7 |
| Hex | A8 | F9 | 6B | 21 | 0 | 39 | 2 | 5E | 5C | 46 |
| Octal | 250 | 371 | 153 | 41 | 0 | 71 | 2 | 136 | 134 | 106 |
| Binary | 10101000 | 11111001 | 1101011 | 100001 | 0 | 111001 | 10 | 1011110 | 1011100 | 1000110 |
Color Harmonies of #A8F96B
Complementary color
Monochromatic Colors of #A8F96B
Black with #A8F96B
Text Example
Text Example
White with #A8F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F96B; }
p { color: rgb(168,249,107); }
H1.HeaderClassName
{
color: #A8F96B;
}
.AnyTagClassName
{
color: #A8F96B;
}
</style>
background-color css
<style>
a { background-color: #A8F96B; }
a { background-color: rgb(168,249,107); }
div.DivClassName
{
background-color: #A8F96B;
}
.BgClassName
{
background-color: #A8F96B;
}
</style>
border-color css
<style>
span { border-color: #A8F96B; }
span { border-color: rgb(168,249,107); }
td.TdClassName
{
border-color: #A8F96B;
}
.TagClassName
{
border-color: #A8F96B;
}
</style>