Shades of Feijoa #A2D57C
Tints of Feijoa #A2D57C
RGB
CMYK
RGB Variations
Color information
#A2D57C (or 0xA2D57C) is known color: Feijoa. HEX triplet: A2, D5 and 7C. RGB value is (162,213,124). Sum of RGB (Red+Green+Blue) = 162+213+124=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D57C is #5D2A83. Grayscale: #BBBBBB. Windows color (decimal): -6105732 or 8181154. OLE color: 8181154.
HSL color Cylindrical-coordinate representation of color #A2D57C: hue angle of 94.38º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D57C is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 124 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.16 |
| HSL | 94.38º | 0.51% | 0.66% | - |
| HSV(B) | 94.38º | 0.42% | 0.84% | - |
| XYZ | 42.33 | 56.73 | 27.79 | - |
| YUV | 187.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 124 | 0.24 | 0 | 0.42 | 0.16 | 94.38 | 0.51 | 0.66 |
| Hex | A2 | D5 | 7C | 18 | 0 | 2A | 10 | 5E | 33 | 42 |
| Octal | 242 | 325 | 174 | 30 | 0 | 52 | 20 | 136 | 63 | 102 |
| Binary | 10100010 | 11010101 | 1111100 | 11000 | 0 | 101010 | 10000 | 1011110 | 110011 | 1000010 |
Color Harmonies of #A2D57C
Complementary color
Monochromatic Colors of #A2D57C
Black with #A2D57C
Text Example
Text Example
White with #A2D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D57C; }
p { color: rgb(162,213,124); }
H1.HeaderClassName
{
color: #A2D57C;
}
.AnyTagClassName
{
color: #A2D57C;
}
</style>
background-color css
<style>
a { background-color: #A2D57C; }
a { background-color: rgb(162,213,124); }
div.DivClassName
{
background-color: #A2D57C;
}
.BgClassName
{
background-color: #A2D57C;
}
</style>
border-color css
<style>
span { border-color: #A2D57C; }
span { border-color: rgb(162,213,124); }
td.TdClassName
{
border-color: #A2D57C;
}
.TagClassName
{
border-color: #A2D57C;
}
</style>