Shades of Feijoa #A1E37D
Tints of Feijoa #A1E37D
RGB
CMYK
RGB Variations
Color information
#A1E37D (or 0xA1E37D) is known color: Feijoa. HEX triplet: A1, E3 and 7D. RGB value is (161,227,125). Sum of RGB (Red+Green+Blue) = 161+227+125=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E37D is #5E1C82. Grayscale: #C3C3C3. Windows color (decimal): -6167683 or 8250273. OLE color: 8250273.
HSL color Cylindrical-coordinate representation of color #A1E37D: hue angle of 98.82º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1E37D is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 125 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.11 |
| HSL | 98.82º | 0.65% | 0.69% | - |
| HSV(B) | 98.82º | 0.45% | 0.89% | - |
| XYZ | 45.87 | 64 | 29.34 | - |
| YUV | 195.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 125 | 0.29 | 0 | 0.45 | 0.11 | 98.82 | 0.65 | 0.69 |
| Hex | A1 | E3 | 7D | 1D | 0 | 2D | B | 63 | 41 | 45 |
| Octal | 241 | 343 | 175 | 35 | 0 | 55 | 13 | 143 | 101 | 105 |
| Binary | 10100001 | 11100011 | 1111101 | 11101 | 0 | 101101 | 1011 | 1100011 | 1000001 | 1000101 |
Color Harmonies of #A1E37D
Complementary color
Monochromatic Colors of #A1E37D
Black with #A1E37D
Text Example
Text Example
White with #A1E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E37D; }
p { color: rgb(161,227,125); }
H1.HeaderClassName
{
color: #A1E37D;
}
.AnyTagClassName
{
color: #A1E37D;
}
</style>
background-color css
<style>
a { background-color: #A1E37D; }
a { background-color: rgb(161,227,125); }
div.DivClassName
{
background-color: #A1E37D;
}
.BgClassName
{
background-color: #A1E37D;
}
</style>
border-color css
<style>
span { border-color: #A1E37D; }
span { border-color: rgb(161,227,125); }
td.TdClassName
{
border-color: #A1E37D;
}
.TagClassName
{
border-color: #A1E37D;
}
</style>