Shades of Feijoa #A1E07E
Tints of Feijoa #A1E07E
RGB
CMYK
RGB Variations
Color information
#A1E07E (or 0xA1E07E) is known color: Feijoa. HEX triplet: A1, E0 and 7E. RGB value is (161,224,126). Sum of RGB (Red+Green+Blue) = 161+224+126=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E07E is #5E1F81. Grayscale: #C2C2C2. Windows color (decimal): -6168450 or 8315041. OLE color: 8315041.
HSL color Cylindrical-coordinate representation of color #A1E07E: hue angle of 98.57º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1E07E is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 126 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.12 |
| HSL | 98.57º | 0.61% | 0.69% | - |
| HSV(B) | 98.57º | 0.44% | 0.88% | - |
| XYZ | 45.12 | 62.39 | 29.4 | - |
| YUV | 193.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 126 | 0.28 | 0 | 0.44 | 0.12 | 98.57 | 0.61 | 0.69 |
| Hex | A1 | E0 | 7E | 1C | 0 | 2C | C | 63 | 3D | 45 |
| Octal | 241 | 340 | 176 | 34 | 0 | 54 | 14 | 143 | 75 | 105 |
| Binary | 10100001 | 11100000 | 1111110 | 11100 | 0 | 101100 | 1100 | 1100011 | 111101 | 1000101 |
Color Harmonies of #A1E07E
Complementary color
Monochromatic Colors of #A1E07E
Black with #A1E07E
Text Example
Text Example
White with #A1E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E07E; }
p { color: rgb(161,224,126); }
H1.HeaderClassName
{
color: #A1E07E;
}
.AnyTagClassName
{
color: #A1E07E;
}
</style>
background-color css
<style>
a { background-color: #A1E07E; }
a { background-color: rgb(161,224,126); }
div.DivClassName
{
background-color: #A1E07E;
}
.BgClassName
{
background-color: #A1E07E;
}
</style>
border-color css
<style>
span { border-color: #A1E07E; }
span { border-color: rgb(161,224,126); }
td.TdClassName
{
border-color: #A1E07E;
}
.TagClassName
{
border-color: #A1E07E;
}
</style>