Shades of Feijoa #A2D875
Tints of Feijoa #A2D875
RGB
CMYK
RGB Variations
Color information
#A2D875 (or 0xA2D875) is known color: Feijoa. HEX triplet: A2, D8 and 75. RGB value is (162,216,117). Sum of RGB (Red+Green+Blue) = 162+216+117=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D875 is #5D278A. Grayscale: #BCBCBC. Windows color (decimal): -6104971 or 7723170. OLE color: 7723170.
HSL color Cylindrical-coordinate representation of color #A2D875: hue angle of 92.73º degrees, saturation: 0.56, 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 #A2D875 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 117 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.15 |
| HSL | 92.73º | 0.56% | 0.65% | - |
| HSV(B) | 92.73º | 0.46% | 0.85% | - |
| XYZ | 42.67 | 58.08 | 25.79 | - |
| YUV | 188.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 117 | 0.25 | 0 | 0.46 | 0.15 | 92.73 | 0.56 | 0.65 |
| Hex | A2 | D8 | 75 | 19 | 0 | 2E | F | 5D | 38 | 41 |
| Octal | 242 | 330 | 165 | 31 | 0 | 56 | 17 | 135 | 70 | 101 |
| Binary | 10100010 | 11011000 | 1110101 | 11001 | 0 | 101110 | 1111 | 1011101 | 111000 | 1000001 |
Color Harmonies of #A2D875
Complementary color
Monochromatic Colors of #A2D875
Black with #A2D875
Text Example
Text Example
White with #A2D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D875; }
p { color: rgb(162,216,117); }
H1.HeaderClassName
{
color: #A2D875;
}
.AnyTagClassName
{
color: #A2D875;
}
</style>
background-color css
<style>
a { background-color: #A2D875; }
a { background-color: rgb(162,216,117); }
div.DivClassName
{
background-color: #A2D875;
}
.BgClassName
{
background-color: #A2D875;
}
</style>
border-color css
<style>
span { border-color: #A2D875; }
span { border-color: rgb(162,216,117); }
td.TdClassName
{
border-color: #A2D875;
}
.TagClassName
{
border-color: #A2D875;
}
</style>