Shades of Feijoa #A0E274
Tints of Feijoa #A0E274
RGB
CMYK
RGB Variations
Color information
#A0E274 (or 0xA0E274) is known color: Feijoa. HEX triplet: A0, E2 and 74. RGB value is (160,226,116). Sum of RGB (Red+Green+Blue) = 160+226+116=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E274 is #5F1D8B. Grayscale: #C2C2C2. Windows color (decimal): -6233484 or 7660192. OLE color: 7660192.
HSL color Cylindrical-coordinate representation of color #A0E274: hue angle of 96º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0E274 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 116 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.11 |
| HSL | 96º | 0.65% | 0.67% | - |
| HSV(B) | 96º | 0.49% | 0.89% | - |
| XYZ | 44.85 | 63.13 | 26.34 | - |
| YUV | 193.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 116 | 0.29 | 0 | 0.49 | 0.11 | 96 | 0.65 | 0.67 |
| Hex | A0 | E2 | 74 | 1D | 0 | 31 | B | 60 | 41 | 43 |
| Octal | 240 | 342 | 164 | 35 | 0 | 61 | 13 | 140 | 101 | 103 |
| Binary | 10100000 | 11100010 | 1110100 | 11101 | 0 | 110001 | 1011 | 1100000 | 1000001 | 1000011 |
Color Harmonies of #A0E274
Complementary color
Monochromatic Colors of #A0E274
Black with #A0E274
Text Example
Text Example
White with #A0E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E274; }
p { color: rgb(160,226,116); }
H1.HeaderClassName
{
color: #A0E274;
}
.AnyTagClassName
{
color: #A0E274;
}
</style>
background-color css
<style>
a { background-color: #A0E274; }
a { background-color: rgb(160,226,116); }
div.DivClassName
{
background-color: #A0E274;
}
.BgClassName
{
background-color: #A0E274;
}
</style>
border-color css
<style>
span { border-color: #A0E274; }
span { border-color: rgb(160,226,116); }
td.TdClassName
{
border-color: #A0E274;
}
.TagClassName
{
border-color: #A0E274;
}
</style>