Shades of Feijoa #A8E082
Tints of Feijoa #A8E082
RGB
CMYK
RGB Variations
Color information
#A8E082 (or 0xA8E082) is known color: Feijoa. HEX triplet: A8, E0 and 82. RGB value is (168,224,130). Sum of RGB (Red+Green+Blue) = 168+224+130=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E082 is #571F7D. Grayscale: #C4C4C4. Windows color (decimal): -5709694 or 8577192. OLE color: 8577192.
HSL color Cylindrical-coordinate representation of color #A8E082: hue angle of 95.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8E082 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 130 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.12 |
| HSL | 95.74º | 0.6% | 0.69% | - |
| HSV(B) | 95.74º | 0.42% | 0.88% | - |
| XYZ | 46.83 | 63.25 | 30.86 | - |
| YUV | 196.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 130 | 0.25 | 0 | 0.42 | 0.12 | 95.74 | 0.6 | 0.69 |
| Hex | A8 | E0 | 82 | 19 | 0 | 2A | C | 60 | 3C | 45 |
| Octal | 250 | 340 | 202 | 31 | 0 | 52 | 14 | 140 | 74 | 105 |
| Binary | 10101000 | 11100000 | 10000010 | 11001 | 0 | 101010 | 1100 | 1100000 | 111100 | 1000101 |
Color Harmonies of #A8E082
Complementary color
Monochromatic Colors of #A8E082
Black with #A8E082
Text Example
Text Example
White with #A8E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E082; }
p { color: rgb(168,224,130); }
H1.HeaderClassName
{
color: #A8E082;
}
.AnyTagClassName
{
color: #A8E082;
}
</style>
background-color css
<style>
a { background-color: #A8E082; }
a { background-color: rgb(168,224,130); }
div.DivClassName
{
background-color: #A8E082;
}
.BgClassName
{
background-color: #A8E082;
}
</style>
border-color css
<style>
span { border-color: #A8E082; }
span { border-color: rgb(168,224,130); }
td.TdClassName
{
border-color: #A8E082;
}
.TagClassName
{
border-color: #A8E082;
}
</style>