Shades of Feijoa #A2D16F
Tints of Feijoa #A2D16F
RGB
CMYK
RGB Variations
Color information
#A2D16F (or 0xA2D16F) is known color: Feijoa. HEX triplet: A2, D1 and 6F. RGB value is (162,209,111). Sum of RGB (Red+Green+Blue) = 162+209+111=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D16F is #5D2E90. Grayscale: #B8B8B8. Windows color (decimal): -6106769 or 7328162. OLE color: 7328162.
HSL color Cylindrical-coordinate representation of color #A2D16F: hue angle of 88.78º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D16F is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 111 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.18 |
| HSL | 88.78º | 0.52% | 0.63% | - |
| HSV(B) | 88.78º | 0.47% | 0.82% | - |
| XYZ | 40.57 | 54.43 | 23.41 | - |
| YUV | 183.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 111 | 0.22 | 0 | 0.47 | 0.18 | 88.78 | 0.52 | 0.63 |
| Hex | A2 | D1 | 6F | 16 | 0 | 2F | 12 | 59 | 34 | 3F |
| Octal | 242 | 321 | 157 | 26 | 0 | 57 | 22 | 131 | 64 | 77 |
| Binary | 10100010 | 11010001 | 1101111 | 10110 | 0 | 101111 | 10010 | 1011001 | 110100 | 111111 |
Color Harmonies of #A2D16F
Complementary color
Monochromatic Colors of #A2D16F
Black with #A2D16F
Text Example
Text Example
White with #A2D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D16F; }
p { color: rgb(162,209,111); }
H1.HeaderClassName
{
color: #A2D16F;
}
.AnyTagClassName
{
color: #A2D16F;
}
</style>
background-color css
<style>
a { background-color: #A2D16F; }
a { background-color: rgb(162,209,111); }
div.DivClassName
{
background-color: #A2D16F;
}
.BgClassName
{
background-color: #A2D16F;
}
</style>
border-color css
<style>
span { border-color: #A2D16F; }
span { border-color: rgb(162,209,111); }
td.TdClassName
{
border-color: #A2D16F;
}
.TagClassName
{
border-color: #A2D16F;
}
</style>