Shades of Feijoa #A0E06B
Tints of Feijoa #A0E06B
RGB
CMYK
RGB Variations
Color information
#A0E06B (or 0xA0E06B) is known color: Feijoa. HEX triplet: A0, E0 and 6B. RGB value is (160,224,107). Sum of RGB (Red+Green+Blue) = 160+224+107=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E06B is #5F1F94. Grayscale: #BFBFBF. Windows color (decimal): -6234005 or 7069856. OLE color: 7069856.
HSL color Cylindrical-coordinate representation of color #A0E06B: hue angle of 92.82º degrees, saturation: 0.65, 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 #A0E06B is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 107 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.12 |
| HSL | 92.82º | 0.65% | 0.65% | - |
| HSV(B) | 92.82º | 0.52% | 0.88% | - |
| XYZ | 43.81 | 61.85 | 23.54 | - |
| YUV | 191.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 107 | 0.29 | 0 | 0.52 | 0.12 | 92.82 | 0.65 | 0.65 |
| Hex | A0 | E0 | 6B | 1D | 0 | 34 | C | 5D | 41 | 41 |
| Octal | 240 | 340 | 153 | 35 | 0 | 64 | 14 | 135 | 101 | 101 |
| Binary | 10100000 | 11100000 | 1101011 | 11101 | 0 | 110100 | 1100 | 1011101 | 1000001 | 1000001 |
Color Harmonies of #A0E06B
Complementary color
Monochromatic Colors of #A0E06B
Black with #A0E06B
Text Example
Text Example
White with #A0E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E06B; }
p { color: rgb(160,224,107); }
H1.HeaderClassName
{
color: #A0E06B;
}
.AnyTagClassName
{
color: #A0E06B;
}
</style>
background-color css
<style>
a { background-color: #A0E06B; }
a { background-color: rgb(160,224,107); }
div.DivClassName
{
background-color: #A0E06B;
}
.BgClassName
{
background-color: #A0E06B;
}
</style>
border-color css
<style>
span { border-color: #A0E06B; }
span { border-color: rgb(160,224,107); }
td.TdClassName
{
border-color: #A0E06B;
}
.TagClassName
{
border-color: #A0E06B;
}
</style>