Shades of Feijoa #A1EE7F
Tints of Feijoa #A1EE7F
RGB
CMYK
RGB Variations
Color information
#A1EE7F (or 0xA1EE7F) is known color: Feijoa. HEX triplet: A1, EE and 7F. RGB value is (161,238,127). Sum of RGB (Red+Green+Blue) = 161+238+127=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EE7F is #5E1180. Grayscale: #CACACA. Windows color (decimal): -6164865 or 8384161. OLE color: 8384161.
HSL color Cylindrical-coordinate representation of color #A1EE7F: hue angle of 101.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1EE7F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 127 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.07 |
| HSL | 101.62º | 0.77% | 0.72% | - |
| HSV(B) | 101.62º | 0.47% | 0.93% | - |
| XYZ | 49.1 | 70.26 | 31.05 | - |
| YUV | 202.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 127 | 0.32 | 0 | 0.47 | 0.07 | 101.62 | 0.77 | 0.72 |
| Hex | A1 | EE | 7F | 20 | 0 | 2F | 7 | 66 | 4D | 48 |
| Octal | 241 | 356 | 177 | 40 | 0 | 57 | 7 | 146 | 115 | 110 |
| Binary | 10100001 | 11101110 | 1111111 | 100000 | 0 | 101111 | 111 | 1100110 | 1001101 | 1001000 |
Color Harmonies of #A1EE7F
Complementary color
Monochromatic Colors of #A1EE7F
Black with #A1EE7F
Text Example
Text Example
White with #A1EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE7F; }
p { color: rgb(161,238,127); }
H1.HeaderClassName
{
color: #A1EE7F;
}
.AnyTagClassName
{
color: #A1EE7F;
}
</style>
background-color css
<style>
a { background-color: #A1EE7F; }
a { background-color: rgb(161,238,127); }
div.DivClassName
{
background-color: #A1EE7F;
}
.BgClassName
{
background-color: #A1EE7F;
}
</style>
border-color css
<style>
span { border-color: #A1EE7F; }
span { border-color: rgb(161,238,127); }
td.TdClassName
{
border-color: #A1EE7F;
}
.TagClassName
{
border-color: #A1EE7F;
}
</style>