Shades of Feijoa #A1DF6E
Tints of Feijoa #A1DF6E
RGB
CMYK
RGB Variations
Color information
#A1DF6E (or 0xA1DF6E) is known color: Feijoa. HEX triplet: A1, DF and 6E. RGB value is (161,223,110). Sum of RGB (Red+Green+Blue) = 161+223+110=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF6E is #5E2091. Grayscale: #BFBFBF. Windows color (decimal): -6168722 or 7266209. OLE color: 7266209.
HSL color Cylindrical-coordinate representation of color #A1DF6E: hue angle of 92.92º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1DF6E is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 110 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.13 |
| HSL | 92.92º | 0.64% | 0.65% | - |
| HSV(B) | 92.92º | 0.51% | 0.87% | - |
| XYZ | 43.9 | 61.48 | 24.3 | - |
| YUV | 191.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 110 | 0.28 | 0 | 0.51 | 0.13 | 92.92 | 0.64 | 0.65 |
| Hex | A1 | DF | 6E | 1C | 0 | 33 | D | 5D | 40 | 41 |
| Octal | 241 | 337 | 156 | 34 | 0 | 63 | 15 | 135 | 100 | 101 |
| Binary | 10100001 | 11011111 | 1101110 | 11100 | 0 | 110011 | 1101 | 1011101 | 1000000 | 1000001 |
Color Harmonies of #A1DF6E
Complementary color
Monochromatic Colors of #A1DF6E
Black with #A1DF6E
Text Example
Text Example
White with #A1DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF6E; }
p { color: rgb(161,223,110); }
H1.HeaderClassName
{
color: #A1DF6E;
}
.AnyTagClassName
{
color: #A1DF6E;
}
</style>
background-color css
<style>
a { background-color: #A1DF6E; }
a { background-color: rgb(161,223,110); }
div.DivClassName
{
background-color: #A1DF6E;
}
.BgClassName
{
background-color: #A1DF6E;
}
</style>
border-color css
<style>
span { border-color: #A1DF6E; }
span { border-color: rgb(161,223,110); }
td.TdClassName
{
border-color: #A1DF6E;
}
.TagClassName
{
border-color: #A1DF6E;
}
</style>