Shades of Feijoa #A0FF74
Tints of Feijoa #A0FF74
RGB
CMYK
RGB Variations
Color information
#A0FF74 (or 0xA0FF74) is known color: Feijoa. HEX triplet: A0, FF and 74. RGB value is (160,255,116). Sum of RGB (Red+Green+Blue) = 160+255+116=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF74 is #5F008B. Grayscale: #D3D3D3. Windows color (decimal): -6226060 or 7667616. OLE color: 7667616.
HSL color Cylindrical-coordinate representation of color #A0FF74: hue angle of 101.01º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0FF74 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 116 | - |
| CMYK | 0.37 | 0 | 0.55 | 0 |
| HSL | 101.01º | 1% | 0.73% | - |
| HSV(B) | 101.01º | 0.55% | 1% | - |
| XYZ | 53.41 | 80.25 | 29.2 | - |
| YUV | 210.75 | 74.53 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 116 | 0.37 | 0 | 0.55 | 0 | 101.01 | 1 | 0.73 |
| Hex | A0 | FF | 74 | 25 | 0 | 37 | 0 | 65 | 64 | 49 |
| Octal | 240 | 377 | 164 | 45 | 0 | 67 | 0 | 145 | 144 | 111 |
| Binary | 10100000 | 11111111 | 1110100 | 100101 | 0 | 110111 | 0 | 1100101 | 1100100 | 1001001 |
Color Harmonies of #A0FF74
Complementary color
Monochromatic Colors of #A0FF74
Black with #A0FF74
Text Example
Text Example
White with #A0FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF74; }
p { color: rgb(160,255,116); }
H1.HeaderClassName
{
color: #A0FF74;
}
.AnyTagClassName
{
color: #A0FF74;
}
</style>
background-color css
<style>
a { background-color: #A0FF74; }
a { background-color: rgb(160,255,116); }
div.DivClassName
{
background-color: #A0FF74;
}
.BgClassName
{
background-color: #A0FF74;
}
</style>
border-color css
<style>
span { border-color: #A0FF74; }
span { border-color: rgb(160,255,116); }
td.TdClassName
{
border-color: #A0FF74;
}
.TagClassName
{
border-color: #A0FF74;
}
</style>