Shades of Feijoa #A2DF89
Tints of Feijoa #A2DF89
RGB
CMYK
RGB Variations
Color information
#A2DF89 (or 0xA2DF89) is known color: Feijoa. HEX triplet: A2, DF and 89. RGB value is (162,223,137). Sum of RGB (Red+Green+Blue) = 162+223+137=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF89 is #5D2076. Grayscale: #C3C3C3. Windows color (decimal): -6103159 or 9035682. OLE color: 9035682.
HSL color Cylindrical-coordinate representation of color #A2DF89: hue angle of 102.56º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2DF89 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 137 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.13 |
| HSL | 102.56º | 0.57% | 0.71% | - |
| HSV(B) | 102.56º | 0.39% | 0.87% | - |
| XYZ | 45.8 | 62.26 | 33.27 | - |
| YUV | 194.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 137 | 0.27 | 0 | 0.39 | 0.13 | 102.56 | 0.57 | 0.71 |
| Hex | A2 | DF | 89 | 1B | 0 | 27 | D | 67 | 39 | 47 |
| Octal | 242 | 337 | 211 | 33 | 0 | 47 | 15 | 147 | 71 | 107 |
| Binary | 10100010 | 11011111 | 10001001 | 11011 | 0 | 100111 | 1101 | 1100111 | 111001 | 1000111 |
Color Harmonies of #A2DF89
Complementary color
Monochromatic Colors of #A2DF89
Black with #A2DF89
Text Example
Text Example
White with #A2DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF89; }
p { color: rgb(162,223,137); }
H1.HeaderClassName
{
color: #A2DF89;
}
.AnyTagClassName
{
color: #A2DF89;
}
</style>
background-color css
<style>
a { background-color: #A2DF89; }
a { background-color: rgb(162,223,137); }
div.DivClassName
{
background-color: #A2DF89;
}
.BgClassName
{
background-color: #A2DF89;
}
</style>
border-color css
<style>
span { border-color: #A2DF89; }
span { border-color: rgb(162,223,137); }
td.TdClassName
{
border-color: #A2DF89;
}
.TagClassName
{
border-color: #A2DF89;
}
</style>