Shades of Feijoa #A2D07F
Tints of Feijoa #A2D07F
RGB
CMYK
RGB Variations
Color information
#A2D07F (or 0xA2D07F) is known color: Feijoa. HEX triplet: A2, D0 and 7F. RGB value is (162,208,127). Sum of RGB (Red+Green+Blue) = 162+208+127=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D07F is #5D2F80. Grayscale: #B9B9B9. Windows color (decimal): -6107009 or 8376482. OLE color: 8376482.
HSL color Cylindrical-coordinate representation of color #A2D07F: hue angle of 94.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2D07F is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 127 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.18 |
| HSL | 94.07º | 0.46% | 0.66% | - |
| HSV(B) | 94.07º | 0.39% | 0.82% | - |
| XYZ | 41.29 | 54.33 | 28.39 | - |
| YUV | 185.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 127 | 0.22 | 0 | 0.39 | 0.18 | 94.07 | 0.46 | 0.66 |
| Hex | A2 | D0 | 7F | 16 | 0 | 27 | 12 | 5E | 2E | 42 |
| Octal | 242 | 320 | 177 | 26 | 0 | 47 | 22 | 136 | 56 | 102 |
| Binary | 10100010 | 11010000 | 1111111 | 10110 | 0 | 100111 | 10010 | 1011110 | 101110 | 1000010 |
Color Harmonies of #A2D07F
Complementary color
Monochromatic Colors of #A2D07F
Black with #A2D07F
Text Example
Text Example
White with #A2D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D07F; }
p { color: rgb(162,208,127); }
H1.HeaderClassName
{
color: #A2D07F;
}
.AnyTagClassName
{
color: #A2D07F;
}
</style>
background-color css
<style>
a { background-color: #A2D07F; }
a { background-color: rgb(162,208,127); }
div.DivClassName
{
background-color: #A2D07F;
}
.BgClassName
{
background-color: #A2D07F;
}
</style>
border-color css
<style>
span { border-color: #A2D07F; }
span { border-color: rgb(162,208,127); }
td.TdClassName
{
border-color: #A2D07F;
}
.TagClassName
{
border-color: #A2D07F;
}
</style>