Shades of Feijoa #A8D573
Tints of Feijoa #A8D573
RGB
CMYK
RGB Variations
Color information
#A8D573 (or 0xA8D573) is known color: Feijoa. HEX triplet: A8, D5 and 73. RGB value is (168,213,115). Sum of RGB (Red+Green+Blue) = 168+213+115=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D573 is #572A8C. Grayscale: #BCBCBC. Windows color (decimal): -5712525 or 7591336. OLE color: 7591336.
HSL color Cylindrical-coordinate representation of color #A8D573: hue angle of 87.55º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D573 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 115 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.16 |
| HSL | 87.55º | 0.54% | 0.64% | - |
| HSV(B) | 87.55º | 0.46% | 0.84% | - |
| XYZ | 43.04 | 57.15 | 24.98 | - |
| YUV | 188.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 115 | 0.21 | 0 | 0.46 | 0.16 | 87.55 | 0.54 | 0.64 |
| Hex | A8 | D5 | 73 | 15 | 0 | 2E | 10 | 58 | 36 | 40 |
| Octal | 250 | 325 | 163 | 25 | 0 | 56 | 20 | 130 | 66 | 100 |
| Binary | 10101000 | 11010101 | 1110011 | 10101 | 0 | 101110 | 10000 | 1011000 | 110110 | 1000000 |
Color Harmonies of #A8D573
Complementary color
Monochromatic Colors of #A8D573
Black with #A8D573
Text Example
Text Example
White with #A8D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D573; }
p { color: rgb(168,213,115); }
H1.HeaderClassName
{
color: #A8D573;
}
.AnyTagClassName
{
color: #A8D573;
}
</style>
background-color css
<style>
a { background-color: #A8D573; }
a { background-color: rgb(168,213,115); }
div.DivClassName
{
background-color: #A8D573;
}
.BgClassName
{
background-color: #A8D573;
}
</style>
border-color css
<style>
span { border-color: #A8D573; }
span { border-color: rgb(168,213,115); }
td.TdClassName
{
border-color: #A8D573;
}
.TagClassName
{
border-color: #A8D573;
}
</style>