Shades of Feijoa #A2DE6B
Tints of Feijoa #A2DE6B
RGB
CMYK
RGB Variations
Color information
#A2DE6B (or 0xA2DE6B) is known color: Feijoa. HEX triplet: A2, DE and 6B. RGB value is (162,222,107). Sum of RGB (Red+Green+Blue) = 162+222+107=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE6B is #5D2194. Grayscale: #BFBFBF. Windows color (decimal): -6103445 or 7069346. OLE color: 7069346.
HSL color Cylindrical-coordinate representation of color #A2DE6B: hue angle of 91.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2DE6B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 107 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.13 |
| HSL | 91.3º | 0.64% | 0.65% | - |
| HSV(B) | 91.3º | 0.52% | 0.87% | - |
| XYZ | 43.68 | 60.99 | 23.38 | - |
| YUV | 190.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 107 | 0.27 | 0 | 0.52 | 0.13 | 91.3 | 0.64 | 0.65 |
| Hex | A2 | DE | 6B | 1B | 0 | 34 | D | 5B | 40 | 41 |
| Octal | 242 | 336 | 153 | 33 | 0 | 64 | 15 | 133 | 100 | 101 |
| Binary | 10100010 | 11011110 | 1101011 | 11011 | 0 | 110100 | 1101 | 1011011 | 1000000 | 1000001 |
Color Harmonies of #A2DE6B
Complementary color
Monochromatic Colors of #A2DE6B
Black with #A2DE6B
Text Example
Text Example
White with #A2DE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE6B; }
p { color: rgb(162,222,107); }
H1.HeaderClassName
{
color: #A2DE6B;
}
.AnyTagClassName
{
color: #A2DE6B;
}
</style>
background-color css
<style>
a { background-color: #A2DE6B; }
a { background-color: rgb(162,222,107); }
div.DivClassName
{
background-color: #A2DE6B;
}
.BgClassName
{
background-color: #A2DE6B;
}
</style>
border-color css
<style>
span { border-color: #A2DE6B; }
span { border-color: rgb(162,222,107); }
td.TdClassName
{
border-color: #A2DE6B;
}
.TagClassName
{
border-color: #A2DE6B;
}
</style>