Shades of Feijoa #A8D57A
Tints of Feijoa #A8D57A
RGB
CMYK
RGB Variations
Color information
#A8D57A (or 0xA8D57A) is known color: Feijoa. HEX triplet: A8, D5 and 7A. RGB value is (168,213,122). Sum of RGB (Red+Green+Blue) = 168+213+122=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D57A is #572A85. Grayscale: #BDBDBD. Windows color (decimal): -5712518 or 8050088. OLE color: 8050088.
HSL color Cylindrical-coordinate representation of color #A8D57A: hue angle of 89.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8D57A is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 122 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.16 |
| HSL | 89.67º | 0.52% | 0.66% | - |
| HSV(B) | 89.67º | 0.43% | 0.84% | - |
| XYZ | 43.46 | 57.32 | 27.19 | - |
| YUV | 189.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 122 | 0.21 | 0 | 0.43 | 0.16 | 89.67 | 0.52 | 0.66 |
| Hex | A8 | D5 | 7A | 15 | 0 | 2B | 10 | 5A | 34 | 42 |
| Octal | 250 | 325 | 172 | 25 | 0 | 53 | 20 | 132 | 64 | 102 |
| Binary | 10101000 | 11010101 | 1111010 | 10101 | 0 | 101011 | 10000 | 1011010 | 110100 | 1000010 |
Color Harmonies of #A8D57A
Complementary color
Monochromatic Colors of #A8D57A
Black with #A8D57A
Text Example
Text Example
White with #A8D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D57A; }
p { color: rgb(168,213,122); }
H1.HeaderClassName
{
color: #A8D57A;
}
.AnyTagClassName
{
color: #A8D57A;
}
</style>
background-color css
<style>
a { background-color: #A8D57A; }
a { background-color: rgb(168,213,122); }
div.DivClassName
{
background-color: #A8D57A;
}
.BgClassName
{
background-color: #A8D57A;
}
</style>
border-color css
<style>
span { border-color: #A8D57A; }
span { border-color: rgb(168,213,122); }
td.TdClassName
{
border-color: #A8D57A;
}
.TagClassName
{
border-color: #A8D57A;
}
</style>