Shades of Feijoa #A2D57A
Tints of Feijoa #A2D57A
RGB
CMYK
RGB Variations
Color information
#A2D57A (or 0xA2D57A) is known color: Feijoa. HEX triplet: A2, D5 and 7A. RGB value is (162,213,122). Sum of RGB (Red+Green+Blue) = 162+213+122=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D57A is #5D2A85. Grayscale: #BBBBBB. Windows color (decimal): -6105734 or 8050082. OLE color: 8050082.
HSL color Cylindrical-coordinate representation of color #A2D57A: hue angle of 93.63º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D57A is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 122 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.16 |
| HSL | 93.63º | 0.52% | 0.66% | - |
| HSV(B) | 93.63º | 0.43% | 0.84% | - |
| XYZ | 42.21 | 56.68 | 27.13 | - |
| YUV | 187.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 122 | 0.24 | 0 | 0.43 | 0.16 | 93.63 | 0.52 | 0.66 |
| Hex | A2 | D5 | 7A | 18 | 0 | 2B | 10 | 5E | 34 | 42 |
| Octal | 242 | 325 | 172 | 30 | 0 | 53 | 20 | 136 | 64 | 102 |
| Binary | 10100010 | 11010101 | 1111010 | 11000 | 0 | 101011 | 10000 | 1011110 | 110100 | 1000010 |
Color Harmonies of #A2D57A
Complementary color
Monochromatic Colors of #A2D57A
Black with #A2D57A
Text Example
Text Example
White with #A2D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D57A; }
p { color: rgb(162,213,122); }
H1.HeaderClassName
{
color: #A2D57A;
}
.AnyTagClassName
{
color: #A2D57A;
}
</style>
background-color css
<style>
a { background-color: #A2D57A; }
a { background-color: rgb(162,213,122); }
div.DivClassName
{
background-color: #A2D57A;
}
.BgClassName
{
background-color: #A2D57A;
}
</style>
border-color css
<style>
span { border-color: #A2D57A; }
span { border-color: rgb(162,213,122); }
td.TdClassName
{
border-color: #A2D57A;
}
.TagClassName
{
border-color: #A2D57A;
}
</style>