Shades of Feijoa #A1FD70
Tints of Feijoa #A1FD70
RGB
CMYK
RGB Variations
Color information
#A1FD70 (or 0xA1FD70) is known color: Feijoa. HEX triplet: A1, FD and 70. RGB value is (161,253,112). Sum of RGB (Red+Green+Blue) = 161+253+112=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD70 is #5E028F. Grayscale: #D1D1D1. Windows color (decimal): -6161040 or 7404961. OLE color: 7404961.
HSL color Cylindrical-coordinate representation of color #A1FD70: hue angle of 99.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1FD70 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 112 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.01 |
| HSL | 99.15º | 0.97% | 0.72% | - |
| HSV(B) | 99.15º | 0.56% | 0.99% | - |
| XYZ | 52.75 | 79 | 27.8 | - |
| YUV | 209.42 | 73.02 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 112 | 0.36 | 0 | 0.56 | 0.01 | 99.15 | 0.97 | 0.72 |
| Hex | A1 | FD | 70 | 24 | 0 | 38 | 1 | 63 | 61 | 48 |
| Octal | 241 | 375 | 160 | 44 | 0 | 70 | 1 | 143 | 141 | 110 |
| Binary | 10100001 | 11111101 | 1110000 | 100100 | 0 | 111000 | 1 | 1100011 | 1100001 | 1001000 |
Color Harmonies of #A1FD70
Complementary color
Monochromatic Colors of #A1FD70
Black with #A1FD70
Text Example
Text Example
White with #A1FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FD70; }
p { color: rgb(161,253,112); }
H1.HeaderClassName
{
color: #A1FD70;
}
.AnyTagClassName
{
color: #A1FD70;
}
</style>
background-color css
<style>
a { background-color: #A1FD70; }
a { background-color: rgb(161,253,112); }
div.DivClassName
{
background-color: #A1FD70;
}
.BgClassName
{
background-color: #A1FD70;
}
</style>
border-color css
<style>
span { border-color: #A1FD70; }
span { border-color: rgb(161,253,112); }
td.TdClassName
{
border-color: #A1FD70;
}
.TagClassName
{
border-color: #A1FD70;
}
</style>