Shades of Feijoa #A1DD6D
Tints of Feijoa #A1DD6D
RGB
CMYK
RGB Variations
Color information
#A1DD6D (or 0xA1DD6D) is known color: Feijoa. HEX triplet: A1, DD and 6D. RGB value is (161,221,109). Sum of RGB (Red+Green+Blue) = 161+221+109=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD6D is #5E2292. Grayscale: #BEBEBE. Windows color (decimal): -6169235 or 7200161. OLE color: 7200161.
HSL color Cylindrical-coordinate representation of color #A1DD6D: hue angle of 92.14º degrees, saturation: 0.62, 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 #A1DD6D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 109 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.13 |
| HSL | 92.14º | 0.62% | 0.65% | - |
| HSV(B) | 92.14º | 0.51% | 0.87% | - |
| XYZ | 43.31 | 60.39 | 23.84 | - |
| YUV | 190.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 109 | 0.27 | 0 | 0.51 | 0.13 | 92.14 | 0.62 | 0.65 |
| Hex | A1 | DD | 6D | 1B | 0 | 33 | D | 5C | 3E | 41 |
| Octal | 241 | 335 | 155 | 33 | 0 | 63 | 15 | 134 | 76 | 101 |
| Binary | 10100001 | 11011101 | 1101101 | 11011 | 0 | 110011 | 1101 | 1011100 | 111110 | 1000001 |
Color Harmonies of #A1DD6D
Complementary color
Monochromatic Colors of #A1DD6D
Black with #A1DD6D
Text Example
Text Example
White with #A1DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD6D; }
p { color: rgb(161,221,109); }
H1.HeaderClassName
{
color: #A1DD6D;
}
.AnyTagClassName
{
color: #A1DD6D;
}
</style>
background-color css
<style>
a { background-color: #A1DD6D; }
a { background-color: rgb(161,221,109); }
div.DivClassName
{
background-color: #A1DD6D;
}
.BgClassName
{
background-color: #A1DD6D;
}
</style>
border-color css
<style>
span { border-color: #A1DD6D; }
span { border-color: rgb(161,221,109); }
td.TdClassName
{
border-color: #A1DD6D;
}
.TagClassName
{
border-color: #A1DD6D;
}
</style>