Shades of Feijoa #A1D780
Tints of Feijoa #A1D780
RGB
CMYK
RGB Variations
Color information
#A1D780 (or 0xA1D780) is known color: Feijoa. HEX triplet: A1, D7 and 80. RGB value is (161,215,128). Sum of RGB (Red+Green+Blue) = 161+215+128=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D780 is #5E287F. Grayscale: #BDBDBD. Windows color (decimal): -6170752 or 8443809. OLE color: 8443809.
HSL color Cylindrical-coordinate representation of color #A1D780: hue angle of 97.24º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1D780 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 128 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.16 |
| HSL | 97.24º | 0.52% | 0.67% | - |
| HSV(B) | 97.24º | 0.4% | 0.84% | - |
| XYZ | 42.89 | 57.74 | 29.31 | - |
| YUV | 188.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 128 | 0.25 | 0 | 0.40 | 0.16 | 97.24 | 0.52 | 0.67 |
| Hex | A1 | D7 | 80 | 19 | 0 | 28 | 10 | 61 | 34 | 43 |
| Octal | 241 | 327 | 200 | 31 | 0 | 50 | 20 | 141 | 64 | 103 |
| Binary | 10100001 | 11010111 | 10000000 | 11001 | 0 | 101000 | 10000 | 1100001 | 110100 | 1000011 |
Color Harmonies of #A1D780
Complementary color
Monochromatic Colors of #A1D780
Black with #A1D780
Text Example
Text Example
White with #A1D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D780; }
p { color: rgb(161,215,128); }
H1.HeaderClassName
{
color: #A1D780;
}
.AnyTagClassName
{
color: #A1D780;
}
</style>
background-color css
<style>
a { background-color: #A1D780; }
a { background-color: rgb(161,215,128); }
div.DivClassName
{
background-color: #A1D780;
}
.BgClassName
{
background-color: #A1D780;
}
</style>
border-color css
<style>
span { border-color: #A1D780; }
span { border-color: rgb(161,215,128); }
td.TdClassName
{
border-color: #A1D780;
}
.TagClassName
{
border-color: #A1D780;
}
</style>