Shades of Feijoa #A2DA77
Tints of Feijoa #A2DA77
RGB
CMYK
RGB Variations
Color information
#A2DA77 (or 0xA2DA77) is known color: Feijoa. HEX triplet: A2, DA and 77. RGB value is (162,218,119). Sum of RGB (Red+Green+Blue) = 162+218+119=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA77 is #5D2588. Grayscale: #BEBEBE. Windows color (decimal): -6104457 or 7854754. OLE color: 7854754.
HSL color Cylindrical-coordinate representation of color #A2DA77: hue angle of 93.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2DA77 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 119 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.15 |
| HSL | 93.94º | 0.57% | 0.66% | - |
| HSV(B) | 93.94º | 0.45% | 0.85% | - |
| XYZ | 43.3 | 59.16 | 26.59 | - |
| YUV | 189.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 119 | 0.26 | 0 | 0.45 | 0.15 | 93.94 | 0.57 | 0.66 |
| Hex | A2 | DA | 77 | 1A | 0 | 2D | F | 5E | 39 | 42 |
| Octal | 242 | 332 | 167 | 32 | 0 | 55 | 17 | 136 | 71 | 102 |
| Binary | 10100010 | 11011010 | 1110111 | 11010 | 0 | 101101 | 1111 | 1011110 | 111001 | 1000010 |
Color Harmonies of #A2DA77
Complementary color
Monochromatic Colors of #A2DA77
Black with #A2DA77
Text Example
Text Example
White with #A2DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA77; }
p { color: rgb(162,218,119); }
H1.HeaderClassName
{
color: #A2DA77;
}
.AnyTagClassName
{
color: #A2DA77;
}
</style>
background-color css
<style>
a { background-color: #A2DA77; }
a { background-color: rgb(162,218,119); }
div.DivClassName
{
background-color: #A2DA77;
}
.BgClassName
{
background-color: #A2DA77;
}
</style>
border-color css
<style>
span { border-color: #A2DA77; }
span { border-color: rgb(162,218,119); }
td.TdClassName
{
border-color: #A2DA77;
}
.TagClassName
{
border-color: #A2DA77;
}
</style>