Shades of Feijoa #A1DA85
Tints of Feijoa #A1DA85
RGB
CMYK
RGB Variations
Color information
#A1DA85 (or 0xA1DA85) is known color: Feijoa. HEX triplet: A1, DA and 85. RGB value is (161,218,133). Sum of RGB (Red+Green+Blue) = 161+218+133=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA85 is #5E257A. Grayscale: #BFBFBF. Windows color (decimal): -6169979 or 8772257. OLE color: 8772257.
HSL color Cylindrical-coordinate representation of color #A1DA85: hue angle of 100.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1DA85 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 133 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.15 |
| HSL | 100.24º | 0.53% | 0.69% | - |
| HSV(B) | 100.24º | 0.39% | 0.85% | - |
| XYZ | 44 | 59.41 | 31.34 | - |
| YUV | 191.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 133 | 0.26 | 0 | 0.39 | 0.15 | 100.24 | 0.53 | 0.69 |
| Hex | A1 | DA | 85 | 1A | 0 | 27 | F | 64 | 35 | 45 |
| Octal | 241 | 332 | 205 | 32 | 0 | 47 | 17 | 144 | 65 | 105 |
| Binary | 10100001 | 11011010 | 10000101 | 11010 | 0 | 100111 | 1111 | 1100100 | 110101 | 1000101 |
Color Harmonies of #A1DA85
Complementary color
Monochromatic Colors of #A1DA85
Black with #A1DA85
Text Example
Text Example
White with #A1DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA85; }
p { color: rgb(161,218,133); }
H1.HeaderClassName
{
color: #A1DA85;
}
.AnyTagClassName
{
color: #A1DA85;
}
</style>
background-color css
<style>
a { background-color: #A1DA85; }
a { background-color: rgb(161,218,133); }
div.DivClassName
{
background-color: #A1DA85;
}
.BgClassName
{
background-color: #A1DA85;
}
</style>
border-color css
<style>
span { border-color: #A1DA85; }
span { border-color: rgb(161,218,133); }
td.TdClassName
{
border-color: #A1DA85;
}
.TagClassName
{
border-color: #A1DA85;
}
</style>