Shades of Feijoa #A2E07B
Tints of Feijoa #A2E07B
RGB
CMYK
RGB Variations
Color information
#A2E07B (or 0xA2E07B) is known color: Feijoa. HEX triplet: A2, E0 and 7B. RGB value is (162,224,123). Sum of RGB (Red+Green+Blue) = 162+224+123=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E07B is #5D1F84. Grayscale: #C2C2C2. Windows color (decimal): -6102917 or 8118434. OLE color: 8118434.
HSL color Cylindrical-coordinate representation of color #A2E07B: hue angle of 96.83º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2E07B is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 123 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.12 |
| HSL | 96.83º | 0.62% | 0.68% | - |
| HSV(B) | 96.83º | 0.45% | 0.88% | - |
| XYZ | 45.13 | 62.42 | 28.41 | - |
| YUV | 193.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 123 | 0.28 | 0 | 0.45 | 0.12 | 96.83 | 0.62 | 0.68 |
| Hex | A2 | E0 | 7B | 1C | 0 | 2D | C | 61 | 3E | 44 |
| Octal | 242 | 340 | 173 | 34 | 0 | 55 | 14 | 141 | 76 | 104 |
| Binary | 10100010 | 11100000 | 1111011 | 11100 | 0 | 101101 | 1100 | 1100001 | 111110 | 1000100 |
Color Harmonies of #A2E07B
Complementary color
Monochromatic Colors of #A2E07B
Black with #A2E07B
Text Example
Text Example
White with #A2E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E07B; }
p { color: rgb(162,224,123); }
H1.HeaderClassName
{
color: #A2E07B;
}
.AnyTagClassName
{
color: #A2E07B;
}
</style>
background-color css
<style>
a { background-color: #A2E07B; }
a { background-color: rgb(162,224,123); }
div.DivClassName
{
background-color: #A2E07B;
}
.BgClassName
{
background-color: #A2E07B;
}
</style>
border-color css
<style>
span { border-color: #A2E07B; }
span { border-color: rgb(162,224,123); }
td.TdClassName
{
border-color: #A2E07B;
}
.TagClassName
{
border-color: #A2E07B;
}
</style>