Shades of Feijoa #A8D26E
Tints of Feijoa #A8D26E
RGB
CMYK
RGB Variations
Color information
#A8D26E (or 0xA8D26E) is known color: Feijoa. HEX triplet: A8, D2 and 6E. RGB value is (168,210,110). Sum of RGB (Red+Green+Blue) = 168+210+110=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D26E is #572D91. Grayscale: #BABABA. Windows color (decimal): -5713298 or 7262888. OLE color: 7262888.
HSL color Cylindrical-coordinate representation of color #A8D26E: hue angle of 85.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8D26E is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 110 | - |
| CMYK | 0.2 | 0 | 0.48 | 0.18 |
| HSL | 85.2º | 0.53% | 0.63% | - |
| HSV(B) | 85.2º | 0.48% | 0.82% | - |
| XYZ | 42.01 | 55.54 | 23.26 | - |
| YUV | 186.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 110 | 0.2 | 0 | 0.48 | 0.18 | 85.2 | 0.53 | 0.63 |
| Hex | A8 | D2 | 6E | 14 | 0 | 30 | 12 | 55 | 35 | 3F |
| Octal | 250 | 322 | 156 | 24 | 0 | 60 | 22 | 125 | 65 | 77 |
| Binary | 10101000 | 11010010 | 1101110 | 10100 | 0 | 110000 | 10010 | 1010101 | 110101 | 111111 |
Color Harmonies of #A8D26E
Complementary color
Monochromatic Colors of #A8D26E
Black with #A8D26E
Text Example
Text Example
White with #A8D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D26E; }
p { color: rgb(168,210,110); }
H1.HeaderClassName
{
color: #A8D26E;
}
.AnyTagClassName
{
color: #A8D26E;
}
</style>
background-color css
<style>
a { background-color: #A8D26E; }
a { background-color: rgb(168,210,110); }
div.DivClassName
{
background-color: #A8D26E;
}
.BgClassName
{
background-color: #A8D26E;
}
</style>
border-color css
<style>
span { border-color: #A8D26E; }
span { border-color: rgb(168,210,110); }
td.TdClassName
{
border-color: #A8D26E;
}
.TagClassName
{
border-color: #A8D26E;
}
</style>