Shades of Feijoa #A2D66B
Tints of Feijoa #A2D66B
RGB
CMYK
RGB Variations
Color information
#A2D66B (or 0xA2D66B) is known color: Feijoa. HEX triplet: A2, D6 and 6B. RGB value is (162,214,107). Sum of RGB (Red+Green+Blue) = 162+214+107=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D66B is #5D2994. Grayscale: #BABABA. Windows color (decimal): -6105493 or 7067298. OLE color: 7067298.
HSL color Cylindrical-coordinate representation of color #A2D66B: hue angle of 89.16º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D66B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 107 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.16 |
| HSL | 89.16º | 0.57% | 0.63% | - |
| HSV(B) | 89.16º | 0.5% | 0.84% | - |
| XYZ | 41.6 | 56.84 | 22.69 | - |
| YUV | 186.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 107 | 0.24 | 0 | 0.50 | 0.16 | 89.16 | 0.57 | 0.63 |
| Hex | A2 | D6 | 6B | 18 | 0 | 32 | 10 | 59 | 39 | 3F |
| Octal | 242 | 326 | 153 | 30 | 0 | 62 | 20 | 131 | 71 | 77 |
| Binary | 10100010 | 11010110 | 1101011 | 11000 | 0 | 110010 | 10000 | 1011001 | 111001 | 111111 |
Color Harmonies of #A2D66B
Complementary color
Monochromatic Colors of #A2D66B
Black with #A2D66B
Text Example
Text Example
White with #A2D66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D66B; }
p { color: rgb(162,214,107); }
H1.HeaderClassName
{
color: #A2D66B;
}
.AnyTagClassName
{
color: #A2D66B;
}
</style>
background-color css
<style>
a { background-color: #A2D66B; }
a { background-color: rgb(162,214,107); }
div.DivClassName
{
background-color: #A2D66B;
}
.BgClassName
{
background-color: #A2D66B;
}
</style>
border-color css
<style>
span { border-color: #A2D66B; }
span { border-color: rgb(162,214,107); }
td.TdClassName
{
border-color: #A2D66B;
}
.TagClassName
{
border-color: #A2D66B;
}
</style>