Shades of Feijoa #A1D87B
Tints of Feijoa #A1D87B
RGB
CMYK
RGB Variations
Color information
#A1D87B (or 0xA1D87B) is known color: Feijoa. HEX triplet: A1, D8 and 7B. RGB value is (161,216,123). Sum of RGB (Red+Green+Blue) = 161+216+123=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D87B is #5E2784. Grayscale: #BDBDBD. Windows color (decimal): -6170501 or 8116385. OLE color: 8116385.
HSL color Cylindrical-coordinate representation of color #A1D87B: hue angle of 95.48º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1D87B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 123 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.15 |
| HSL | 95.48º | 0.54% | 0.66% | - |
| HSV(B) | 95.48º | 0.43% | 0.85% | - |
| XYZ | 42.83 | 58.12 | 27.7 | - |
| YUV | 188.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 123 | 0.25 | 0 | 0.43 | 0.15 | 95.48 | 0.54 | 0.66 |
| Hex | A1 | D8 | 7B | 19 | 0 | 2B | F | 5F | 36 | 42 |
| Octal | 241 | 330 | 173 | 31 | 0 | 53 | 17 | 137 | 66 | 102 |
| Binary | 10100001 | 11011000 | 1111011 | 11001 | 0 | 101011 | 1111 | 1011111 | 110110 | 1000010 |
Color Harmonies of #A1D87B
Complementary color
Monochromatic Colors of #A1D87B
Black with #A1D87B
Text Example
Text Example
White with #A1D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D87B; }
p { color: rgb(161,216,123); }
H1.HeaderClassName
{
color: #A1D87B;
}
.AnyTagClassName
{
color: #A1D87B;
}
</style>
background-color css
<style>
a { background-color: #A1D87B; }
a { background-color: rgb(161,216,123); }
div.DivClassName
{
background-color: #A1D87B;
}
.BgClassName
{
background-color: #A1D87B;
}
</style>
border-color css
<style>
span { border-color: #A1D87B; }
span { border-color: rgb(161,216,123); }
td.TdClassName
{
border-color: #A1D87B;
}
.TagClassName
{
border-color: #A1D87B;
}
</style>