Shades of Feijoa #A1DD83
Tints of Feijoa #A1DD83
RGB
CMYK
RGB Variations
Color information
#A1DD83 (or 0xA1DD83) is known color: Feijoa. HEX triplet: A1, DD and 83. RGB value is (161,221,131). Sum of RGB (Red+Green+Blue) = 161+221+131=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD83 is #5E227C. Grayscale: #C1C1C1. Windows color (decimal): -6169213 or 8641953. OLE color: 8641953.
HSL color Cylindrical-coordinate representation of color #A1DD83: hue angle of 100º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1DD83 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 131 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.13 |
| HSL | 100º | 0.57% | 0.69% | - |
| HSV(B) | 100º | 0.41% | 0.87% | - |
| XYZ | 44.65 | 60.93 | 30.88 | - |
| YUV | 192.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 131 | 0.27 | 0 | 0.41 | 0.13 | 100 | 0.57 | 0.69 |
| Hex | A1 | DD | 83 | 1B | 0 | 29 | D | 64 | 39 | 45 |
| Octal | 241 | 335 | 203 | 33 | 0 | 51 | 15 | 144 | 71 | 105 |
| Binary | 10100001 | 11011101 | 10000011 | 11011 | 0 | 101001 | 1101 | 1100100 | 111001 | 1000101 |
Color Harmonies of #A1DD83
Complementary color
Monochromatic Colors of #A1DD83
Black with #A1DD83
Text Example
Text Example
White with #A1DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD83; }
p { color: rgb(161,221,131); }
H1.HeaderClassName
{
color: #A1DD83;
}
.AnyTagClassName
{
color: #A1DD83;
}
</style>
background-color css
<style>
a { background-color: #A1DD83; }
a { background-color: rgb(161,221,131); }
div.DivClassName
{
background-color: #A1DD83;
}
.BgClassName
{
background-color: #A1DD83;
}
</style>
border-color css
<style>
span { border-color: #A1DD83; }
span { border-color: rgb(161,221,131); }
td.TdClassName
{
border-color: #A1DD83;
}
.TagClassName
{
border-color: #A1DD83;
}
</style>