Shades of Feijoa #A8FE6F
Tints of Feijoa #A8FE6F
RGB
CMYK
RGB Variations
Color information
#A8FE6F (or 0xA8FE6F) is known color: Feijoa. HEX triplet: A8, FE and 6F. RGB value is (168,254,111). Sum of RGB (Red+Green+Blue) = 168+254+111=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE6F is #570190. Grayscale: #D4D4D4. Windows color (decimal): -5702033 or 7339688. OLE color: 7339688.
HSL color Cylindrical-coordinate representation of color #A8FE6F: hue angle of 96.08º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8FE6F is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 111 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.00 |
| HSL | 96.08º | 0.99% | 0.72% | - |
| HSV(B) | 96.08º | 0.56% | 1% | - |
| XYZ | 54.46 | 80.36 | 27.68 | - |
| YUV | 211.98 | 71.01 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 111 | 0.34 | 0 | 0.56 | 0.00 | 96.08 | 0.99 | 0.72 |
| Hex | A8 | FE | 6F | 22 | 0 | 38 | 0 | 60 | 63 | 48 |
| Octal | 250 | 376 | 157 | 42 | 0 | 70 | 0 | 140 | 143 | 110 |
| Binary | 10101000 | 11111110 | 1101111 | 100010 | 0 | 111000 | 0 | 1100000 | 1100011 | 1001000 |
Color Harmonies of #A8FE6F
Complementary color
Monochromatic Colors of #A8FE6F
Black with #A8FE6F
Text Example
Text Example
White with #A8FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE6F; }
p { color: rgb(168,254,111); }
H1.HeaderClassName
{
color: #A8FE6F;
}
.AnyTagClassName
{
color: #A8FE6F;
}
</style>
background-color css
<style>
a { background-color: #A8FE6F; }
a { background-color: rgb(168,254,111); }
div.DivClassName
{
background-color: #A8FE6F;
}
.BgClassName
{
background-color: #A8FE6F;
}
</style>
border-color css
<style>
span { border-color: #A8FE6F; }
span { border-color: rgb(168,254,111); }
td.TdClassName
{
border-color: #A8FE6F;
}
.TagClassName
{
border-color: #A8FE6F;
}
</style>