Shades of Feijoa #A1D570
Tints of Feijoa #A1D570
RGB
CMYK
RGB Variations
Color information
#A1D570 (or 0xA1D570) is known color: Feijoa. HEX triplet: A1, D5 and 70. RGB value is (161,213,112). Sum of RGB (Red+Green+Blue) = 161+213+112=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D570 is #5E2A8F. Grayscale: #BABABA. Windows color (decimal): -6171280 or 7394721. OLE color: 7394721.
HSL color Cylindrical-coordinate representation of color #A1D570: hue angle of 90.89º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1D570 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 112 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.16 |
| HSL | 90.89º | 0.55% | 0.64% | - |
| HSV(B) | 90.89º | 0.47% | 0.84% | - |
| XYZ | 41.42 | 56.34 | 24.02 | - |
| YUV | 185.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 112 | 0.24 | 0 | 0.47 | 0.16 | 90.89 | 0.55 | 0.64 |
| Hex | A1 | D5 | 70 | 18 | 0 | 2F | 10 | 5B | 37 | 40 |
| Octal | 241 | 325 | 160 | 30 | 0 | 57 | 20 | 133 | 67 | 100 |
| Binary | 10100001 | 11010101 | 1110000 | 11000 | 0 | 101111 | 10000 | 1011011 | 110111 | 1000000 |
Color Harmonies of #A1D570
Complementary color
Monochromatic Colors of #A1D570
Black with #A1D570
Text Example
Text Example
White with #A1D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D570; }
p { color: rgb(161,213,112); }
H1.HeaderClassName
{
color: #A1D570;
}
.AnyTagClassName
{
color: #A1D570;
}
</style>
background-color css
<style>
a { background-color: #A1D570; }
a { background-color: rgb(161,213,112); }
div.DivClassName
{
background-color: #A1D570;
}
.BgClassName
{
background-color: #A1D570;
}
</style>
border-color css
<style>
span { border-color: #A1D570; }
span { border-color: rgb(161,213,112); }
td.TdClassName
{
border-color: #A1D570;
}
.TagClassName
{
border-color: #A1D570;
}
</style>