Shades of Feijoa #A2DB7A
Tints of Feijoa #A2DB7A
RGB
CMYK
RGB Variations
Color information
#A2DB7A (or 0xA2DB7A) is known color: Feijoa. HEX triplet: A2, DB and 7A. RGB value is (162,219,122). Sum of RGB (Red+Green+Blue) = 162+219+122=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB7A is #5D2485. Grayscale: #BFBFBF. Windows color (decimal): -6104198 or 8051618. OLE color: 8051618.
HSL color Cylindrical-coordinate representation of color #A2DB7A: hue angle of 95.26º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2DB7A is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 122 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.14 |
| HSL | 95.26º | 0.57% | 0.67% | - |
| HSV(B) | 95.26º | 0.44% | 0.86% | - |
| XYZ | 43.74 | 59.75 | 27.64 | - |
| YUV | 190.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 122 | 0.26 | 0 | 0.44 | 0.14 | 95.26 | 0.57 | 0.67 |
| Hex | A2 | DB | 7A | 1A | 0 | 2C | E | 5F | 39 | 43 |
| Octal | 242 | 333 | 172 | 32 | 0 | 54 | 16 | 137 | 71 | 103 |
| Binary | 10100010 | 11011011 | 1111010 | 11010 | 0 | 101100 | 1110 | 1011111 | 111001 | 1000011 |
Color Harmonies of #A2DB7A
Complementary color
Monochromatic Colors of #A2DB7A
Black with #A2DB7A
Text Example
Text Example
White with #A2DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB7A; }
p { color: rgb(162,219,122); }
H1.HeaderClassName
{
color: #A2DB7A;
}
.AnyTagClassName
{
color: #A2DB7A;
}
</style>
background-color css
<style>
a { background-color: #A2DB7A; }
a { background-color: rgb(162,219,122); }
div.DivClassName
{
background-color: #A2DB7A;
}
.BgClassName
{
background-color: #A2DB7A;
}
</style>
border-color css
<style>
span { border-color: #A2DB7A; }
span { border-color: rgb(162,219,122); }
td.TdClassName
{
border-color: #A2DB7A;
}
.TagClassName
{
border-color: #A2DB7A;
}
</style>