Shades of Feijoa #A2D969
Tints of Feijoa #A2D969
RGB
CMYK
RGB Variations
Color information
#A2D969 (or 0xA2D969) is known color: Feijoa. HEX triplet: A2, D9 and 69. RGB value is (162,217,105). Sum of RGB (Red+Green+Blue) = 162+217+105=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D969 is #5D2696. Grayscale: #BCBCBC. Windows color (decimal): -6104727 or 6936994. OLE color: 6936994.
HSL color Cylindrical-coordinate representation of color #A2D969: hue angle of 89.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D969 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 105 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.15 |
| HSL | 89.46º | 0.6% | 0.63% | - |
| HSV(B) | 89.46º | 0.52% | 0.85% | - |
| XYZ | 42.26 | 58.33 | 22.4 | - |
| YUV | 187.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 105 | 0.25 | 0 | 0.52 | 0.15 | 89.46 | 0.6 | 0.63 |
| Hex | A2 | D9 | 69 | 19 | 0 | 34 | F | 59 | 3C | 3F |
| Octal | 242 | 331 | 151 | 31 | 0 | 64 | 17 | 131 | 74 | 77 |
| Binary | 10100010 | 11011001 | 1101001 | 11001 | 0 | 110100 | 1111 | 1011001 | 111100 | 111111 |
Color Harmonies of #A2D969
Complementary color
Monochromatic Colors of #A2D969
Black with #A2D969
Text Example
Text Example
White with #A2D969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D969; }
p { color: rgb(162,217,105); }
H1.HeaderClassName
{
color: #A2D969;
}
.AnyTagClassName
{
color: #A2D969;
}
</style>
background-color css
<style>
a { background-color: #A2D969; }
a { background-color: rgb(162,217,105); }
div.DivClassName
{
background-color: #A2D969;
}
.BgClassName
{
background-color: #A2D969;
}
</style>
border-color css
<style>
span { border-color: #A2D969; }
span { border-color: rgb(162,217,105); }
td.TdClassName
{
border-color: #A2D969;
}
.TagClassName
{
border-color: #A2D969;
}
</style>