Shades of Feijoa #A1E16B
Tints of Feijoa #A1E16B
RGB
CMYK
RGB Variations
Color information
#A1E16B (or 0xA1E16B) is known color: Feijoa. HEX triplet: A1, E1 and 6B. RGB value is (161,225,107). Sum of RGB (Red+Green+Blue) = 161+225+107=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E16B is #5E1E94. Grayscale: #C0C0C0. Windows color (decimal): -6168213 or 7070113. OLE color: 7070113.
HSL color Cylindrical-coordinate representation of color #A1E16B: hue angle of 92.54º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1E16B is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 107 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.12 |
| HSL | 92.54º | 0.66% | 0.65% | - |
| HSV(B) | 92.54º | 0.52% | 0.88% | - |
| XYZ | 44.28 | 62.49 | 23.64 | - |
| YUV | 192.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 107 | 0.28 | 0 | 0.52 | 0.12 | 92.54 | 0.66 | 0.65 |
| Hex | A1 | E1 | 6B | 1C | 0 | 34 | C | 5D | 42 | 41 |
| Octal | 241 | 341 | 153 | 34 | 0 | 64 | 14 | 135 | 102 | 101 |
| Binary | 10100001 | 11100001 | 1101011 | 11100 | 0 | 110100 | 1100 | 1011101 | 1000010 | 1000001 |
Color Harmonies of #A1E16B
Complementary color
Monochromatic Colors of #A1E16B
Black with #A1E16B
Text Example
Text Example
White with #A1E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E16B; }
p { color: rgb(161,225,107); }
H1.HeaderClassName
{
color: #A1E16B;
}
.AnyTagClassName
{
color: #A1E16B;
}
</style>
background-color css
<style>
a { background-color: #A1E16B; }
a { background-color: rgb(161,225,107); }
div.DivClassName
{
background-color: #A1E16B;
}
.BgClassName
{
background-color: #A1E16B;
}
</style>
border-color css
<style>
span { border-color: #A1E16B; }
span { border-color: rgb(161,225,107); }
td.TdClassName
{
border-color: #A1E16B;
}
.TagClassName
{
border-color: #A1E16B;
}
</style>