Shades of Feijoa #A0EE6B
Tints of Feijoa #A0EE6B
RGB
CMYK
RGB Variations
Color information
#A0EE6B (or 0xA0EE6B) is known color: Feijoa. HEX triplet: A0, EE and 6B. RGB value is (160,238,107). Sum of RGB (Red+Green+Blue) = 160+238+107=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE6B is #5F1194. Grayscale: #C8C8C8. Windows color (decimal): -6230421 or 7073440. OLE color: 7073440.
HSL color Cylindrical-coordinate representation of color #A0EE6B: hue angle of 95.73º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0EE6B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 107 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.07 |
| HSL | 95.73º | 0.79% | 0.68% | - |
| HSV(B) | 95.73º | 0.55% | 0.93% | - |
| XYZ | 47.73 | 69.68 | 24.84 | - |
| YUV | 199.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 107 | 0.33 | 0 | 0.55 | 0.07 | 95.73 | 0.79 | 0.68 |
| Hex | A0 | EE | 6B | 21 | 0 | 37 | 7 | 60 | 4F | 44 |
| Octal | 240 | 356 | 153 | 41 | 0 | 67 | 7 | 140 | 117 | 104 |
| Binary | 10100000 | 11101110 | 1101011 | 100001 | 0 | 110111 | 111 | 1100000 | 1001111 | 1000100 |
Color Harmonies of #A0EE6B
Complementary color
Monochromatic Colors of #A0EE6B
Black with #A0EE6B
Text Example
Text Example
White with #A0EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE6B; }
p { color: rgb(160,238,107); }
H1.HeaderClassName
{
color: #A0EE6B;
}
.AnyTagClassName
{
color: #A0EE6B;
}
</style>
background-color css
<style>
a { background-color: #A0EE6B; }
a { background-color: rgb(160,238,107); }
div.DivClassName
{
background-color: #A0EE6B;
}
.BgClassName
{
background-color: #A0EE6B;
}
</style>
border-color css
<style>
span { border-color: #A0EE6B; }
span { border-color: rgb(160,238,107); }
td.TdClassName
{
border-color: #A0EE6B;
}
.TagClassName
{
border-color: #A0EE6B;
}
</style>