Shades of Feijoa #A2DE6A
Tints of Feijoa #A2DE6A
RGB
CMYK
RGB Variations
Color information
#A2DE6A (or 0xA2DE6A) is known color: Feijoa. HEX triplet: A2, DE and 6A. RGB value is (162,222,106). Sum of RGB (Red+Green+Blue) = 162+222+106=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE6A is #5D2195. Grayscale: #BFBFBF. Windows color (decimal): -6103446 or 7003810. OLE color: 7003810.
HSL color Cylindrical-coordinate representation of color #A2DE6A: hue angle of 91.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2DE6A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 106 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.13 |
| HSL | 91.03º | 0.64% | 0.64% | - |
| HSV(B) | 91.03º | 0.52% | 0.87% | - |
| XYZ | 43.62 | 60.96 | 23.1 | - |
| YUV | 190.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 106 | 0.27 | 0 | 0.52 | 0.13 | 91.03 | 0.64 | 0.64 |
| Hex | A2 | DE | 6A | 1B | 0 | 34 | D | 5B | 40 | 40 |
| Octal | 242 | 336 | 152 | 33 | 0 | 64 | 15 | 133 | 100 | 100 |
| Binary | 10100010 | 11011110 | 1101010 | 11011 | 0 | 110100 | 1101 | 1011011 | 1000000 | 1000000 |
Color Harmonies of #A2DE6A
Complementary color
Monochromatic Colors of #A2DE6A
Black with #A2DE6A
Text Example
Text Example
White with #A2DE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE6A; }
p { color: rgb(162,222,106); }
H1.HeaderClassName
{
color: #A2DE6A;
}
.AnyTagClassName
{
color: #A2DE6A;
}
</style>
background-color css
<style>
a { background-color: #A2DE6A; }
a { background-color: rgb(162,222,106); }
div.DivClassName
{
background-color: #A2DE6A;
}
.BgClassName
{
background-color: #A2DE6A;
}
</style>
border-color css
<style>
span { border-color: #A2DE6A; }
span { border-color: rgb(162,222,106); }
td.TdClassName
{
border-color: #A2DE6A;
}
.TagClassName
{
border-color: #A2DE6A;
}
</style>