Shades of Feijoa #A2D97D
Tints of Feijoa #A2D97D
RGB
CMYK
RGB Variations
Color information
#A2D97D (or 0xA2D97D) is known color: Feijoa. HEX triplet: A2, D9 and 7D. RGB value is (162,217,125). Sum of RGB (Red+Green+Blue) = 162+217+125=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D97D is #5D2682. Grayscale: #BEBEBE. Windows color (decimal): -6104707 or 8247714. OLE color: 8247714.
HSL color Cylindrical-coordinate representation of color #A2D97D: hue angle of 95.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D97D is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 125 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.15 |
| HSL | 95.87º | 0.55% | 0.67% | - |
| HSV(B) | 95.87º | 0.42% | 0.85% | - |
| XYZ | 43.41 | 58.79 | 28.46 | - |
| YUV | 190.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 125 | 0.25 | 0 | 0.42 | 0.15 | 95.87 | 0.55 | 0.67 |
| Hex | A2 | D9 | 7D | 19 | 0 | 2A | F | 60 | 37 | 43 |
| Octal | 242 | 331 | 175 | 31 | 0 | 52 | 17 | 140 | 67 | 103 |
| Binary | 10100010 | 11011001 | 1111101 | 11001 | 0 | 101010 | 1111 | 1100000 | 110111 | 1000011 |
Color Harmonies of #A2D97D
Complementary color
Monochromatic Colors of #A2D97D
Black with #A2D97D
Text Example
Text Example
White with #A2D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D97D; }
p { color: rgb(162,217,125); }
H1.HeaderClassName
{
color: #A2D97D;
}
.AnyTagClassName
{
color: #A2D97D;
}
</style>
background-color css
<style>
a { background-color: #A2D97D; }
a { background-color: rgb(162,217,125); }
div.DivClassName
{
background-color: #A2D97D;
}
.BgClassName
{
background-color: #A2D97D;
}
</style>
border-color css
<style>
span { border-color: #A2D97D; }
span { border-color: rgb(162,217,125); }
td.TdClassName
{
border-color: #A2D97D;
}
.TagClassName
{
border-color: #A2D97D;
}
</style>