Shades of Feijoa #A1EE76
Tints of Feijoa #A1EE76
RGB
CMYK
RGB Variations
Color information
#A1EE76 (or 0xA1EE76) is known color: Feijoa. HEX triplet: A1, EE and 76. RGB value is (161,238,118). Sum of RGB (Red+Green+Blue) = 161+238+118=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EE76 is #5E1189. Grayscale: #C9C9C9. Windows color (decimal): -6164874 or 7794337. OLE color: 7794337.
HSL color Cylindrical-coordinate representation of color #A1EE76: hue angle of 98.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1EE76 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 118 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.07 |
| HSL | 98.5º | 0.78% | 0.7% | - |
| HSV(B) | 98.5º | 0.5% | 0.93% | - |
| XYZ | 48.54 | 70.03 | 28.1 | - |
| YUV | 201.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 118 | 0.32 | 0 | 0.50 | 0.07 | 98.5 | 0.78 | 0.7 |
| Hex | A1 | EE | 76 | 20 | 0 | 32 | 7 | 62 | 4E | 46 |
| Octal | 241 | 356 | 166 | 40 | 0 | 62 | 7 | 142 | 116 | 106 |
| Binary | 10100001 | 11101110 | 1110110 | 100000 | 0 | 110010 | 111 | 1100010 | 1001110 | 1000110 |
Color Harmonies of #A1EE76
Complementary color
Monochromatic Colors of #A1EE76
Black with #A1EE76
Text Example
Text Example
White with #A1EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE76; }
p { color: rgb(161,238,118); }
H1.HeaderClassName
{
color: #A1EE76;
}
.AnyTagClassName
{
color: #A1EE76;
}
</style>
background-color css
<style>
a { background-color: #A1EE76; }
a { background-color: rgb(161,238,118); }
div.DivClassName
{
background-color: #A1EE76;
}
.BgClassName
{
background-color: #A1EE76;
}
</style>
border-color css
<style>
span { border-color: #A1EE76; }
span { border-color: rgb(161,238,118); }
td.TdClassName
{
border-color: #A1EE76;
}
.TagClassName
{
border-color: #A1EE76;
}
</style>