Shades of Feijoa #A2DF6C
Tints of Feijoa #A2DF6C
RGB
CMYK
RGB Variations
Color information
#A2DF6C (or 0xA2DF6C) is known color: Feijoa. HEX triplet: A2, DF and 6C. RGB value is (162,223,108). Sum of RGB (Red+Green+Blue) = 162+223+108=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF6C is #5D2093. Grayscale: #C0C0C0. Windows color (decimal): -6103188 or 7135138. OLE color: 7135138.
HSL color Cylindrical-coordinate representation of color #A2DF6C: hue angle of 91.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2DF6C is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 108 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.13 |
| HSL | 91.83º | 0.64% | 0.65% | - |
| HSV(B) | 91.83º | 0.52% | 0.87% | - |
| XYZ | 43.99 | 61.54 | 23.75 | - |
| YUV | 191.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 108 | 0.27 | 0 | 0.52 | 0.13 | 91.83 | 0.64 | 0.65 |
| Hex | A2 | DF | 6C | 1B | 0 | 34 | D | 5C | 40 | 41 |
| Octal | 242 | 337 | 154 | 33 | 0 | 64 | 15 | 134 | 100 | 101 |
| Binary | 10100010 | 11011111 | 1101100 | 11011 | 0 | 110100 | 1101 | 1011100 | 1000000 | 1000001 |
Color Harmonies of #A2DF6C
Complementary color
Monochromatic Colors of #A2DF6C
Black with #A2DF6C
Text Example
Text Example
White with #A2DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF6C; }
p { color: rgb(162,223,108); }
H1.HeaderClassName
{
color: #A2DF6C;
}
.AnyTagClassName
{
color: #A2DF6C;
}
</style>
background-color css
<style>
a { background-color: #A2DF6C; }
a { background-color: rgb(162,223,108); }
div.DivClassName
{
background-color: #A2DF6C;
}
.BgClassName
{
background-color: #A2DF6C;
}
</style>
border-color css
<style>
span { border-color: #A2DF6C; }
span { border-color: rgb(162,223,108); }
td.TdClassName
{
border-color: #A2DF6C;
}
.TagClassName
{
border-color: #A2DF6C;
}
</style>