Shades of Feijoa #A1DA74
Tints of Feijoa #A1DA74
RGB
CMYK
RGB Variations
Color information
#A1DA74 (or 0xA1DA74) is known color: Feijoa. HEX triplet: A1, DA and 74. RGB value is (161,218,116). Sum of RGB (Red+Green+Blue) = 161+218+116=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA74 is #5E258B. Grayscale: #BDBDBD. Windows color (decimal): -6169996 or 7658145. OLE color: 7658145.
HSL color Cylindrical-coordinate representation of color #A1DA74: hue angle of 93.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1DA74 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 116 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.15 |
| HSL | 93.53º | 0.58% | 0.65% | - |
| HSV(B) | 93.53º | 0.47% | 0.85% | - |
| XYZ | 42.92 | 58.98 | 25.65 | - |
| YUV | 189.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 116 | 0.26 | 0 | 0.47 | 0.15 | 93.53 | 0.58 | 0.65 |
| Hex | A1 | DA | 74 | 1A | 0 | 2F | F | 5E | 3A | 41 |
| Octal | 241 | 332 | 164 | 32 | 0 | 57 | 17 | 136 | 72 | 101 |
| Binary | 10100001 | 11011010 | 1110100 | 11010 | 0 | 101111 | 1111 | 1011110 | 111010 | 1000001 |
Color Harmonies of #A1DA74
Complementary color
Monochromatic Colors of #A1DA74
Black with #A1DA74
Text Example
Text Example
White with #A1DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA74; }
p { color: rgb(161,218,116); }
H1.HeaderClassName
{
color: #A1DA74;
}
.AnyTagClassName
{
color: #A1DA74;
}
</style>
background-color css
<style>
a { background-color: #A1DA74; }
a { background-color: rgb(161,218,116); }
div.DivClassName
{
background-color: #A1DA74;
}
.BgClassName
{
background-color: #A1DA74;
}
</style>
border-color css
<style>
span { border-color: #A1DA74; }
span { border-color: rgb(161,218,116); }
td.TdClassName
{
border-color: #A1DA74;
}
.TagClassName
{
border-color: #A1DA74;
}
</style>