Shades of Feijoa #A0E967
Tints of Feijoa #A0E967
RGB
CMYK
RGB Variations
Color information
#A0E967 (or 0xA0E967) is known color: Feijoa. HEX triplet: A0, E9 and 67. RGB value is (160,233,103). Sum of RGB (Red+Green+Blue) = 160+233+103=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E967 is #5F1698. Grayscale: #C4C4C4. Windows color (decimal): -6231705 or 6810016. OLE color: 6810016.
HSL color Cylindrical-coordinate representation of color #A0E967: hue angle of 93.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0E967 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 103 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.09 |
| HSL | 93.69º | 0.75% | 0.66% | - |
| HSV(B) | 93.69º | 0.56% | 0.91% | - |
| XYZ | 46.08 | 66.73 | 23.28 | - |
| YUV | 196.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 103 | 0.31 | 0 | 0.56 | 0.09 | 93.69 | 0.75 | 0.66 |
| Hex | A0 | E9 | 67 | 1F | 0 | 38 | 9 | 5E | 4B | 42 |
| Octal | 240 | 351 | 147 | 37 | 0 | 70 | 11 | 136 | 113 | 102 |
| Binary | 10100000 | 11101001 | 1100111 | 11111 | 0 | 111000 | 1001 | 1011110 | 1001011 | 1000010 |
Color Harmonies of #A0E967
Complementary color
Monochromatic Colors of #A0E967
Black with #A0E967
Text Example
Text Example
White with #A0E967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E967; }
p { color: rgb(160,233,103); }
H1.HeaderClassName
{
color: #A0E967;
}
.AnyTagClassName
{
color: #A0E967;
}
</style>
background-color css
<style>
a { background-color: #A0E967; }
a { background-color: rgb(160,233,103); }
div.DivClassName
{
background-color: #A0E967;
}
.BgClassName
{
background-color: #A0E967;
}
</style>
border-color css
<style>
span { border-color: #A0E967; }
span { border-color: rgb(160,233,103); }
td.TdClassName
{
border-color: #A0E967;
}
.TagClassName
{
border-color: #A0E967;
}
</style>