Shades of Feijoa #A8D58D
Tints of Feijoa #A8D58D
RGB
CMYK
RGB Variations
Color information
#A8D58D (or 0xA8D58D) is known color: Feijoa. HEX triplet: A8, D5 and 8D. RGB value is (168,213,141). Sum of RGB (Red+Green+Blue) = 168+213+141=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D58D is #572A72. Grayscale: #BFBFBF. Windows color (decimal): -5712499 or 9295272. OLE color: 9295272.
HSL color Cylindrical-coordinate representation of color #A8D58D: hue angle of 97.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D58D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 141 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.16 |
| HSL | 97.5º | 0.46% | 0.69% | - |
| HSV(B) | 97.5º | 0.34% | 0.84% | - |
| XYZ | 44.75 | 57.84 | 34 | - |
| YUV | 191.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 141 | 0.21 | 0 | 0.34 | 0.16 | 97.5 | 0.46 | 0.69 |
| Hex | A8 | D5 | 8D | 15 | 0 | 22 | 10 | 62 | 2E | 45 |
| Octal | 250 | 325 | 215 | 25 | 0 | 42 | 20 | 142 | 56 | 105 |
| Binary | 10101000 | 11010101 | 10001101 | 10101 | 0 | 100010 | 10000 | 1100010 | 101110 | 1000101 |
Color Harmonies of #A8D58D
Complementary color
Monochromatic Colors of #A8D58D
Black with #A8D58D
Text Example
Text Example
White with #A8D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D58D; }
p { color: rgb(168,213,141); }
H1.HeaderClassName
{
color: #A8D58D;
}
.AnyTagClassName
{
color: #A8D58D;
}
</style>
background-color css
<style>
a { background-color: #A8D58D; }
a { background-color: rgb(168,213,141); }
div.DivClassName
{
background-color: #A8D58D;
}
.BgClassName
{
background-color: #A8D58D;
}
</style>
border-color css
<style>
span { border-color: #A8D58D; }
span { border-color: rgb(168,213,141); }
td.TdClassName
{
border-color: #A8D58D;
}
.TagClassName
{
border-color: #A8D58D;
}
</style>