Shades of Feijoa #A1DD7F
Tints of Feijoa #A1DD7F
RGB
CMYK
RGB Variations
Color information
#A1DD7F (or 0xA1DD7F) is known color: Feijoa. HEX triplet: A1, DD and 7F. RGB value is (161,221,127). Sum of RGB (Red+Green+Blue) = 161+221+127=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD7F is #5E2280. Grayscale: #C0C0C0. Windows color (decimal): -6169217 or 8379809. OLE color: 8379809.
HSL color Cylindrical-coordinate representation of color #A1DD7F: hue angle of 98.3º degrees, saturation: 0.58, 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 #A1DD7F is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 127 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 98.3º | 0.58% | 0.68% | - |
| HSV(B) | 98.3º | 0.43% | 0.87% | - |
| XYZ | 44.39 | 60.82 | 29.48 | - |
| YUV | 192.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 127 | 0.27 | 0 | 0.43 | 0.13 | 98.3 | 0.58 | 0.68 |
| Hex | A1 | DD | 7F | 1B | 0 | 2B | D | 62 | 3A | 44 |
| Octal | 241 | 335 | 177 | 33 | 0 | 53 | 15 | 142 | 72 | 104 |
| Binary | 10100001 | 11011101 | 1111111 | 11011 | 0 | 101011 | 1101 | 1100010 | 111010 | 1000100 |
Color Harmonies of #A1DD7F
Complementary color
Monochromatic Colors of #A1DD7F
Black with #A1DD7F
Text Example
Text Example
White with #A1DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD7F; }
p { color: rgb(161,221,127); }
H1.HeaderClassName
{
color: #A1DD7F;
}
.AnyTagClassName
{
color: #A1DD7F;
}
</style>
background-color css
<style>
a { background-color: #A1DD7F; }
a { background-color: rgb(161,221,127); }
div.DivClassName
{
background-color: #A1DD7F;
}
.BgClassName
{
background-color: #A1DD7F;
}
</style>
border-color css
<style>
span { border-color: #A1DD7F; }
span { border-color: rgb(161,221,127); }
td.TdClassName
{
border-color: #A1DD7F;
}
.TagClassName
{
border-color: #A1DD7F;
}
</style>