Shades of Feijoa #A1DD79
Tints of Feijoa #A1DD79
RGB
CMYK
RGB Variations
Color information
#A1DD79 (or 0xA1DD79) is known color: Feijoa. HEX triplet: A1, DD and 79. RGB value is (161,221,121). Sum of RGB (Red+Green+Blue) = 161+221+121=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD79 is #5E2286. Grayscale: #C0C0C0. Windows color (decimal): -6169223 or 7986593. OLE color: 7986593.
HSL color Cylindrical-coordinate representation of color #A1DD79: hue angle of 96º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1DD79 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 121 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.13 |
| HSL | 96º | 0.6% | 0.67% | - |
| HSV(B) | 96º | 0.45% | 0.87% | - |
| XYZ | 44.01 | 60.67 | 27.48 | - |
| YUV | 191.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 121 | 0.27 | 0 | 0.45 | 0.13 | 96 | 0.6 | 0.67 |
| Hex | A1 | DD | 79 | 1B | 0 | 2D | D | 60 | 3C | 43 |
| Octal | 241 | 335 | 171 | 33 | 0 | 55 | 15 | 140 | 74 | 103 |
| Binary | 10100001 | 11011101 | 1111001 | 11011 | 0 | 101101 | 1101 | 1100000 | 111100 | 1000011 |
Color Harmonies of #A1DD79
Complementary color
Monochromatic Colors of #A1DD79
Black with #A1DD79
Text Example
Text Example
White with #A1DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD79; }
p { color: rgb(161,221,121); }
H1.HeaderClassName
{
color: #A1DD79;
}
.AnyTagClassName
{
color: #A1DD79;
}
</style>
background-color css
<style>
a { background-color: #A1DD79; }
a { background-color: rgb(161,221,121); }
div.DivClassName
{
background-color: #A1DD79;
}
.BgClassName
{
background-color: #A1DD79;
}
</style>
border-color css
<style>
span { border-color: #A1DD79; }
span { border-color: rgb(161,221,121); }
td.TdClassName
{
border-color: #A1DD79;
}
.TagClassName
{
border-color: #A1DD79;
}
</style>