Shades of Feijoa #A2D678
Tints of Feijoa #A2D678
RGB
CMYK
RGB Variations
Color information
#A2D678 (or 0xA2D678) is known color: Feijoa. HEX triplet: A2, D6 and 78. RGB value is (162,214,120). Sum of RGB (Red+Green+Blue) = 162+214+120=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D678 is #5D2987. Grayscale: #BCBCBC. Windows color (decimal): -6105480 or 7919266. OLE color: 7919266.
HSL color Cylindrical-coordinate representation of color #A2D678: hue angle of 93.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D678 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 120 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.16 |
| HSL | 93.19º | 0.53% | 0.65% | - |
| HSV(B) | 93.19º | 0.44% | 0.84% | - |
| XYZ | 42.34 | 57.13 | 26.57 | - |
| YUV | 187.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 120 | 0.24 | 0 | 0.44 | 0.16 | 93.19 | 0.53 | 0.65 |
| Hex | A2 | D6 | 78 | 18 | 0 | 2C | 10 | 5D | 35 | 41 |
| Octal | 242 | 326 | 170 | 30 | 0 | 54 | 20 | 135 | 65 | 101 |
| Binary | 10100010 | 11010110 | 1111000 | 11000 | 0 | 101100 | 10000 | 1011101 | 110101 | 1000001 |
Color Harmonies of #A2D678
Complementary color
Monochromatic Colors of #A2D678
Black with #A2D678
Text Example
Text Example
White with #A2D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D678; }
p { color: rgb(162,214,120); }
H1.HeaderClassName
{
color: #A2D678;
}
.AnyTagClassName
{
color: #A2D678;
}
</style>
background-color css
<style>
a { background-color: #A2D678; }
a { background-color: rgb(162,214,120); }
div.DivClassName
{
background-color: #A2D678;
}
.BgClassName
{
background-color: #A2D678;
}
</style>
border-color css
<style>
span { border-color: #A2D678; }
span { border-color: rgb(162,214,120); }
td.TdClassName
{
border-color: #A2D678;
}
.TagClassName
{
border-color: #A2D678;
}
</style>