Shades of Feijoa #A2D97F
Tints of Feijoa #A2D97F
RGB
CMYK
RGB Variations
Color information
#A2D97F (or 0xA2D97F) is known color: Feijoa. HEX triplet: A2, D9 and 7F. RGB value is (162,217,127). Sum of RGB (Red+Green+Blue) = 162+217+127=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D97F is #5D2680. Grayscale: #BEBEBE. Windows color (decimal): -6104705 or 8378786. OLE color: 8378786.
HSL color Cylindrical-coordinate representation of color #A2D97F: hue angle of 96.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D97F is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 127 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.15 |
| HSL | 96.67º | 0.54% | 0.67% | - |
| HSV(B) | 96.67º | 0.41% | 0.85% | - |
| XYZ | 43.54 | 58.84 | 29.14 | - |
| YUV | 190.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 127 | 0.25 | 0 | 0.41 | 0.15 | 96.67 | 0.54 | 0.67 |
| Hex | A2 | D9 | 7F | 19 | 0 | 29 | F | 61 | 36 | 43 |
| Octal | 242 | 331 | 177 | 31 | 0 | 51 | 17 | 141 | 66 | 103 |
| Binary | 10100010 | 11011001 | 1111111 | 11001 | 0 | 101001 | 1111 | 1100001 | 110110 | 1000011 |
Color Harmonies of #A2D97F
Complementary color
Monochromatic Colors of #A2D97F
Black with #A2D97F
Text Example
Text Example
White with #A2D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D97F; }
p { color: rgb(162,217,127); }
H1.HeaderClassName
{
color: #A2D97F;
}
.AnyTagClassName
{
color: #A2D97F;
}
</style>
background-color css
<style>
a { background-color: #A2D97F; }
a { background-color: rgb(162,217,127); }
div.DivClassName
{
background-color: #A2D97F;
}
.BgClassName
{
background-color: #A2D97F;
}
</style>
border-color css
<style>
span { border-color: #A2D97F; }
span { border-color: rgb(162,217,127); }
td.TdClassName
{
border-color: #A2D97F;
}
.TagClassName
{
border-color: #A2D97F;
}
</style>