Shades of Feijoa #A8E46F
Tints of Feijoa #A8E46F
RGB
CMYK
RGB Variations
Color information
#A8E46F (or 0xA8E46F) is known color: Feijoa. HEX triplet: A8, E4 and 6F. RGB value is (168,228,111). Sum of RGB (Red+Green+Blue) = 168+228+111=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E46F is #571B90. Grayscale: #C5C5C5. Windows color (decimal): -5708689 or 7333032. OLE color: 7333032.
HSL color Cylindrical-coordinate representation of color #A8E46F: hue angle of 90.77º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8E46F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 111 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.11 |
| HSL | 90.77º | 0.68% | 0.66% | - |
| HSV(B) | 90.77º | 0.51% | 0.89% | - |
| XYZ | 46.76 | 64.96 | 25.11 | - |
| YUV | 196.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 111 | 0.26 | 0 | 0.51 | 0.11 | 90.77 | 0.68 | 0.66 |
| Hex | A8 | E4 | 6F | 1A | 0 | 33 | B | 5B | 44 | 42 |
| Octal | 250 | 344 | 157 | 32 | 0 | 63 | 13 | 133 | 104 | 102 |
| Binary | 10101000 | 11100100 | 1101111 | 11010 | 0 | 110011 | 1011 | 1011011 | 1000100 | 1000010 |
Color Harmonies of #A8E46F
Complementary color
Monochromatic Colors of #A8E46F
Black with #A8E46F
Text Example
Text Example
White with #A8E46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E46F; }
p { color: rgb(168,228,111); }
H1.HeaderClassName
{
color: #A8E46F;
}
.AnyTagClassName
{
color: #A8E46F;
}
</style>
background-color css
<style>
a { background-color: #A8E46F; }
a { background-color: rgb(168,228,111); }
div.DivClassName
{
background-color: #A8E46F;
}
.BgClassName
{
background-color: #A8E46F;
}
</style>
border-color css
<style>
span { border-color: #A8E46F; }
span { border-color: rgb(168,228,111); }
td.TdClassName
{
border-color: #A8E46F;
}
.TagClassName
{
border-color: #A8E46F;
}
</style>