Shades of Feijoa #A8E074
Tints of Feijoa #A8E074
RGB
CMYK
RGB Variations
Color information
#A8E074 (or 0xA8E074) is known color: Feijoa. HEX triplet: A8, E0 and 74. RGB value is (168,224,116). Sum of RGB (Red+Green+Blue) = 168+224+116=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E074 is #571F8B. Grayscale: #C3C3C3. Windows color (decimal): -5709708 or 7659688. OLE color: 7659688.
HSL color Cylindrical-coordinate representation of color #A8E074: hue angle of 91.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E074 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 116 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.12 |
| HSL | 91.11º | 0.64% | 0.67% | - |
| HSV(B) | 91.11º | 0.48% | 0.88% | - |
| XYZ | 45.96 | 62.9 | 26.24 | - |
| YUV | 194.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 116 | 0.25 | 0 | 0.48 | 0.12 | 91.11 | 0.64 | 0.67 |
| Hex | A8 | E0 | 74 | 19 | 0 | 30 | C | 5B | 40 | 43 |
| Octal | 250 | 340 | 164 | 31 | 0 | 60 | 14 | 133 | 100 | 103 |
| Binary | 10101000 | 11100000 | 1110100 | 11001 | 0 | 110000 | 1100 | 1011011 | 1000000 | 1000011 |
Color Harmonies of #A8E074
Complementary color
Monochromatic Colors of #A8E074
Black with #A8E074
Text Example
Text Example
White with #A8E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E074; }
p { color: rgb(168,224,116); }
H1.HeaderClassName
{
color: #A8E074;
}
.AnyTagClassName
{
color: #A8E074;
}
</style>
background-color css
<style>
a { background-color: #A8E074; }
a { background-color: rgb(168,224,116); }
div.DivClassName
{
background-color: #A8E074;
}
.BgClassName
{
background-color: #A8E074;
}
</style>
border-color css
<style>
span { border-color: #A8E074; }
span { border-color: rgb(168,224,116); }
td.TdClassName
{
border-color: #A8E074;
}
.TagClassName
{
border-color: #A8E074;
}
</style>