Shades of Feijoa #A1D67A
Tints of Feijoa #A1D67A
RGB
CMYK
RGB Variations
Color information
#A1D67A (or 0xA1D67A) is known color: Feijoa. HEX triplet: A1, D6 and 7A. RGB value is (161,214,122). Sum of RGB (Red+Green+Blue) = 161+214+122=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D67A is #5E2985. Grayscale: #BBBBBB. Windows color (decimal): -6171014 or 8050337. OLE color: 8050337.
HSL color Cylindrical-coordinate representation of color #A1D67A: hue angle of 94.57º 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 #A1D67A is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 122 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.16 |
| HSL | 94.57º | 0.53% | 0.66% | - |
| HSV(B) | 94.57º | 0.43% | 0.84% | - |
| XYZ | 42.26 | 57.08 | 27.2 | - |
| YUV | 187.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 122 | 0.25 | 0 | 0.43 | 0.16 | 94.57 | 0.53 | 0.66 |
| Hex | A1 | D6 | 7A | 19 | 0 | 2B | 10 | 5F | 35 | 42 |
| Octal | 241 | 326 | 172 | 31 | 0 | 53 | 20 | 137 | 65 | 102 |
| Binary | 10100001 | 11010110 | 1111010 | 11001 | 0 | 101011 | 10000 | 1011111 | 110101 | 1000010 |
Color Harmonies of #A1D67A
Complementary color
Monochromatic Colors of #A1D67A
Black with #A1D67A
Text Example
Text Example
White with #A1D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D67A; }
p { color: rgb(161,214,122); }
H1.HeaderClassName
{
color: #A1D67A;
}
.AnyTagClassName
{
color: #A1D67A;
}
</style>
background-color css
<style>
a { background-color: #A1D67A; }
a { background-color: rgb(161,214,122); }
div.DivClassName
{
background-color: #A1D67A;
}
.BgClassName
{
background-color: #A1D67A;
}
</style>
border-color css
<style>
span { border-color: #A1D67A; }
span { border-color: rgb(161,214,122); }
td.TdClassName
{
border-color: #A1D67A;
}
.TagClassName
{
border-color: #A1D67A;
}
</style>