Shades of Feijoa #A2DE6C
Tints of Feijoa #A2DE6C
RGB
CMYK
RGB Variations
Color information
#A2DE6C (or 0xA2DE6C) is known color: Feijoa. HEX triplet: A2, DE and 6C. RGB value is (162,222,108). Sum of RGB (Red+Green+Blue) = 162+222+108=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE6C is #5D2193. Grayscale: #BFBFBF. Windows color (decimal): -6103444 or 7134882. OLE color: 7134882.
HSL color Cylindrical-coordinate representation of color #A2DE6C: hue angle of 91.58º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2DE6C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 108 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.13 |
| HSL | 91.58º | 0.63% | 0.65% | - |
| HSV(B) | 91.58º | 0.51% | 0.87% | - |
| XYZ | 43.73 | 61.01 | 23.66 | - |
| YUV | 191.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 108 | 0.27 | 0 | 0.51 | 0.13 | 91.58 | 0.63 | 0.65 |
| Hex | A2 | DE | 6C | 1B | 0 | 33 | D | 5C | 3F | 41 |
| Octal | 242 | 336 | 154 | 33 | 0 | 63 | 15 | 134 | 77 | 101 |
| Binary | 10100010 | 11011110 | 1101100 | 11011 | 0 | 110011 | 1101 | 1011100 | 111111 | 1000001 |
Color Harmonies of #A2DE6C
Complementary color
Monochromatic Colors of #A2DE6C
Black with #A2DE6C
Text Example
Text Example
White with #A2DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE6C; }
p { color: rgb(162,222,108); }
H1.HeaderClassName
{
color: #A2DE6C;
}
.AnyTagClassName
{
color: #A2DE6C;
}
</style>
background-color css
<style>
a { background-color: #A2DE6C; }
a { background-color: rgb(162,222,108); }
div.DivClassName
{
background-color: #A2DE6C;
}
.BgClassName
{
background-color: #A2DE6C;
}
</style>
border-color css
<style>
span { border-color: #A2DE6C; }
span { border-color: rgb(162,222,108); }
td.TdClassName
{
border-color: #A2DE6C;
}
.TagClassName
{
border-color: #A2DE6C;
}
</style>