Shades of Feijoa #A1D67D
Tints of Feijoa #A1D67D
RGB
CMYK
RGB Variations
Color information
#A1D67D (or 0xA1D67D) is known color: Feijoa. HEX triplet: A1, D6 and 7D. RGB value is (161,214,125). Sum of RGB (Red+Green+Blue) = 161+214+125=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D67D is #5E2982. Grayscale: #BCBCBC. Windows color (decimal): -6171011 or 8246945. OLE color: 8246945.
HSL color Cylindrical-coordinate representation of color #A1D67D: hue angle of 95.73º 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 #A1D67D is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 125 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.16 |
| HSL | 95.73º | 0.52% | 0.66% | - |
| HSV(B) | 95.73º | 0.42% | 0.84% | - |
| XYZ | 42.45 | 57.15 | 28.2 | - |
| YUV | 188.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 125 | 0.25 | 0 | 0.42 | 0.16 | 95.73 | 0.52 | 0.66 |
| Hex | A1 | D6 | 7D | 19 | 0 | 2A | 10 | 60 | 34 | 42 |
| Octal | 241 | 326 | 175 | 31 | 0 | 52 | 20 | 140 | 64 | 102 |
| Binary | 10100001 | 11010110 | 1111101 | 11001 | 0 | 101010 | 10000 | 1100000 | 110100 | 1000010 |
Color Harmonies of #A1D67D
Complementary color
Monochromatic Colors of #A1D67D
Black with #A1D67D
Text Example
Text Example
White with #A1D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D67D; }
p { color: rgb(161,214,125); }
H1.HeaderClassName
{
color: #A1D67D;
}
.AnyTagClassName
{
color: #A1D67D;
}
</style>
background-color css
<style>
a { background-color: #A1D67D; }
a { background-color: rgb(161,214,125); }
div.DivClassName
{
background-color: #A1D67D;
}
.BgClassName
{
background-color: #A1D67D;
}
</style>
border-color css
<style>
span { border-color: #A1D67D; }
span { border-color: rgb(161,214,125); }
td.TdClassName
{
border-color: #A1D67D;
}
.TagClassName
{
border-color: #A1D67D;
}
</style>