Shades of Feijoa #A1FE70
Tints of Feijoa #A1FE70
RGB
CMYK
RGB Variations
Color information
#A1FE70 (or 0xA1FE70) is known color: Feijoa. HEX triplet: A1, FE and 70. RGB value is (161,254,112). Sum of RGB (Red+Green+Blue) = 161+254+112=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE70 is #5E018F. Grayscale: #D2D2D2. Windows color (decimal): -6160784 or 7405217. OLE color: 7405217.
HSL color Cylindrical-coordinate representation of color #A1FE70: hue angle of 99.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1FE70 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 112 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.00 |
| HSL | 99.3º | 0.99% | 0.72% | - |
| HSV(B) | 99.3º | 0.56% | 1% | - |
| XYZ | 53.06 | 79.63 | 27.9 | - |
| YUV | 210.01 | 72.69 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 112 | 0.37 | 0 | 0.56 | 0.00 | 99.3 | 0.99 | 0.72 |
| Hex | A1 | FE | 70 | 25 | 0 | 38 | 0 | 63 | 63 | 48 |
| Octal | 241 | 376 | 160 | 45 | 0 | 70 | 0 | 143 | 143 | 110 |
| Binary | 10100001 | 11111110 | 1110000 | 100101 | 0 | 111000 | 0 | 1100011 | 1100011 | 1001000 |
Color Harmonies of #A1FE70
Complementary color
Monochromatic Colors of #A1FE70
Black with #A1FE70
Text Example
Text Example
White with #A1FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE70; }
p { color: rgb(161,254,112); }
H1.HeaderClassName
{
color: #A1FE70;
}
.AnyTagClassName
{
color: #A1FE70;
}
</style>
background-color css
<style>
a { background-color: #A1FE70; }
a { background-color: rgb(161,254,112); }
div.DivClassName
{
background-color: #A1FE70;
}
.BgClassName
{
background-color: #A1FE70;
}
</style>
border-color css
<style>
span { border-color: #A1FE70; }
span { border-color: rgb(161,254,112); }
td.TdClassName
{
border-color: #A1FE70;
}
.TagClassName
{
border-color: #A1FE70;
}
</style>