Shades of Feijoa #A1EE82
Tints of Feijoa #A1EE82
RGB
CMYK
RGB Variations
Color information
#A1EE82 (or 0xA1EE82) is known color: Feijoa. HEX triplet: A1, EE and 82. RGB value is (161,238,130). Sum of RGB (Red+Green+Blue) = 161+238+130=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EE82 is #5E117D. Grayscale: #CBCBCB. Windows color (decimal): -6164862 or 8580769. OLE color: 8580769.
HSL color Cylindrical-coordinate representation of color #A1EE82: hue angle of 102.78º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1EE82 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 130 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.07 |
| HSL | 102.78º | 0.76% | 0.72% | - |
| HSV(B) | 102.78º | 0.45% | 0.93% | - |
| XYZ | 49.3 | 70.34 | 32.1 | - |
| YUV | 202.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 130 | 0.32 | 0 | 0.45 | 0.07 | 102.78 | 0.76 | 0.72 |
| Hex | A1 | EE | 82 | 20 | 0 | 2D | 7 | 67 | 4C | 48 |
| Octal | 241 | 356 | 202 | 40 | 0 | 55 | 7 | 147 | 114 | 110 |
| Binary | 10100001 | 11101110 | 10000010 | 100000 | 0 | 101101 | 111 | 1100111 | 1001100 | 1001000 |
Color Harmonies of #A1EE82
Complementary color
Monochromatic Colors of #A1EE82
Black with #A1EE82
Text Example
Text Example
White with #A1EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE82; }
p { color: rgb(161,238,130); }
H1.HeaderClassName
{
color: #A1EE82;
}
.AnyTagClassName
{
color: #A1EE82;
}
</style>
background-color css
<style>
a { background-color: #A1EE82; }
a { background-color: rgb(161,238,130); }
div.DivClassName
{
background-color: #A1EE82;
}
.BgClassName
{
background-color: #A1EE82;
}
</style>
border-color css
<style>
span { border-color: #A1EE82; }
span { border-color: rgb(161,238,130); }
td.TdClassName
{
border-color: #A1EE82;
}
.TagClassName
{
border-color: #A1EE82;
}
</style>