Shades of Feijoa #A1DB7B
Tints of Feijoa #A1DB7B
RGB
CMYK
RGB Variations
Color information
#A1DB7B (or 0xA1DB7B) is known color: Feijoa. HEX triplet: A1, DB and 7B. RGB value is (161,219,123). Sum of RGB (Red+Green+Blue) = 161+219+123=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB7B is #5E2484. Grayscale: #BFBFBF. Windows color (decimal): -6169733 or 8117153. OLE color: 8117153.
HSL color Cylindrical-coordinate representation of color #A1DB7B: hue angle of 96.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1DB7B is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 123 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.14 |
| HSL | 96.25º | 0.57% | 0.67% | - |
| HSV(B) | 96.25º | 0.44% | 0.86% | - |
| XYZ | 43.6 | 59.67 | 27.96 | - |
| YUV | 190.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 123 | 0.26 | 0 | 0.44 | 0.14 | 96.25 | 0.57 | 0.67 |
| Hex | A1 | DB | 7B | 1A | 0 | 2C | E | 60 | 39 | 43 |
| Octal | 241 | 333 | 173 | 32 | 0 | 54 | 16 | 140 | 71 | 103 |
| Binary | 10100001 | 11011011 | 1111011 | 11010 | 0 | 101100 | 1110 | 1100000 | 111001 | 1000011 |
Color Harmonies of #A1DB7B
Complementary color
Monochromatic Colors of #A1DB7B
Black with #A1DB7B
Text Example
Text Example
White with #A1DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB7B; }
p { color: rgb(161,219,123); }
H1.HeaderClassName
{
color: #A1DB7B;
}
.AnyTagClassName
{
color: #A1DB7B;
}
</style>
background-color css
<style>
a { background-color: #A1DB7B; }
a { background-color: rgb(161,219,123); }
div.DivClassName
{
background-color: #A1DB7B;
}
.BgClassName
{
background-color: #A1DB7B;
}
</style>
border-color css
<style>
span { border-color: #A1DB7B; }
span { border-color: rgb(161,219,123); }
td.TdClassName
{
border-color: #A1DB7B;
}
.TagClassName
{
border-color: #A1DB7B;
}
</style>