Shades of Feijoa #A2EA6E
Tints of Feijoa #A2EA6E
RGB
CMYK
RGB Variations
Color information
#A2EA6E (or 0xA2EA6E) is known color: Feijoa. HEX triplet: A2, EA and 6E. RGB value is (162,234,110). Sum of RGB (Red+Green+Blue) = 162+234+110=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA6E is #5D1591. Grayscale: #C6C6C6. Windows color (decimal): -6100370 or 7269026. OLE color: 7269026.
HSL color Cylindrical-coordinate representation of color #A2EA6E: hue angle of 94.84º 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 #A2EA6E is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 110 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.08 |
| HSL | 94.84º | 0.75% | 0.67% | - |
| HSV(B) | 94.84º | 0.53% | 0.92% | - |
| XYZ | 47.14 | 67.65 | 25.33 | - |
| YUV | 198.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 110 | 0.31 | 0 | 0.53 | 0.08 | 94.84 | 0.75 | 0.67 |
| Hex | A2 | EA | 6E | 1F | 0 | 35 | 8 | 5F | 4B | 43 |
| Octal | 242 | 352 | 156 | 37 | 0 | 65 | 10 | 137 | 113 | 103 |
| Binary | 10100010 | 11101010 | 1101110 | 11111 | 0 | 110101 | 1000 | 1011111 | 1001011 | 1000011 |
Color Harmonies of #A2EA6E
Complementary color
Monochromatic Colors of #A2EA6E
Black with #A2EA6E
Text Example
Text Example
White with #A2EA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA6E; }
p { color: rgb(162,234,110); }
H1.HeaderClassName
{
color: #A2EA6E;
}
.AnyTagClassName
{
color: #A2EA6E;
}
</style>
background-color css
<style>
a { background-color: #A2EA6E; }
a { background-color: rgb(162,234,110); }
div.DivClassName
{
background-color: #A2EA6E;
}
.BgClassName
{
background-color: #A2EA6E;
}
</style>
border-color css
<style>
span { border-color: #A2EA6E; }
span { border-color: rgb(162,234,110); }
td.TdClassName
{
border-color: #A2EA6E;
}
.TagClassName
{
border-color: #A2EA6E;
}
</style>