Shades of Feijoa #A8D58E
Tints of Feijoa #A8D58E
RGB
CMYK
RGB Variations
Color information
#A8D58E (or 0xA8D58E) is known color: Feijoa. HEX triplet: A8, D5 and 8E. RGB value is (168,213,142). Sum of RGB (Red+Green+Blue) = 168+213+142=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D58E is #572A71. Grayscale: #BFBFBF. Windows color (decimal): -5712498 or 9360808. OLE color: 9360808.
HSL color Cylindrical-coordinate representation of color #A8D58E: hue angle of 98.03º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D58E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 142 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.16 |
| HSL | 98.03º | 0.46% | 0.7% | - |
| HSV(B) | 98.03º | 0.33% | 0.84% | - |
| XYZ | 44.83 | 57.87 | 34.4 | - |
| YUV | 191.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 142 | 0.21 | 0 | 0.33 | 0.16 | 98.03 | 0.46 | 0.7 |
| Hex | A8 | D5 | 8E | 15 | 0 | 21 | 10 | 62 | 2E | 46 |
| Octal | 250 | 325 | 216 | 25 | 0 | 41 | 20 | 142 | 56 | 106 |
| Binary | 10101000 | 11010101 | 10001110 | 10101 | 0 | 100001 | 10000 | 1100010 | 101110 | 1000110 |
Color Harmonies of #A8D58E
Complementary color
Monochromatic Colors of #A8D58E
Black with #A8D58E
Text Example
Text Example
White with #A8D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D58E; }
p { color: rgb(168,213,142); }
H1.HeaderClassName
{
color: #A8D58E;
}
.AnyTagClassName
{
color: #A8D58E;
}
</style>
background-color css
<style>
a { background-color: #A8D58E; }
a { background-color: rgb(168,213,142); }
div.DivClassName
{
background-color: #A8D58E;
}
.BgClassName
{
background-color: #A8D58E;
}
</style>
border-color css
<style>
span { border-color: #A8D58E; }
span { border-color: rgb(168,213,142); }
td.TdClassName
{
border-color: #A8D58E;
}
.TagClassName
{
border-color: #A8D58E;
}
</style>