Shades of Feijoa #A8E290
Tints of Feijoa #A8E290
RGB
CMYK
RGB Variations
Color information
#A8E290 (or 0xA8E290) is known color: Feijoa. HEX triplet: A8, E2 and 90. RGB value is (168,226,144). Sum of RGB (Red+Green+Blue) = 168+226+144=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E290 is #571D6F. Grayscale: #C7C7C7. Windows color (decimal): -5709168 or 9495208. OLE color: 9495208.
HSL color Cylindrical-coordinate representation of color #A8E290: hue angle of 102.44º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8E290 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 144 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.11 |
| HSL | 102.44º | 0.59% | 0.73% | - |
| HSV(B) | 102.44º | 0.36% | 0.89% | - |
| XYZ | 48.38 | 64.73 | 36.33 | - |
| YUV | 199.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 144 | 0.26 | 0 | 0.36 | 0.11 | 102.44 | 0.59 | 0.73 |
| Hex | A8 | E2 | 90 | 1A | 0 | 24 | B | 66 | 3B | 49 |
| Octal | 250 | 342 | 220 | 32 | 0 | 44 | 13 | 146 | 73 | 111 |
| Binary | 10101000 | 11100010 | 10010000 | 11010 | 0 | 100100 | 1011 | 1100110 | 111011 | 1001001 |
Color Harmonies of #A8E290
Complementary color
Monochromatic Colors of #A8E290
Black with #A8E290
Text Example
Text Example
White with #A8E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E290; }
p { color: rgb(168,226,144); }
H1.HeaderClassName
{
color: #A8E290;
}
.AnyTagClassName
{
color: #A8E290;
}
</style>
background-color css
<style>
a { background-color: #A8E290; }
a { background-color: rgb(168,226,144); }
div.DivClassName
{
background-color: #A8E290;
}
.BgClassName
{
background-color: #A8E290;
}
</style>
border-color css
<style>
span { border-color: #A8E290; }
span { border-color: rgb(168,226,144); }
td.TdClassName
{
border-color: #A8E290;
}
.TagClassName
{
border-color: #A8E290;
}
</style>