Shades of Feijoa #A2DF71
Tints of Feijoa #A2DF71
RGB
CMYK
RGB Variations
Color information
#A2DF71 (or 0xA2DF71) is known color: Feijoa. HEX triplet: A2, DF and 71. RGB value is (162,223,113). Sum of RGB (Red+Green+Blue) = 162+223+113=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF71 is #5D208E. Grayscale: #C0C0C0. Windows color (decimal): -6103183 or 7462818. OLE color: 7462818.
HSL color Cylindrical-coordinate representation of color #A2DF71: hue angle of 93.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2DF71 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 113 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.13 |
| HSL | 93.27º | 0.63% | 0.66% | - |
| HSV(B) | 93.27º | 0.49% | 0.87% | - |
| XYZ | 44.27 | 61.65 | 25.19 | - |
| YUV | 192.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 113 | 0.27 | 0 | 0.49 | 0.13 | 93.27 | 0.63 | 0.66 |
| Hex | A2 | DF | 71 | 1B | 0 | 31 | D | 5D | 3F | 42 |
| Octal | 242 | 337 | 161 | 33 | 0 | 61 | 15 | 135 | 77 | 102 |
| Binary | 10100010 | 11011111 | 1110001 | 11011 | 0 | 110001 | 1101 | 1011101 | 111111 | 1000010 |
Color Harmonies of #A2DF71
Complementary color
Monochromatic Colors of #A2DF71
Black with #A2DF71
Text Example
Text Example
White with #A2DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF71; }
p { color: rgb(162,223,113); }
H1.HeaderClassName
{
color: #A2DF71;
}
.AnyTagClassName
{
color: #A2DF71;
}
</style>
background-color css
<style>
a { background-color: #A2DF71; }
a { background-color: rgb(162,223,113); }
div.DivClassName
{
background-color: #A2DF71;
}
.BgClassName
{
background-color: #A2DF71;
}
</style>
border-color css
<style>
span { border-color: #A2DF71; }
span { border-color: rgb(162,223,113); }
td.TdClassName
{
border-color: #A2DF71;
}
.TagClassName
{
border-color: #A2DF71;
}
</style>