Shades of Feijoa #A8FE70
Tints of Feijoa #A8FE70
RGB
CMYK
RGB Variations
Color information
#A8FE70 (or 0xA8FE70) is known color: Feijoa. HEX triplet: A8, FE and 70. RGB value is (168,254,112). Sum of RGB (Red+Green+Blue) = 168+254+112=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE70 is #57018F. Grayscale: #D4D4D4. Windows color (decimal): -5702032 or 7405224. OLE color: 7405224.
HSL color Cylindrical-coordinate representation of color #A8FE70: hue angle of 96.34º 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 #A8FE70 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 112 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.00 |
| HSL | 96.34º | 0.99% | 0.72% | - |
| HSV(B) | 96.34º | 0.56% | 1% | - |
| XYZ | 54.51 | 80.38 | 27.97 | - |
| YUV | 212.1 | 71.51 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 112 | 0.34 | 0 | 0.56 | 0.00 | 96.34 | 0.99 | 0.72 |
| Hex | A8 | FE | 70 | 22 | 0 | 38 | 0 | 60 | 63 | 48 |
| Octal | 250 | 376 | 160 | 42 | 0 | 70 | 0 | 140 | 143 | 110 |
| Binary | 10101000 | 11111110 | 1110000 | 100010 | 0 | 111000 | 0 | 1100000 | 1100011 | 1001000 |
Color Harmonies of #A8FE70
Complementary color
Monochromatic Colors of #A8FE70
Black with #A8FE70
Text Example
Text Example
White with #A8FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE70; }
p { color: rgb(168,254,112); }
H1.HeaderClassName
{
color: #A8FE70;
}
.AnyTagClassName
{
color: #A8FE70;
}
</style>
background-color css
<style>
a { background-color: #A8FE70; }
a { background-color: rgb(168,254,112); }
div.DivClassName
{
background-color: #A8FE70;
}
.BgClassName
{
background-color: #A8FE70;
}
</style>
border-color css
<style>
span { border-color: #A8FE70; }
span { border-color: rgb(168,254,112); }
td.TdClassName
{
border-color: #A8FE70;
}
.TagClassName
{
border-color: #A8FE70;
}
</style>