Shades of Feijoa #A0F06C
Tints of Feijoa #A0F06C
RGB
CMYK
RGB Variations
Color information
#A0F06C (or 0xA0F06C) is known color: Feijoa. HEX triplet: A0, F0 and 6C. RGB value is (160,240,108). Sum of RGB (Red+Green+Blue) = 160+240+108=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F06C is #5F0F93. Grayscale: #C9C9C9. Windows color (decimal): -6229908 or 7139488. OLE color: 7139488.
HSL color Cylindrical-coordinate representation of color #A0F06C: hue angle of 96.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0F06C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 108 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.06 |
| HSL | 96.36º | 0.81% | 0.68% | - |
| HSV(B) | 96.36º | 0.55% | 0.94% | - |
| XYZ | 48.36 | 70.88 | 25.32 | - |
| YUV | 201.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 108 | 0.33 | 0 | 0.55 | 0.06 | 96.36 | 0.81 | 0.68 |
| Hex | A0 | F0 | 6C | 21 | 0 | 37 | 6 | 60 | 51 | 44 |
| Octal | 240 | 360 | 154 | 41 | 0 | 67 | 6 | 140 | 121 | 104 |
| Binary | 10100000 | 11110000 | 1101100 | 100001 | 0 | 110111 | 110 | 1100000 | 1010001 | 1000100 |
Color Harmonies of #A0F06C
Complementary color
Monochromatic Colors of #A0F06C
Black with #A0F06C
Text Example
Text Example
White with #A0F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F06C; }
p { color: rgb(160,240,108); }
H1.HeaderClassName
{
color: #A0F06C;
}
.AnyTagClassName
{
color: #A0F06C;
}
</style>
background-color css
<style>
a { background-color: #A0F06C; }
a { background-color: rgb(160,240,108); }
div.DivClassName
{
background-color: #A0F06C;
}
.BgClassName
{
background-color: #A0F06C;
}
</style>
border-color css
<style>
span { border-color: #A0F06C; }
span { border-color: rgb(160,240,108); }
td.TdClassName
{
border-color: #A0F06C;
}
.TagClassName
{
border-color: #A0F06C;
}
</style>