Shades of Feijoa #A0F36C
Tints of Feijoa #A0F36C
RGB
CMYK
RGB Variations
Color information
#A0F36C (or 0xA0F36C) is known color: Feijoa. HEX triplet: A0, F3 and 6C. RGB value is (160,243,108). Sum of RGB (Red+Green+Blue) = 160+243+108=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F36C is #5F0C93. Grayscale: #CBCBCB. Windows color (decimal): -6229140 or 7140256. OLE color: 7140256.
HSL color Cylindrical-coordinate representation of color #A0F36C: hue angle of 96.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0F36C is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 108 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.05 |
| HSL | 96.89º | 0.85% | 0.69% | - |
| HSV(B) | 96.89º | 0.56% | 0.95% | - |
| XYZ | 49.25 | 72.66 | 25.62 | - |
| YUV | 202.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 108 | 0.34 | 0 | 0.56 | 0.05 | 96.89 | 0.85 | 0.69 |
| Hex | A0 | F3 | 6C | 22 | 0 | 38 | 5 | 61 | 55 | 45 |
| Octal | 240 | 363 | 154 | 42 | 0 | 70 | 5 | 141 | 125 | 105 |
| Binary | 10100000 | 11110011 | 1101100 | 100010 | 0 | 111000 | 101 | 1100001 | 1010101 | 1000101 |
Color Harmonies of #A0F36C
Complementary color
Monochromatic Colors of #A0F36C
Black with #A0F36C
Text Example
Text Example
White with #A0F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F36C; }
p { color: rgb(160,243,108); }
H1.HeaderClassName
{
color: #A0F36C;
}
.AnyTagClassName
{
color: #A0F36C;
}
</style>
background-color css
<style>
a { background-color: #A0F36C; }
a { background-color: rgb(160,243,108); }
div.DivClassName
{
background-color: #A0F36C;
}
.BgClassName
{
background-color: #A0F36C;
}
</style>
border-color css
<style>
span { border-color: #A0F36C; }
span { border-color: rgb(160,243,108); }
td.TdClassName
{
border-color: #A0F36C;
}
.TagClassName
{
border-color: #A0F36C;
}
</style>