Shades of Feijoa #A0FD67
Tints of Feijoa #A0FD67
RGB
CMYK
RGB Variations
Color information
#A0FD67 (or 0xA0FD67) is known color: Feijoa. HEX triplet: A0, FD and 67. RGB value is (160,253,103). Sum of RGB (Red+Green+Blue) = 160+253+103=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD67 is #5F0298. Grayscale: #D0D0D0. Windows color (decimal): -6226585 or 6815136. OLE color: 6815136.
HSL color Cylindrical-coordinate representation of color #A0FD67: hue angle of 97.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0FD67 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 103 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.01 |
| HSL | 97.2º | 0.97% | 0.7% | - |
| HSV(B) | 97.2º | 0.59% | 0.99% | - |
| XYZ | 52.07 | 78.7 | 25.28 | - |
| YUV | 208.09 | 68.69 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 103 | 0.37 | 0 | 0.59 | 0.01 | 97.2 | 0.97 | 0.7 |
| Hex | A0 | FD | 67 | 25 | 0 | 3B | 1 | 61 | 61 | 46 |
| Octal | 240 | 375 | 147 | 45 | 0 | 73 | 1 | 141 | 141 | 106 |
| Binary | 10100000 | 11111101 | 1100111 | 100101 | 0 | 111011 | 1 | 1100001 | 1100001 | 1000110 |
Color Harmonies of #A0FD67
Complementary color
Monochromatic Colors of #A0FD67
Black with #A0FD67
Text Example
Text Example
White with #A0FD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD67; }
p { color: rgb(160,253,103); }
H1.HeaderClassName
{
color: #A0FD67;
}
.AnyTagClassName
{
color: #A0FD67;
}
</style>
background-color css
<style>
a { background-color: #A0FD67; }
a { background-color: rgb(160,253,103); }
div.DivClassName
{
background-color: #A0FD67;
}
.BgClassName
{
background-color: #A0FD67;
}
</style>
border-color css
<style>
span { border-color: #A0FD67; }
span { border-color: rgb(160,253,103); }
td.TdClassName
{
border-color: #A0FD67;
}
.TagClassName
{
border-color: #A0FD67;
}
</style>