Shades of Feijoa #A8E06F
Tints of Feijoa #A8E06F
RGB
CMYK
RGB Variations
Color information
#A8E06F (or 0xA8E06F) is known color: Feijoa. HEX triplet: A8, E0 and 6F. RGB value is (168,224,111). Sum of RGB (Red+Green+Blue) = 168+224+111=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E06F is #571F90. Grayscale: #C2C2C2. Windows color (decimal): -5709713 or 7332008. OLE color: 7332008.
HSL color Cylindrical-coordinate representation of color #A8E06F: hue angle of 89.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8E06F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 111 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.12 |
| HSL | 89.73º | 0.65% | 0.66% | - |
| HSV(B) | 89.73º | 0.5% | 0.88% | - |
| XYZ | 45.67 | 62.78 | 24.75 | - |
| YUV | 194.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 111 | 0.25 | 0 | 0.50 | 0.12 | 89.73 | 0.65 | 0.66 |
| Hex | A8 | E0 | 6F | 19 | 0 | 32 | C | 5A | 41 | 42 |
| Octal | 250 | 340 | 157 | 31 | 0 | 62 | 14 | 132 | 101 | 102 |
| Binary | 10101000 | 11100000 | 1101111 | 11001 | 0 | 110010 | 1100 | 1011010 | 1000001 | 1000010 |
Color Harmonies of #A8E06F
Complementary color
Monochromatic Colors of #A8E06F
Black with #A8E06F
Text Example
Text Example
White with #A8E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E06F; }
p { color: rgb(168,224,111); }
H1.HeaderClassName
{
color: #A8E06F;
}
.AnyTagClassName
{
color: #A8E06F;
}
</style>
background-color css
<style>
a { background-color: #A8E06F; }
a { background-color: rgb(168,224,111); }
div.DivClassName
{
background-color: #A8E06F;
}
.BgClassName
{
background-color: #A8E06F;
}
</style>
border-color css
<style>
span { border-color: #A8E06F; }
span { border-color: rgb(168,224,111); }
td.TdClassName
{
border-color: #A8E06F;
}
.TagClassName
{
border-color: #A8E06F;
}
</style>