Shades of Feijoa #A1D67C
Tints of Feijoa #A1D67C
RGB
CMYK
RGB Variations
Color information
#A1D67C (or 0xA1D67C) is known color: Feijoa. HEX triplet: A1, D6 and 7C. RGB value is (161,214,124). Sum of RGB (Red+Green+Blue) = 161+214+124=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D67C is #5E2983. Grayscale: #BCBCBC. Windows color (decimal): -6171012 or 8181409. OLE color: 8181409.
HSL color Cylindrical-coordinate representation of color #A1D67C: hue angle of 95.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1D67C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 124 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.16 |
| HSL | 95.33º | 0.52% | 0.66% | - |
| HSV(B) | 95.33º | 0.42% | 0.84% | - |
| XYZ | 42.38 | 57.13 | 27.86 | - |
| YUV | 187.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 124 | 0.25 | 0 | 0.42 | 0.16 | 95.33 | 0.52 | 0.66 |
| Hex | A1 | D6 | 7C | 19 | 0 | 2A | 10 | 5F | 34 | 42 |
| Octal | 241 | 326 | 174 | 31 | 0 | 52 | 20 | 137 | 64 | 102 |
| Binary | 10100001 | 11010110 | 1111100 | 11001 | 0 | 101010 | 10000 | 1011111 | 110100 | 1000010 |
Color Harmonies of #A1D67C
Complementary color
Monochromatic Colors of #A1D67C
Black with #A1D67C
Text Example
Text Example
White with #A1D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D67C; }
p { color: rgb(161,214,124); }
H1.HeaderClassName
{
color: #A1D67C;
}
.AnyTagClassName
{
color: #A1D67C;
}
</style>
background-color css
<style>
a { background-color: #A1D67C; }
a { background-color: rgb(161,214,124); }
div.DivClassName
{
background-color: #A1D67C;
}
.BgClassName
{
background-color: #A1D67C;
}
</style>
border-color css
<style>
span { border-color: #A1D67C; }
span { border-color: rgb(161,214,124); }
td.TdClassName
{
border-color: #A1D67C;
}
.TagClassName
{
border-color: #A1D67C;
}
</style>