Shades of Feijoa #A1E578
Tints of Feijoa #A1E578
RGB
CMYK
RGB Variations
Color information
#A1E578 (or 0xA1E578) is known color: Feijoa. HEX triplet: A1, E5 and 78. RGB value is (161,229,120). Sum of RGB (Red+Green+Blue) = 161+229+120=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E578 is #5E1A87. Grayscale: #C4C4C4. Windows color (decimal): -6167176 or 7923105. OLE color: 7923105.
HSL color Cylindrical-coordinate representation of color #A1E578: hue angle of 97.43º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1E578 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 120 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.10 |
| HSL | 97.43º | 0.68% | 0.68% | - |
| HSV(B) | 97.43º | 0.48% | 0.9% | - |
| XYZ | 46.11 | 64.97 | 27.88 | - |
| YUV | 196.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 120 | 0.30 | 0 | 0.48 | 0.10 | 97.43 | 0.68 | 0.68 |
| Hex | A1 | E5 | 78 | 1E | 0 | 30 | A | 61 | 44 | 44 |
| Octal | 241 | 345 | 170 | 36 | 0 | 60 | 12 | 141 | 104 | 104 |
| Binary | 10100001 | 11100101 | 1111000 | 11110 | 0 | 110000 | 1010 | 1100001 | 1000100 | 1000100 |
Color Harmonies of #A1E578
Complementary color
Monochromatic Colors of #A1E578
Black with #A1E578
Text Example
Text Example
White with #A1E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E578; }
p { color: rgb(161,229,120); }
H1.HeaderClassName
{
color: #A1E578;
}
.AnyTagClassName
{
color: #A1E578;
}
</style>
background-color css
<style>
a { background-color: #A1E578; }
a { background-color: rgb(161,229,120); }
div.DivClassName
{
background-color: #A1E578;
}
.BgClassName
{
background-color: #A1E578;
}
</style>
border-color css
<style>
span { border-color: #A1E578; }
span { border-color: rgb(161,229,120); }
td.TdClassName
{
border-color: #A1E578;
}
.TagClassName
{
border-color: #A1E578;
}
</style>