Shades of Feijoa #A2D975
Tints of Feijoa #A2D975
RGB
CMYK
RGB Variations
Color information
#A2D975 (or 0xA2D975) is known color: Feijoa. HEX triplet: A2, D9 and 75. RGB value is (162,217,117). Sum of RGB (Red+Green+Blue) = 162+217+117=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D975 is #5D268A. Grayscale: #BDBDBD. Windows color (decimal): -6104715 or 7723426. OLE color: 7723426.
HSL color Cylindrical-coordinate representation of color #A2D975: hue angle of 93º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D975 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 117 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.15 |
| HSL | 93º | 0.57% | 0.65% | - |
| HSV(B) | 93º | 0.46% | 0.85% | - |
| XYZ | 42.92 | 58.59 | 25.88 | - |
| YUV | 189.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 117 | 0.25 | 0 | 0.46 | 0.15 | 93 | 0.57 | 0.65 |
| Hex | A2 | D9 | 75 | 19 | 0 | 2E | F | 5D | 39 | 41 |
| Octal | 242 | 331 | 165 | 31 | 0 | 56 | 17 | 135 | 71 | 101 |
| Binary | 10100010 | 11011001 | 1110101 | 11001 | 0 | 101110 | 1111 | 1011101 | 111001 | 1000001 |
Color Harmonies of #A2D975
Complementary color
Monochromatic Colors of #A2D975
Black with #A2D975
Text Example
Text Example
White with #A2D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D975; }
p { color: rgb(162,217,117); }
H1.HeaderClassName
{
color: #A2D975;
}
.AnyTagClassName
{
color: #A2D975;
}
</style>
background-color css
<style>
a { background-color: #A2D975; }
a { background-color: rgb(162,217,117); }
div.DivClassName
{
background-color: #A2D975;
}
.BgClassName
{
background-color: #A2D975;
}
</style>
border-color css
<style>
span { border-color: #A2D975; }
span { border-color: rgb(162,217,117); }
td.TdClassName
{
border-color: #A2D975;
}
.TagClassName
{
border-color: #A2D975;
}
</style>