Shades of Feijoa #A0DF6F
Tints of Feijoa #A0DF6F
RGB
CMYK
RGB Variations
Color information
#A0DF6F (or 0xA0DF6F) is known color: Feijoa. HEX triplet: A0, DF and 6F. RGB value is (160,223,111). Sum of RGB (Red+Green+Blue) = 160+223+111=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF6F is #5F2090. Grayscale: #BFBFBF. Windows color (decimal): -6234257 or 7331744. OLE color: 7331744.
HSL color Cylindrical-coordinate representation of color #A0DF6F: hue angle of 93.75º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0DF6F is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 111 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.13 |
| HSL | 93.75º | 0.64% | 0.65% | - |
| HSV(B) | 93.75º | 0.5% | 0.87% | - |
| XYZ | 43.75 | 61.4 | 24.58 | - |
| YUV | 191.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 111 | 0.28 | 0 | 0.50 | 0.13 | 93.75 | 0.64 | 0.65 |
| Hex | A0 | DF | 6F | 1C | 0 | 32 | D | 5E | 40 | 41 |
| Octal | 240 | 337 | 157 | 34 | 0 | 62 | 15 | 136 | 100 | 101 |
| Binary | 10100000 | 11011111 | 1101111 | 11100 | 0 | 110010 | 1101 | 1011110 | 1000000 | 1000001 |
Color Harmonies of #A0DF6F
Complementary color
Monochromatic Colors of #A0DF6F
Black with #A0DF6F
Text Example
Text Example
White with #A0DF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF6F; }
p { color: rgb(160,223,111); }
H1.HeaderClassName
{
color: #A0DF6F;
}
.AnyTagClassName
{
color: #A0DF6F;
}
</style>
background-color css
<style>
a { background-color: #A0DF6F; }
a { background-color: rgb(160,223,111); }
div.DivClassName
{
background-color: #A0DF6F;
}
.BgClassName
{
background-color: #A0DF6F;
}
</style>
border-color css
<style>
span { border-color: #A0DF6F; }
span { border-color: rgb(160,223,111); }
td.TdClassName
{
border-color: #A0DF6F;
}
.TagClassName
{
border-color: #A0DF6F;
}
</style>