Shades of Feijoa #A8D56E
Tints of Feijoa #A8D56E
RGB
CMYK
RGB Variations
Color information
#A8D56E (or 0xA8D56E) is known color: Feijoa. HEX triplet: A8, D5 and 6E. RGB value is (168,213,110). Sum of RGB (Red+Green+Blue) = 168+213+110=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D56E is #572A91. Grayscale: #BCBCBC. Windows color (decimal): -5712530 or 7263656. OLE color: 7263656.
HSL color Cylindrical-coordinate representation of color #A8D56E: hue angle of 86.21º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8D56E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 110 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.16 |
| HSL | 86.21º | 0.55% | 0.63% | - |
| HSV(B) | 86.21º | 0.48% | 0.84% | - |
| XYZ | 42.76 | 57.04 | 23.51 | - |
| YUV | 187.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 110 | 0.21 | 0 | 0.48 | 0.16 | 86.21 | 0.55 | 0.63 |
| Hex | A8 | D5 | 6E | 15 | 0 | 30 | 10 | 56 | 37 | 3F |
| Octal | 250 | 325 | 156 | 25 | 0 | 60 | 20 | 126 | 67 | 77 |
| Binary | 10101000 | 11010101 | 1101110 | 10101 | 0 | 110000 | 10000 | 1010110 | 110111 | 111111 |
Color Harmonies of #A8D56E
Complementary color
Monochromatic Colors of #A8D56E
Black with #A8D56E
Text Example
Text Example
White with #A8D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D56E; }
p { color: rgb(168,213,110); }
H1.HeaderClassName
{
color: #A8D56E;
}
.AnyTagClassName
{
color: #A8D56E;
}
</style>
background-color css
<style>
a { background-color: #A8D56E; }
a { background-color: rgb(168,213,110); }
div.DivClassName
{
background-color: #A8D56E;
}
.BgClassName
{
background-color: #A8D56E;
}
</style>
border-color css
<style>
span { border-color: #A8D56E; }
span { border-color: rgb(168,213,110); }
td.TdClassName
{
border-color: #A8D56E;
}
.TagClassName
{
border-color: #A8D56E;
}
</style>