Shades of Feijoa #A1DA70
Tints of Feijoa #A1DA70
RGB
CMYK
RGB Variations
Color information
#A1DA70 (or 0xA1DA70) is known color: Feijoa. HEX triplet: A1, DA and 70. RGB value is (161,218,112). Sum of RGB (Red+Green+Blue) = 161+218+112=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA70 is #5E258F. Grayscale: #BDBDBD. Windows color (decimal): -6170000 or 7396001. OLE color: 7396001.
HSL color Cylindrical-coordinate representation of color #A1DA70: hue angle of 92.26º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1DA70 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
RGB | 161 | 218 | 112 | - |
CMYK | 0.26 | 0 | 0.49 | 0.15 |
HSL | 92.26º | 0.59% | 0.65% | - |
HSV(B) | 92.26º | 0.49% | 0.85% | - |
XYZ | 42.69 | 58.89 | 24.45 | - |
YUV | 188.87 | 84.62 | 108.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 218 | 112 | 0.26 | 0 | 0.49 | 0.15 | 92.26 | 0.59 | 0.65 |
Hex | A1 | DA | 70 | 1A | 0 | 31 | F | 5C | 3B | 41 |
Octal | 241 | 332 | 160 | 32 | 0 | 61 | 17 | 134 | 73 | 101 |
Binary | 10100001 | 11011010 | 1110000 | 11010 | 0 | 110001 | 1111 | 1011100 | 111011 | 1000001 |
Color Harmonies of #A1DA70
Complementary color
Monochromatic Colors of #A1DA70
Black with #A1DA70
Text Example
Text Example
White with #A1DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA70; }
p { color: rgb(161,218,112); }
H1.HeaderClassName
{
color: #A1DA70;
}
.AnyTagClassName
{
color: #A1DA70;
}
</style>
background-color css
<style>
a { background-color: #A1DA70; }
a { background-color: rgb(161,218,112); }
div.DivClassName
{
background-color: #A1DA70;
}
.BgClassName
{
background-color: #A1DA70;
}
</style>
border-color css
<style>
span { border-color: #A1DA70; }
span { border-color: rgb(161,218,112); }
td.TdClassName
{
border-color: #A1DA70;
}
.TagClassName
{
border-color: #A1DA70;
}
</style>