Shades of Feijoa #A1D178
Tints of Feijoa #A1D178
RGB
CMYK
RGB Variations
Color information
#A1D178 (or 0xA1D178) is known color: Feijoa. HEX triplet: A1, D1 and 78. RGB value is (161,209,120). Sum of RGB (Red+Green+Blue) = 161+209+120=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D178 is #5E2E87. Grayscale: #B8B8B8. Windows color (decimal): -6172296 or 7917985. OLE color: 7917985.
HSL color Cylindrical-coordinate representation of color #A1D178: hue angle of 92.36º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1D178 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 120 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.18 |
| HSL | 92.36º | 0.49% | 0.65% | - |
| HSV(B) | 92.36º | 0.43% | 0.82% | - |
| XYZ | 40.89 | 54.53 | 26.14 | - |
| YUV | 184.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 120 | 0.23 | 0 | 0.43 | 0.18 | 92.36 | 0.49 | 0.65 |
| Hex | A1 | D1 | 78 | 17 | 0 | 2B | 12 | 5C | 31 | 41 |
| Octal | 241 | 321 | 170 | 27 | 0 | 53 | 22 | 134 | 61 | 101 |
| Binary | 10100001 | 11010001 | 1111000 | 10111 | 0 | 101011 | 10010 | 1011100 | 110001 | 1000001 |
Color Harmonies of #A1D178
Complementary color
Monochromatic Colors of #A1D178
Black with #A1D178
Text Example
Text Example
White with #A1D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D178; }
p { color: rgb(161,209,120); }
H1.HeaderClassName
{
color: #A1D178;
}
.AnyTagClassName
{
color: #A1D178;
}
</style>
background-color css
<style>
a { background-color: #A1D178; }
a { background-color: rgb(161,209,120); }
div.DivClassName
{
background-color: #A1D178;
}
.BgClassName
{
background-color: #A1D178;
}
</style>
border-color css
<style>
span { border-color: #A1D178; }
span { border-color: rgb(161,209,120); }
td.TdClassName
{
border-color: #A1D178;
}
.TagClassName
{
border-color: #A1D178;
}
</style>