Shades of Feijoa #A2DB78
Tints of Feijoa #A2DB78
RGB
CMYK
RGB Variations
Color information
#A2DB78 (or 0xA2DB78) is known color: Feijoa. HEX triplet: A2, DB and 78. RGB value is (162,219,120). Sum of RGB (Red+Green+Blue) = 162+219+120=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB78 is #5D2487. Grayscale: #BFBFBF. Windows color (decimal): -6104200 or 7920546. OLE color: 7920546.
HSL color Cylindrical-coordinate representation of color #A2DB78: hue angle of 94.55º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2DB78 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 120 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.14 |
| HSL | 94.55º | 0.58% | 0.66% | - |
| HSV(B) | 94.55º | 0.45% | 0.86% | - |
| XYZ | 43.62 | 59.7 | 26.99 | - |
| YUV | 190.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 120 | 0.26 | 0 | 0.45 | 0.14 | 94.55 | 0.58 | 0.66 |
| Hex | A2 | DB | 78 | 1A | 0 | 2D | E | 5F | 3A | 42 |
| Octal | 242 | 333 | 170 | 32 | 0 | 55 | 16 | 137 | 72 | 102 |
| Binary | 10100010 | 11011011 | 1111000 | 11010 | 0 | 101101 | 1110 | 1011111 | 111010 | 1000010 |
Color Harmonies of #A2DB78
Complementary color
Monochromatic Colors of #A2DB78
Black with #A2DB78
Text Example
Text Example
White with #A2DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB78; }
p { color: rgb(162,219,120); }
H1.HeaderClassName
{
color: #A2DB78;
}
.AnyTagClassName
{
color: #A2DB78;
}
</style>
background-color css
<style>
a { background-color: #A2DB78; }
a { background-color: rgb(162,219,120); }
div.DivClassName
{
background-color: #A2DB78;
}
.BgClassName
{
background-color: #A2DB78;
}
</style>
border-color css
<style>
span { border-color: #A2DB78; }
span { border-color: rgb(162,219,120); }
td.TdClassName
{
border-color: #A2DB78;
}
.TagClassName
{
border-color: #A2DB78;
}
</style>