Shades of Feijoa #A1DF7A
Tints of Feijoa #A1DF7A
RGB
CMYK
RGB Variations
Color information
#A1DF7A (or 0xA1DF7A) is known color: Feijoa. HEX triplet: A1, DF and 7A. RGB value is (161,223,122). Sum of RGB (Red+Green+Blue) = 161+223+122=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF7A is #5E2085. Grayscale: #C1C1C1. Windows color (decimal): -6168710 or 8052641. OLE color: 8052641.
HSL color Cylindrical-coordinate representation of color #A1DF7A: hue angle of 96.83º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1DF7A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 122 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.13 |
| HSL | 96.83º | 0.61% | 0.68% | - |
| HSV(B) | 96.83º | 0.45% | 0.87% | - |
| XYZ | 44.6 | 61.76 | 27.98 | - |
| YUV | 192.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 122 | 0.28 | 0 | 0.45 | 0.13 | 96.83 | 0.61 | 0.68 |
| Hex | A1 | DF | 7A | 1C | 0 | 2D | D | 61 | 3D | 44 |
| Octal | 241 | 337 | 172 | 34 | 0 | 55 | 15 | 141 | 75 | 104 |
| Binary | 10100001 | 11011111 | 1111010 | 11100 | 0 | 101101 | 1101 | 1100001 | 111101 | 1000100 |
Color Harmonies of #A1DF7A
Complementary color
Monochromatic Colors of #A1DF7A
Black with #A1DF7A
Text Example
Text Example
White with #A1DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF7A; }
p { color: rgb(161,223,122); }
H1.HeaderClassName
{
color: #A1DF7A;
}
.AnyTagClassName
{
color: #A1DF7A;
}
</style>
background-color css
<style>
a { background-color: #A1DF7A; }
a { background-color: rgb(161,223,122); }
div.DivClassName
{
background-color: #A1DF7A;
}
.BgClassName
{
background-color: #A1DF7A;
}
</style>
border-color css
<style>
span { border-color: #A1DF7A; }
span { border-color: rgb(161,223,122); }
td.TdClassName
{
border-color: #A1DF7A;
}
.TagClassName
{
border-color: #A1DF7A;
}
</style>