Shades of Feijoa #A6D570
Tints of Feijoa #A6D570
RGB
CMYK
RGB Variations
Color information
#A6D570 (or 0xA6D570) is known color: Feijoa. HEX triplet: A6, D5 and 70. RGB value is (166,213,112). Sum of RGB (Red+Green+Blue) = 166+213+112=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D570 is #592A8F. Grayscale: #BBBBBB. Windows color (decimal): -5843600 or 7394726. OLE color: 7394726.
HSL color Cylindrical-coordinate representation of color #A6D570: hue angle of 87.92º 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 #A6D570 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 112 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.16 |
| HSL | 87.92º | 0.55% | 0.64% | - |
| HSV(B) | 87.92º | 0.47% | 0.84% | - |
| XYZ | 42.44 | 56.87 | 24.07 | - |
| YUV | 187.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 112 | 0.22 | 0 | 0.47 | 0.16 | 87.92 | 0.55 | 0.64 |
| Hex | A6 | D5 | 70 | 16 | 0 | 2F | 10 | 58 | 37 | 40 |
| Octal | 246 | 325 | 160 | 26 | 0 | 57 | 20 | 130 | 67 | 100 |
| Binary | 10100110 | 11010101 | 1110000 | 10110 | 0 | 101111 | 10000 | 1011000 | 110111 | 1000000 |
Color Harmonies of #A6D570
Complementary color
Monochromatic Colors of #A6D570
Black with #A6D570
Text Example
Text Example
White with #A6D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D570; }
p { color: rgb(166,213,112); }
H1.HeaderClassName
{
color: #A6D570;
}
.AnyTagClassName
{
color: #A6D570;
}
</style>
background-color css
<style>
a { background-color: #A6D570; }
a { background-color: rgb(166,213,112); }
div.DivClassName
{
background-color: #A6D570;
}
.BgClassName
{
background-color: #A6D570;
}
</style>
border-color css
<style>
span { border-color: #A6D570; }
span { border-color: rgb(166,213,112); }
td.TdClassName
{
border-color: #A6D570;
}
.TagClassName
{
border-color: #A6D570;
}
</style>