Shades of Feijoa #A2DA74
Tints of Feijoa #A2DA74
RGB
CMYK
RGB Variations
Color information
#A2DA74 (or 0xA2DA74) is known color: Feijoa. HEX triplet: A2, DA and 74. RGB value is (162,218,116). Sum of RGB (Red+Green+Blue) = 162+218+116=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA74 is #5D258B. Grayscale: #BDBDBD. Windows color (decimal): -6104460 or 7658146. OLE color: 7658146.
HSL color Cylindrical-coordinate representation of color #A2DA74: hue angle of 92.94º 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 #A2DA74 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 116 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.15 |
| HSL | 92.94º | 0.58% | 0.65% | - |
| HSV(B) | 92.94º | 0.47% | 0.85% | - |
| XYZ | 43.12 | 59.09 | 25.65 | - |
| YUV | 189.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 116 | 0.26 | 0 | 0.47 | 0.15 | 92.94 | 0.58 | 0.65 |
| Hex | A2 | DA | 74 | 1A | 0 | 2F | F | 5D | 3A | 41 |
| Octal | 242 | 332 | 164 | 32 | 0 | 57 | 17 | 135 | 72 | 101 |
| Binary | 10100010 | 11011010 | 1110100 | 11010 | 0 | 101111 | 1111 | 1011101 | 111010 | 1000001 |
Color Harmonies of #A2DA74
Complementary color
Monochromatic Colors of #A2DA74
Black with #A2DA74
Text Example
Text Example
White with #A2DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA74; }
p { color: rgb(162,218,116); }
H1.HeaderClassName
{
color: #A2DA74;
}
.AnyTagClassName
{
color: #A2DA74;
}
</style>
background-color css
<style>
a { background-color: #A2DA74; }
a { background-color: rgb(162,218,116); }
div.DivClassName
{
background-color: #A2DA74;
}
.BgClassName
{
background-color: #A2DA74;
}
</style>
border-color css
<style>
span { border-color: #A2DA74; }
span { border-color: rgb(162,218,116); }
td.TdClassName
{
border-color: #A2DA74;
}
.TagClassName
{
border-color: #A2DA74;
}
</style>