Shades of Feijoa #A0F37C
Tints of Feijoa #A0F37C
RGB
CMYK
RGB Variations
Color information
#A0F37C (or 0xA0F37C) is known color: Feijoa. HEX triplet: A0, F3 and 7C. RGB value is (160,243,124). Sum of RGB (Red+Green+Blue) = 160+243+124=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F37C is #5F0C83. Grayscale: #CDCDCD. Windows color (decimal): -6229124 or 8188832. OLE color: 8188832.
HSL color Cylindrical-coordinate representation of color #A0F37C: hue angle of 101.85º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0F37C is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 124 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.05 |
| HSL | 101.85º | 0.83% | 0.72% | - |
| HSV(B) | 101.85º | 0.49% | 0.95% | - |
| XYZ | 50.19 | 73.03 | 30.52 | - |
| YUV | 204.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 124 | 0.34 | 0 | 0.49 | 0.05 | 101.85 | 0.83 | 0.72 |
| Hex | A0 | F3 | 7C | 22 | 0 | 31 | 5 | 66 | 53 | 48 |
| Octal | 240 | 363 | 174 | 42 | 0 | 61 | 5 | 146 | 123 | 110 |
| Binary | 10100000 | 11110011 | 1111100 | 100010 | 0 | 110001 | 101 | 1100110 | 1010011 | 1001000 |
Color Harmonies of #A0F37C
Complementary color
Monochromatic Colors of #A0F37C
Black with #A0F37C
Text Example
Text Example
White with #A0F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F37C; }
p { color: rgb(160,243,124); }
H1.HeaderClassName
{
color: #A0F37C;
}
.AnyTagClassName
{
color: #A0F37C;
}
</style>
background-color css
<style>
a { background-color: #A0F37C; }
a { background-color: rgb(160,243,124); }
div.DivClassName
{
background-color: #A0F37C;
}
.BgClassName
{
background-color: #A0F37C;
}
</style>
border-color css
<style>
span { border-color: #A0F37C; }
span { border-color: rgb(160,243,124); }
td.TdClassName
{
border-color: #A0F37C;
}
.TagClassName
{
border-color: #A0F37C;
}
</style>