Shades of Feijoa #A0F06A
Tints of Feijoa #A0F06A
RGB
CMYK
RGB Variations
Color information
#A0F06A (or 0xA0F06A) is known color: Feijoa. HEX triplet: A0, F0 and 6A. RGB value is (160,240,106). Sum of RGB (Red+Green+Blue) = 160+240+106=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F06A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F06A is #5F0F95. Grayscale: #C9C9C9. Windows color (decimal): -6229910 or 7008416. OLE color: 7008416.
HSL color Cylindrical-coordinate representation of color #A0F06A: hue angle of 95.82º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0F06A is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 106 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.06 |
| HSL | 95.82º | 0.82% | 0.68% | - |
| HSV(B) | 95.82º | 0.56% | 0.94% | - |
| XYZ | 48.26 | 70.83 | 24.76 | - |
| YUV | 200.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 106 | 0.33 | 0 | 0.56 | 0.06 | 95.82 | 0.82 | 0.68 |
| Hex | A0 | F0 | 6A | 21 | 0 | 38 | 6 | 60 | 52 | 44 |
| Octal | 240 | 360 | 152 | 41 | 0 | 70 | 6 | 140 | 122 | 104 |
| Binary | 10100000 | 11110000 | 1101010 | 100001 | 0 | 111000 | 110 | 1100000 | 1010010 | 1000100 |
Color Harmonies of #A0F06A
Complementary color
Monochromatic Colors of #A0F06A
Black with #A0F06A
Text Example
Text Example
White with #A0F06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F06A; }
p { color: rgb(160,240,106); }
H1.HeaderClassName
{
color: #A0F06A;
}
.AnyTagClassName
{
color: #A0F06A;
}
</style>
background-color css
<style>
a { background-color: #A0F06A; }
a { background-color: rgb(160,240,106); }
div.DivClassName
{
background-color: #A0F06A;
}
.BgClassName
{
background-color: #A0F06A;
}
</style>
border-color css
<style>
span { border-color: #A0F06A; }
span { border-color: rgb(160,240,106); }
td.TdClassName
{
border-color: #A0F06A;
}
.TagClassName
{
border-color: #A0F06A;
}
</style>