Shades of Feijoa #A0F96D
Tints of Feijoa #A0F96D
RGB
CMYK
RGB Variations
Color information
#A0F96D (or 0xA0F96D) is known color: Feijoa. HEX triplet: A0, F9 and 6D. RGB value is (160,249,109). Sum of RGB (Red+Green+Blue) = 160+249+109=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F96D is #5F0692. Grayscale: #CECECE. Windows color (decimal): -6227603 or 7207328. OLE color: 7207328.
HSL color Cylindrical-coordinate representation of color #A0F96D: hue angle of 98.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0F96D is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 109 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.02 |
| HSL | 98.14º | 0.92% | 0.7% | - |
| HSV(B) | 98.14º | 0.56% | 0.98% | - |
| XYZ | 51.13 | 76.33 | 26.51 | - |
| YUV | 206.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 109 | 0.36 | 0 | 0.56 | 0.02 | 98.14 | 0.92 | 0.7 |
| Hex | A0 | F9 | 6D | 24 | 0 | 38 | 2 | 62 | 5C | 46 |
| Octal | 240 | 371 | 155 | 44 | 0 | 70 | 2 | 142 | 134 | 106 |
| Binary | 10100000 | 11111001 | 1101101 | 100100 | 0 | 111000 | 10 | 1100010 | 1011100 | 1000110 |
Color Harmonies of #A0F96D
Complementary color
Monochromatic Colors of #A0F96D
Black with #A0F96D
Text Example
Text Example
White with #A0F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F96D; }
p { color: rgb(160,249,109); }
H1.HeaderClassName
{
color: #A0F96D;
}
.AnyTagClassName
{
color: #A0F96D;
}
</style>
background-color css
<style>
a { background-color: #A0F96D; }
a { background-color: rgb(160,249,109); }
div.DivClassName
{
background-color: #A0F96D;
}
.BgClassName
{
background-color: #A0F96D;
}
</style>
border-color css
<style>
span { border-color: #A0F96D; }
span { border-color: rgb(160,249,109); }
td.TdClassName
{
border-color: #A0F96D;
}
.TagClassName
{
border-color: #A0F96D;
}
</style>