Shades of Feijoa #A0F67C
Tints of Feijoa #A0F67C
RGB
CMYK
RGB Variations
Color information
#A0F67C (or 0xA0F67C) is known color: Feijoa. HEX triplet: A0, F6 and 7C. RGB value is (160,246,124). Sum of RGB (Red+Green+Blue) = 160+246+124=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F67C is #5F0983. Grayscale: #CECECE. Windows color (decimal): -6228356 or 8189600. OLE color: 8189600.
HSL color Cylindrical-coordinate representation of color #A0F67C: hue angle of 102.3º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F67C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 124 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.04 |
| HSL | 102.3º | 0.87% | 0.73% | - |
| HSV(B) | 102.3º | 0.5% | 0.96% | - |
| XYZ | 51.09 | 74.84 | 30.82 | - |
| YUV | 206.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 124 | 0.35 | 0 | 0.50 | 0.04 | 102.3 | 0.87 | 0.73 |
| Hex | A0 | F6 | 7C | 23 | 0 | 32 | 4 | 66 | 57 | 49 |
| Octal | 240 | 366 | 174 | 43 | 0 | 62 | 4 | 146 | 127 | 111 |
| Binary | 10100000 | 11110110 | 1111100 | 100011 | 0 | 110010 | 100 | 1100110 | 1010111 | 1001001 |
Color Harmonies of #A0F67C
Complementary color
Monochromatic Colors of #A0F67C
Black with #A0F67C
Text Example
Text Example
White with #A0F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F67C; }
p { color: rgb(160,246,124); }
H1.HeaderClassName
{
color: #A0F67C;
}
.AnyTagClassName
{
color: #A0F67C;
}
</style>
background-color css
<style>
a { background-color: #A0F67C; }
a { background-color: rgb(160,246,124); }
div.DivClassName
{
background-color: #A0F67C;
}
.BgClassName
{
background-color: #A0F67C;
}
</style>
border-color css
<style>
span { border-color: #A0F67C; }
span { border-color: rgb(160,246,124); }
td.TdClassName
{
border-color: #A0F67C;
}
.TagClassName
{
border-color: #A0F67C;
}
</style>