Shades of Feijoa #A8E671
Tints of Feijoa #A8E671
RGB
CMYK
RGB Variations
Color information
#A8E671 (or 0xA8E671) is known color: Feijoa. HEX triplet: A8, E6 and 71. RGB value is (168,230,113). Sum of RGB (Red+Green+Blue) = 168+230+113=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E671 is #57198E. Grayscale: #C6C6C6. Windows color (decimal): -5708175 or 7464616. OLE color: 7464616.
HSL color Cylindrical-coordinate representation of color #A8E671: hue angle of 91.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8E671 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 113 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.10 |
| HSL | 91.79º | 0.7% | 0.67% | - |
| HSV(B) | 91.79º | 0.51% | 0.9% | - |
| XYZ | 47.43 | 66.11 | 25.88 | - |
| YUV | 198.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 113 | 0.27 | 0 | 0.51 | 0.10 | 91.79 | 0.7 | 0.67 |
| Hex | A8 | E6 | 71 | 1B | 0 | 33 | A | 5C | 46 | 43 |
| Octal | 250 | 346 | 161 | 33 | 0 | 63 | 12 | 134 | 106 | 103 |
| Binary | 10101000 | 11100110 | 1110001 | 11011 | 0 | 110011 | 1010 | 1011100 | 1000110 | 1000011 |
Color Harmonies of #A8E671
Complementary color
Monochromatic Colors of #A8E671
Black with #A8E671
Text Example
Text Example
White with #A8E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E671; }
p { color: rgb(168,230,113); }
H1.HeaderClassName
{
color: #A8E671;
}
.AnyTagClassName
{
color: #A8E671;
}
</style>
background-color css
<style>
a { background-color: #A8E671; }
a { background-color: rgb(168,230,113); }
div.DivClassName
{
background-color: #A8E671;
}
.BgClassName
{
background-color: #A8E671;
}
</style>
border-color css
<style>
span { border-color: #A8E671; }
span { border-color: rgb(168,230,113); }
td.TdClassName
{
border-color: #A8E671;
}
.TagClassName
{
border-color: #A8E671;
}
</style>