Shades of Feijoa #A0FF6E
Tints of Feijoa #A0FF6E
RGB
CMYK
RGB Variations
Color information
#A0FF6E (or 0xA0FF6E) is known color: Feijoa. HEX triplet: A0, FF and 6E. RGB value is (160,255,110). Sum of RGB (Red+Green+Blue) = 160+255+110=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF6E is #5F0091. Grayscale: #D2D2D2. Windows color (decimal): -6226066 or 7274400. OLE color: 7274400.
HSL color Cylindrical-coordinate representation of color #A0FF6E: hue angle of 99.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0FF6E is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 110 | - |
| CMYK | 0.37 | 0 | 0.57 | 0 |
| HSL | 99.31º | 1% | 0.72% | - |
| HSV(B) | 99.31º | 0.57% | 1% | - |
| XYZ | 53.07 | 80.12 | 27.42 | - |
| YUV | 210.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 110 | 0.37 | 0 | 0.57 | 0 | 99.31 | 1 | 0.72 |
| Hex | A0 | FF | 6E | 25 | 0 | 39 | 0 | 63 | 64 | 48 |
| Octal | 240 | 377 | 156 | 45 | 0 | 71 | 0 | 143 | 144 | 110 |
| Binary | 10100000 | 11111111 | 1101110 | 100101 | 0 | 111001 | 0 | 1100011 | 1100100 | 1001000 |
Color Harmonies of #A0FF6E
Complementary color
Monochromatic Colors of #A0FF6E
Black with #A0FF6E
Text Example
Text Example
White with #A0FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF6E; }
p { color: rgb(160,255,110); }
H1.HeaderClassName
{
color: #A0FF6E;
}
.AnyTagClassName
{
color: #A0FF6E;
}
</style>
background-color css
<style>
a { background-color: #A0FF6E; }
a { background-color: rgb(160,255,110); }
div.DivClassName
{
background-color: #A0FF6E;
}
.BgClassName
{
background-color: #A0FF6E;
}
</style>
border-color css
<style>
span { border-color: #A0FF6E; }
span { border-color: rgb(160,255,110); }
td.TdClassName
{
border-color: #A0FF6E;
}
.TagClassName
{
border-color: #A0FF6E;
}
</style>