Shades of Feijoa #A2E57D
Tints of Feijoa #A2E57D
RGB
CMYK
RGB Variations
Color information
#A2E57D (or 0xA2E57D) is known color: Feijoa. HEX triplet: A2, E5 and 7D. RGB value is (162,229,125). Sum of RGB (Red+Green+Blue) = 162+229+125=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E57D is #5D1A82. Grayscale: #C5C5C5. Windows color (decimal): -6101635 or 8250786. OLE color: 8250786.
HSL color Cylindrical-coordinate representation of color #A2E57D: hue angle of 98.65º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2E57D is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 125 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.10 |
| HSL | 98.65º | 0.67% | 0.69% | - |
| HSV(B) | 98.65º | 0.45% | 0.9% | - |
| XYZ | 46.62 | 65.2 | 29.53 | - |
| YUV | 197.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 125 | 0.29 | 0 | 0.45 | 0.10 | 98.65 | 0.67 | 0.69 |
| Hex | A2 | E5 | 7D | 1D | 0 | 2D | A | 63 | 43 | 45 |
| Octal | 242 | 345 | 175 | 35 | 0 | 55 | 12 | 143 | 103 | 105 |
| Binary | 10100010 | 11100101 | 1111101 | 11101 | 0 | 101101 | 1010 | 1100011 | 1000011 | 1000101 |
Color Harmonies of #A2E57D
Complementary color
Monochromatic Colors of #A2E57D
Black with #A2E57D
Text Example
Text Example
White with #A2E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E57D; }
p { color: rgb(162,229,125); }
H1.HeaderClassName
{
color: #A2E57D;
}
.AnyTagClassName
{
color: #A2E57D;
}
</style>
background-color css
<style>
a { background-color: #A2E57D; }
a { background-color: rgb(162,229,125); }
div.DivClassName
{
background-color: #A2E57D;
}
.BgClassName
{
background-color: #A2E57D;
}
</style>
border-color css
<style>
span { border-color: #A2E57D; }
span { border-color: rgb(162,229,125); }
td.TdClassName
{
border-color: #A2E57D;
}
.TagClassName
{
border-color: #A2E57D;
}
</style>