Shades of Feijoa #A6D67A
Tints of Feijoa #A6D67A
RGB
CMYK
RGB Variations
Color information
#A6D67A (or 0xA6D67A) is known color: Feijoa. HEX triplet: A6, D6 and 7A. RGB value is (166,214,122). Sum of RGB (Red+Green+Blue) = 166+214+122=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D67A is #592985. Grayscale: #BDBDBD. Windows color (decimal): -5843334 or 8050342. OLE color: 8050342.
HSL color Cylindrical-coordinate representation of color #A6D67A: hue angle of 91.3º degrees, saturation: 0.53, 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 #A6D67A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 122 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.16 |
| HSL | 91.3º | 0.53% | 0.66% | - |
| HSV(B) | 91.3º | 0.43% | 0.84% | - |
| XYZ | 43.29 | 57.61 | 27.25 | - |
| YUV | 189.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 122 | 0.22 | 0 | 0.43 | 0.16 | 91.3 | 0.53 | 0.66 |
| Hex | A6 | D6 | 7A | 16 | 0 | 2B | 10 | 5B | 35 | 42 |
| Octal | 246 | 326 | 172 | 26 | 0 | 53 | 20 | 133 | 65 | 102 |
| Binary | 10100110 | 11010110 | 1111010 | 10110 | 0 | 101011 | 10000 | 1011011 | 110101 | 1000010 |
Color Harmonies of #A6D67A
Complementary color
Monochromatic Colors of #A6D67A
Black with #A6D67A
Text Example
Text Example
White with #A6D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D67A; }
p { color: rgb(166,214,122); }
H1.HeaderClassName
{
color: #A6D67A;
}
.AnyTagClassName
{
color: #A6D67A;
}
</style>
background-color css
<style>
a { background-color: #A6D67A; }
a { background-color: rgb(166,214,122); }
div.DivClassName
{
background-color: #A6D67A;
}
.BgClassName
{
background-color: #A6D67A;
}
</style>
border-color css
<style>
span { border-color: #A6D67A; }
span { border-color: rgb(166,214,122); }
td.TdClassName
{
border-color: #A6D67A;
}
.TagClassName
{
border-color: #A6D67A;
}
</style>