Shades of Feijoa #A2D77E
Tints of Feijoa #A2D77E
RGB
CMYK
RGB Variations
Color information
#A2D77E (or 0xA2D77E) is known color: Feijoa. HEX triplet: A2, D7 and 7E. RGB value is (162,215,126). Sum of RGB (Red+Green+Blue) = 162+215+126=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D77E is #5D2881. Grayscale: #BDBDBD. Windows color (decimal): -6105218 or 8312738. OLE color: 8312738.
HSL color Cylindrical-coordinate representation of color #A2D77E: hue angle of 95.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D77E is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 126 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.16 |
| HSL | 95.73º | 0.53% | 0.67% | - |
| HSV(B) | 95.73º | 0.41% | 0.84% | - |
| XYZ | 42.97 | 57.79 | 28.63 | - |
| YUV | 189.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 126 | 0.25 | 0 | 0.41 | 0.16 | 95.73 | 0.53 | 0.67 |
| Hex | A2 | D7 | 7E | 19 | 0 | 29 | 10 | 60 | 35 | 43 |
| Octal | 242 | 327 | 176 | 31 | 0 | 51 | 20 | 140 | 65 | 103 |
| Binary | 10100010 | 11010111 | 1111110 | 11001 | 0 | 101001 | 10000 | 1100000 | 110101 | 1000011 |
Color Harmonies of #A2D77E
Complementary color
Monochromatic Colors of #A2D77E
Black with #A2D77E
Text Example
Text Example
White with #A2D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D77E; }
p { color: rgb(162,215,126); }
H1.HeaderClassName
{
color: #A2D77E;
}
.AnyTagClassName
{
color: #A2D77E;
}
</style>
background-color css
<style>
a { background-color: #A2D77E; }
a { background-color: rgb(162,215,126); }
div.DivClassName
{
background-color: #A2D77E;
}
.BgClassName
{
background-color: #A2D77E;
}
</style>
border-color css
<style>
span { border-color: #A2D77E; }
span { border-color: rgb(162,215,126); }
td.TdClassName
{
border-color: #A2D77E;
}
.TagClassName
{
border-color: #A2D77E;
}
</style>