Shades of Feijoa #A1D36F
Tints of Feijoa #A1D36F
RGB
CMYK
RGB Variations
Color information
#A1D36F (or 0xA1D36F) is known color: Feijoa. HEX triplet: A1, D3 and 6F. RGB value is (161,211,111). Sum of RGB (Red+Green+Blue) = 161+211+111=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D36F is #5E2C90. Grayscale: #B9B9B9. Windows color (decimal): -6171793 or 7328673. OLE color: 7328673.
HSL color Cylindrical-coordinate representation of color #A1D36F: hue angle of 90º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1D36F is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 111 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.17 |
| HSL | 90º | 0.53% | 0.63% | - |
| HSV(B) | 90º | 0.47% | 0.83% | - |
| XYZ | 40.86 | 55.31 | 23.56 | - |
| YUV | 184.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 111 | 0.24 | 0 | 0.47 | 0.17 | 90 | 0.53 | 0.63 |
| Hex | A1 | D3 | 6F | 18 | 0 | 2F | 11 | 5A | 35 | 3F |
| Octal | 241 | 323 | 157 | 30 | 0 | 57 | 21 | 132 | 65 | 77 |
| Binary | 10100001 | 11010011 | 1101111 | 11000 | 0 | 101111 | 10001 | 1011010 | 110101 | 111111 |
Color Harmonies of #A1D36F
Complementary color
Monochromatic Colors of #A1D36F
Black with #A1D36F
Text Example
Text Example
White with #A1D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D36F; }
p { color: rgb(161,211,111); }
H1.HeaderClassName
{
color: #A1D36F;
}
.AnyTagClassName
{
color: #A1D36F;
}
</style>
background-color css
<style>
a { background-color: #A1D36F; }
a { background-color: rgb(161,211,111); }
div.DivClassName
{
background-color: #A1D36F;
}
.BgClassName
{
background-color: #A1D36F;
}
</style>
border-color css
<style>
span { border-color: #A1D36F; }
span { border-color: rgb(161,211,111); }
td.TdClassName
{
border-color: #A1D36F;
}
.TagClassName
{
border-color: #A1D36F;
}
</style>