Shades of Feijoa #A2D07E
Tints of Feijoa #A2D07E
RGB
CMYK
RGB Variations
Color information
#A2D07E (or 0xA2D07E) is known color: Feijoa. HEX triplet: A2, D0 and 7E. RGB value is (162,208,126). Sum of RGB (Red+Green+Blue) = 162+208+126=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D07E is #5D2F81. Grayscale: #B9B9B9. Windows color (decimal): -6107010 or 8310946. OLE color: 8310946.
HSL color Cylindrical-coordinate representation of color #A2D07E: hue angle of 93.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2D07E is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 126 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.18 |
| HSL | 93.66º | 0.47% | 0.65% | - |
| HSV(B) | 93.66º | 0.39% | 0.82% | - |
| XYZ | 41.22 | 54.3 | 28.05 | - |
| YUV | 184.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 126 | 0.22 | 0 | 0.39 | 0.18 | 93.66 | 0.47 | 0.65 |
| Hex | A2 | D0 | 7E | 16 | 0 | 27 | 12 | 5E | 2F | 41 |
| Octal | 242 | 320 | 176 | 26 | 0 | 47 | 22 | 136 | 57 | 101 |
| Binary | 10100010 | 11010000 | 1111110 | 10110 | 0 | 100111 | 10010 | 1011110 | 101111 | 1000001 |
Color Harmonies of #A2D07E
Complementary color
Monochromatic Colors of #A2D07E
Black with #A2D07E
Text Example
Text Example
White with #A2D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D07E; }
p { color: rgb(162,208,126); }
H1.HeaderClassName
{
color: #A2D07E;
}
.AnyTagClassName
{
color: #A2D07E;
}
</style>
background-color css
<style>
a { background-color: #A2D07E; }
a { background-color: rgb(162,208,126); }
div.DivClassName
{
background-color: #A2D07E;
}
.BgClassName
{
background-color: #A2D07E;
}
</style>
border-color css
<style>
span { border-color: #A2D07E; }
span { border-color: rgb(162,208,126); }
td.TdClassName
{
border-color: #A2D07E;
}
.TagClassName
{
border-color: #A2D07E;
}
</style>