Shades of Feijoa #A2DE7B
Tints of Feijoa #A2DE7B
RGB
CMYK
RGB Variations
Color information
#A2DE7B (or 0xA2DE7B) is known color: Feijoa. HEX triplet: A2, DE and 7B. RGB value is (162,222,123). Sum of RGB (Red+Green+Blue) = 162+222+123=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE7B is #5D2184. Grayscale: #C1C1C1. Windows color (decimal): -6103429 or 8117922. OLE color: 8117922.
HSL color Cylindrical-coordinate representation of color #A2DE7B: hue angle of 96.36º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2DE7B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 123 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.13 |
| HSL | 96.36º | 0.6% | 0.68% | - |
| HSV(B) | 96.36º | 0.45% | 0.87% | - |
| XYZ | 44.6 | 61.35 | 28.23 | - |
| YUV | 192.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 123 | 0.27 | 0 | 0.45 | 0.13 | 96.36 | 0.6 | 0.68 |
| Hex | A2 | DE | 7B | 1B | 0 | 2D | D | 60 | 3C | 44 |
| Octal | 242 | 336 | 173 | 33 | 0 | 55 | 15 | 140 | 74 | 104 |
| Binary | 10100010 | 11011110 | 1111011 | 11011 | 0 | 101101 | 1101 | 1100000 | 111100 | 1000100 |
Color Harmonies of #A2DE7B
Complementary color
Monochromatic Colors of #A2DE7B
Black with #A2DE7B
Text Example
Text Example
White with #A2DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE7B; }
p { color: rgb(162,222,123); }
H1.HeaderClassName
{
color: #A2DE7B;
}
.AnyTagClassName
{
color: #A2DE7B;
}
</style>
background-color css
<style>
a { background-color: #A2DE7B; }
a { background-color: rgb(162,222,123); }
div.DivClassName
{
background-color: #A2DE7B;
}
.BgClassName
{
background-color: #A2DE7B;
}
</style>
border-color css
<style>
span { border-color: #A2DE7B; }
span { border-color: rgb(162,222,123); }
td.TdClassName
{
border-color: #A2DE7B;
}
.TagClassName
{
border-color: #A2DE7B;
}
</style>