Shades of Feijoa #A2DE7A
Tints of Feijoa #A2DE7A
RGB
CMYK
RGB Variations
Color information
#A2DE7A (or 0xA2DE7A) is known color: Feijoa. HEX triplet: A2, DE and 7A. RGB value is (162,222,122). Sum of RGB (Red+Green+Blue) = 162+222+122=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE7A is #5D2185. Grayscale: #C0C0C0. Windows color (decimal): -6103430 or 8052386. OLE color: 8052386.
HSL color Cylindrical-coordinate representation of color #A2DE7A: hue angle of 96º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2DE7A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 122 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.13 |
| HSL | 96º | 0.6% | 0.67% | - |
| HSV(B) | 96º | 0.45% | 0.87% | - |
| XYZ | 44.53 | 61.33 | 27.9 | - |
| YUV | 192.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 122 | 0.27 | 0 | 0.45 | 0.13 | 96 | 0.6 | 0.67 |
| Hex | A2 | DE | 7A | 1B | 0 | 2D | D | 60 | 3C | 43 |
| Octal | 242 | 336 | 172 | 33 | 0 | 55 | 15 | 140 | 74 | 103 |
| Binary | 10100010 | 11011110 | 1111010 | 11011 | 0 | 101101 | 1101 | 1100000 | 111100 | 1000011 |
Color Harmonies of #A2DE7A
Complementary color
Monochromatic Colors of #A2DE7A
Black with #A2DE7A
Text Example
Text Example
White with #A2DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE7A; }
p { color: rgb(162,222,122); }
H1.HeaderClassName
{
color: #A2DE7A;
}
.AnyTagClassName
{
color: #A2DE7A;
}
</style>
background-color css
<style>
a { background-color: #A2DE7A; }
a { background-color: rgb(162,222,122); }
div.DivClassName
{
background-color: #A2DE7A;
}
.BgClassName
{
background-color: #A2DE7A;
}
</style>
border-color css
<style>
span { border-color: #A2DE7A; }
span { border-color: rgb(162,222,122); }
td.TdClassName
{
border-color: #A2DE7A;
}
.TagClassName
{
border-color: #A2DE7A;
}
</style>