Shades of Feijoa #A2DE7D
Tints of Feijoa #A2DE7D
RGB
CMYK
RGB Variations
Color information
#A2DE7D (or 0xA2DE7D) is known color: Feijoa. HEX triplet: A2, DE and 7D. RGB value is (162,222,125). Sum of RGB (Red+Green+Blue) = 162+222+125=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE7D is #5D2182. Grayscale: #C1C1C1. Windows color (decimal): -6103427 or 8248994. OLE color: 8248994.
HSL color Cylindrical-coordinate representation of color #A2DE7D: hue angle of 97.11º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2DE7D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 125 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.13 |
| HSL | 97.11º | 0.6% | 0.68% | - |
| HSV(B) | 97.11º | 0.44% | 0.87% | - |
| XYZ | 44.72 | 61.4 | 28.9 | - |
| YUV | 193 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 125 | 0.27 | 0 | 0.44 | 0.13 | 97.11 | 0.6 | 0.68 |
| Hex | A2 | DE | 7D | 1B | 0 | 2C | D | 61 | 3C | 44 |
| Octal | 242 | 336 | 175 | 33 | 0 | 54 | 15 | 141 | 74 | 104 |
| Binary | 10100010 | 11011110 | 1111101 | 11011 | 0 | 101100 | 1101 | 1100001 | 111100 | 1000100 |
Color Harmonies of #A2DE7D
Complementary color
Monochromatic Colors of #A2DE7D
Black with #A2DE7D
Text Example
Text Example
White with #A2DE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE7D; }
p { color: rgb(162,222,125); }
H1.HeaderClassName
{
color: #A2DE7D;
}
.AnyTagClassName
{
color: #A2DE7D;
}
</style>
background-color css
<style>
a { background-color: #A2DE7D; }
a { background-color: rgb(162,222,125); }
div.DivClassName
{
background-color: #A2DE7D;
}
.BgClassName
{
background-color: #A2DE7D;
}
</style>
border-color css
<style>
span { border-color: #A2DE7D; }
span { border-color: rgb(162,222,125); }
td.TdClassName
{
border-color: #A2DE7D;
}
.TagClassName
{
border-color: #A2DE7D;
}
</style>