Shades of Feijoa #A8E66F
Tints of Feijoa #A8E66F
RGB
CMYK
RGB Variations
Color information
#A8E66F (or 0xA8E66F) is known color: Feijoa. HEX triplet: A8, E6 and 6F. RGB value is (168,230,111). Sum of RGB (Red+Green+Blue) = 168+230+111=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E66F is #571990. Grayscale: #C6C6C6. Windows color (decimal): -5708177 or 7333544. OLE color: 7333544.
HSL color Cylindrical-coordinate representation of color #A8E66F: hue angle of 91.26º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8E66F is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 111 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.10 |
| HSL | 91.26º | 0.7% | 0.67% | - |
| HSV(B) | 91.26º | 0.52% | 0.9% | - |
| XYZ | 47.31 | 66.07 | 25.3 | - |
| YUV | 197.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 111 | 0.27 | 0 | 0.52 | 0.10 | 91.26 | 0.7 | 0.67 |
| Hex | A8 | E6 | 6F | 1B | 0 | 34 | A | 5B | 46 | 43 |
| Octal | 250 | 346 | 157 | 33 | 0 | 64 | 12 | 133 | 106 | 103 |
| Binary | 10101000 | 11100110 | 1101111 | 11011 | 0 | 110100 | 1010 | 1011011 | 1000110 | 1000011 |
Color Harmonies of #A8E66F
Complementary color
Monochromatic Colors of #A8E66F
Black with #A8E66F
Text Example
Text Example
White with #A8E66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E66F; }
p { color: rgb(168,230,111); }
H1.HeaderClassName
{
color: #A8E66F;
}
.AnyTagClassName
{
color: #A8E66F;
}
</style>
background-color css
<style>
a { background-color: #A8E66F; }
a { background-color: rgb(168,230,111); }
div.DivClassName
{
background-color: #A8E66F;
}
.BgClassName
{
background-color: #A8E66F;
}
</style>
border-color css
<style>
span { border-color: #A8E66F; }
span { border-color: rgb(168,230,111); }
td.TdClassName
{
border-color: #A8E66F;
}
.TagClassName
{
border-color: #A8E66F;
}
</style>