Shades of Feijoa #A1E07F
Tints of Feijoa #A1E07F
RGB
CMYK
RGB Variations
Color information
#A1E07F (or 0xA1E07F) is known color: Feijoa. HEX triplet: A1, E0 and 7F. RGB value is (161,224,127). Sum of RGB (Red+Green+Blue) = 161+224+127=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E07F is #5E1F80. Grayscale: #C2C2C2. Windows color (decimal): -6168449 or 8380577. OLE color: 8380577.
HSL color Cylindrical-coordinate representation of color #A1E07F: hue angle of 98.97º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1E07F is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 127 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.12 |
| HSL | 98.97º | 0.61% | 0.69% | - |
| HSV(B) | 98.97º | 0.43% | 0.88% | - |
| XYZ | 45.18 | 62.42 | 29.75 | - |
| YUV | 194.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 127 | 0.28 | 0 | 0.43 | 0.12 | 98.97 | 0.61 | 0.69 |
| Hex | A1 | E0 | 7F | 1C | 0 | 2B | C | 63 | 3D | 45 |
| Octal | 241 | 340 | 177 | 34 | 0 | 53 | 14 | 143 | 75 | 105 |
| Binary | 10100001 | 11100000 | 1111111 | 11100 | 0 | 101011 | 1100 | 1100011 | 111101 | 1000101 |
Color Harmonies of #A1E07F
Complementary color
Monochromatic Colors of #A1E07F
Black with #A1E07F
Text Example
Text Example
White with #A1E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E07F; }
p { color: rgb(161,224,127); }
H1.HeaderClassName
{
color: #A1E07F;
}
.AnyTagClassName
{
color: #A1E07F;
}
</style>
background-color css
<style>
a { background-color: #A1E07F; }
a { background-color: rgb(161,224,127); }
div.DivClassName
{
background-color: #A1E07F;
}
.BgClassName
{
background-color: #A1E07F;
}
</style>
border-color css
<style>
span { border-color: #A1E07F; }
span { border-color: rgb(161,224,127); }
td.TdClassName
{
border-color: #A1E07F;
}
.TagClassName
{
border-color: #A1E07F;
}
</style>