Shades of Feijoa #A1E27B
Tints of Feijoa #A1E27B
RGB
CMYK
RGB Variations
Color information
#A1E27B (or 0xA1E27B) is known color: Feijoa. HEX triplet: A1, E2 and 7B. RGB value is (161,226,123). Sum of RGB (Red+Green+Blue) = 161+226+123=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E27B is #5E1D84. Grayscale: #C3C3C3. Windows color (decimal): -6167941 or 8118945. OLE color: 8118945.
HSL color Cylindrical-coordinate representation of color #A1E27B: hue angle of 97.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1E27B is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 123 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.11 |
| HSL | 97.86º | 0.64% | 0.68% | - |
| HSV(B) | 97.86º | 0.46% | 0.89% | - |
| XYZ | 45.47 | 63.4 | 28.58 | - |
| YUV | 194.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 123 | 0.29 | 0 | 0.46 | 0.11 | 97.86 | 0.64 | 0.68 |
| Hex | A1 | E2 | 7B | 1D | 0 | 2E | B | 62 | 40 | 44 |
| Octal | 241 | 342 | 173 | 35 | 0 | 56 | 13 | 142 | 100 | 104 |
| Binary | 10100001 | 11100010 | 1111011 | 11101 | 0 | 101110 | 1011 | 1100010 | 1000000 | 1000100 |
Color Harmonies of #A1E27B
Complementary color
Monochromatic Colors of #A1E27B
Black with #A1E27B
Text Example
Text Example
White with #A1E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E27B; }
p { color: rgb(161,226,123); }
H1.HeaderClassName
{
color: #A1E27B;
}
.AnyTagClassName
{
color: #A1E27B;
}
</style>
background-color css
<style>
a { background-color: #A1E27B; }
a { background-color: rgb(161,226,123); }
div.DivClassName
{
background-color: #A1E27B;
}
.BgClassName
{
background-color: #A1E27B;
}
</style>
border-color css
<style>
span { border-color: #A1E27B; }
span { border-color: rgb(161,226,123); }
td.TdClassName
{
border-color: #A1E27B;
}
.TagClassName
{
border-color: #A1E27B;
}
</style>