Shades of Feijoa #A1FE78
Tints of Feijoa #A1FE78
RGB
CMYK
RGB Variations
Color information
#A1FE78 (or 0xA1FE78) is known color: Feijoa. HEX triplet: A1, FE and 78. RGB value is (161,254,120). Sum of RGB (Red+Green+Blue) = 161+254+120=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE78 is #5E0187. Grayscale: #D3D3D3. Windows color (decimal): -6160776 or 7929505. OLE color: 7929505.
HSL color Cylindrical-coordinate representation of color #A1FE78: hue angle of 101.64º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1FE78 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 120 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.00 |
| HSL | 101.64º | 0.99% | 0.73% | - |
| HSV(B) | 101.64º | 0.53% | 1% | - |
| XYZ | 53.53 | 79.82 | 30.35 | - |
| YUV | 210.92 | 76.69 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 120 | 0.37 | 0 | 0.53 | 0.00 | 101.64 | 0.99 | 0.73 |
| Hex | A1 | FE | 78 | 25 | 0 | 35 | 0 | 66 | 63 | 49 |
| Octal | 241 | 376 | 170 | 45 | 0 | 65 | 0 | 146 | 143 | 111 |
| Binary | 10100001 | 11111110 | 1111000 | 100101 | 0 | 110101 | 0 | 1100110 | 1100011 | 1001001 |
Color Harmonies of #A1FE78
Complementary color
Monochromatic Colors of #A1FE78
Black with #A1FE78
Text Example
Text Example
White with #A1FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE78; }
p { color: rgb(161,254,120); }
H1.HeaderClassName
{
color: #A1FE78;
}
.AnyTagClassName
{
color: #A1FE78;
}
</style>
background-color css
<style>
a { background-color: #A1FE78; }
a { background-color: rgb(161,254,120); }
div.DivClassName
{
background-color: #A1FE78;
}
.BgClassName
{
background-color: #A1FE78;
}
</style>
border-color css
<style>
span { border-color: #A1FE78; }
span { border-color: rgb(161,254,120); }
td.TdClassName
{
border-color: #A1FE78;
}
.TagClassName
{
border-color: #A1FE78;
}
</style>