Shades of Feijoa #A2EA6D
Tints of Feijoa #A2EA6D
RGB
CMYK
RGB Variations
Color information
#A2EA6D (or 0xA2EA6D) is known color: Feijoa. HEX triplet: A2, EA and 6D. RGB value is (162,234,109). Sum of RGB (Red+Green+Blue) = 162+234+109=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA6D is #5D1592. Grayscale: #C6C6C6. Windows color (decimal): -6100371 or 7203490. OLE color: 7203490.
HSL color Cylindrical-coordinate representation of color #A2EA6D: hue angle of 94.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2EA6D is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 109 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.08 |
| HSL | 94.56º | 0.75% | 0.67% | - |
| HSV(B) | 94.56º | 0.53% | 0.92% | - |
| XYZ | 47.08 | 67.63 | 25.04 | - |
| YUV | 198.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 109 | 0.31 | 0 | 0.53 | 0.08 | 94.56 | 0.75 | 0.67 |
| Hex | A2 | EA | 6D | 1F | 0 | 35 | 8 | 5F | 4B | 43 |
| Octal | 242 | 352 | 155 | 37 | 0 | 65 | 10 | 137 | 113 | 103 |
| Binary | 10100010 | 11101010 | 1101101 | 11111 | 0 | 110101 | 1000 | 1011111 | 1001011 | 1000011 |
Color Harmonies of #A2EA6D
Complementary color
Monochromatic Colors of #A2EA6D
Black with #A2EA6D
Text Example
Text Example
White with #A2EA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA6D; }
p { color: rgb(162,234,109); }
H1.HeaderClassName
{
color: #A2EA6D;
}
.AnyTagClassName
{
color: #A2EA6D;
}
</style>
background-color css
<style>
a { background-color: #A2EA6D; }
a { background-color: rgb(162,234,109); }
div.DivClassName
{
background-color: #A2EA6D;
}
.BgClassName
{
background-color: #A2EA6D;
}
</style>
border-color css
<style>
span { border-color: #A2EA6D; }
span { border-color: rgb(162,234,109); }
td.TdClassName
{
border-color: #A2EA6D;
}
.TagClassName
{
border-color: #A2EA6D;
}
</style>