Shades of Feijoa #A1DF7E
Tints of Feijoa #A1DF7E
RGB
CMYK
RGB Variations
Color information
#A1DF7E (or 0xA1DF7E) is known color: Feijoa. HEX triplet: A1, DF and 7E. RGB value is (161,223,126). Sum of RGB (Red+Green+Blue) = 161+223+126=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF7E is #5E2081. Grayscale: #C1C1C1. Windows color (decimal): -6168706 or 8314785. OLE color: 8314785.
HSL color Cylindrical-coordinate representation of color #A1DF7E: hue angle of 98.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1DF7E is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 126 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.13 |
| HSL | 98.35º | 0.6% | 0.68% | - |
| HSV(B) | 98.35º | 0.43% | 0.87% | - |
| XYZ | 44.85 | 61.86 | 29.31 | - |
| YUV | 193.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 126 | 0.28 | 0 | 0.43 | 0.13 | 98.35 | 0.6 | 0.68 |
| Hex | A1 | DF | 7E | 1C | 0 | 2B | D | 62 | 3C | 44 |
| Octal | 241 | 337 | 176 | 34 | 0 | 53 | 15 | 142 | 74 | 104 |
| Binary | 10100001 | 11011111 | 1111110 | 11100 | 0 | 101011 | 1101 | 1100010 | 111100 | 1000100 |
Color Harmonies of #A1DF7E
Complementary color
Monochromatic Colors of #A1DF7E
Black with #A1DF7E
Text Example
Text Example
White with #A1DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF7E; }
p { color: rgb(161,223,126); }
H1.HeaderClassName
{
color: #A1DF7E;
}
.AnyTagClassName
{
color: #A1DF7E;
}
</style>
background-color css
<style>
a { background-color: #A1DF7E; }
a { background-color: rgb(161,223,126); }
div.DivClassName
{
background-color: #A1DF7E;
}
.BgClassName
{
background-color: #A1DF7E;
}
</style>
border-color css
<style>
span { border-color: #A1DF7E; }
span { border-color: rgb(161,223,126); }
td.TdClassName
{
border-color: #A1DF7E;
}
.TagClassName
{
border-color: #A1DF7E;
}
</style>