Shades of Feijoa #A2DF7A
Tints of Feijoa #A2DF7A
RGB
CMYK
RGB Variations
Color information
#A2DF7A (or 0xA2DF7A) is known color: Feijoa. HEX triplet: A2, DF and 7A. RGB value is (162,223,122). Sum of RGB (Red+Green+Blue) = 162+223+122=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF7A is #5D2085. Grayscale: #C1C1C1. Windows color (decimal): -6103174 or 8052642. OLE color: 8052642.
HSL color Cylindrical-coordinate representation of color #A2DF7A: hue angle of 96.24º degrees, saturation: 0.61, 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 #A2DF7A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 122 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.13 |
| HSL | 96.24º | 0.61% | 0.68% | - |
| HSV(B) | 96.24º | 0.45% | 0.87% | - |
| XYZ | 44.8 | 61.86 | 27.99 | - |
| YUV | 193.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 122 | 0.27 | 0 | 0.45 | 0.13 | 96.24 | 0.61 | 0.68 |
| Hex | A2 | DF | 7A | 1B | 0 | 2D | D | 60 | 3D | 44 |
| Octal | 242 | 337 | 172 | 33 | 0 | 55 | 15 | 140 | 75 | 104 |
| Binary | 10100010 | 11011111 | 1111010 | 11011 | 0 | 101101 | 1101 | 1100000 | 111101 | 1000100 |
Color Harmonies of #A2DF7A
Complementary color
Monochromatic Colors of #A2DF7A
Black with #A2DF7A
Text Example
Text Example
White with #A2DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF7A; }
p { color: rgb(162,223,122); }
H1.HeaderClassName
{
color: #A2DF7A;
}
.AnyTagClassName
{
color: #A2DF7A;
}
</style>
background-color css
<style>
a { background-color: #A2DF7A; }
a { background-color: rgb(162,223,122); }
div.DivClassName
{
background-color: #A2DF7A;
}
.BgClassName
{
background-color: #A2DF7A;
}
</style>
border-color css
<style>
span { border-color: #A2DF7A; }
span { border-color: rgb(162,223,122); }
td.TdClassName
{
border-color: #A2DF7A;
}
.TagClassName
{
border-color: #A2DF7A;
}
</style>