Shades of Feijoa #A2DD6C
Tints of Feijoa #A2DD6C
RGB
CMYK
RGB Variations
Color information
#A2DD6C (or 0xA2DD6C) is known color: Feijoa. HEX triplet: A2, DD and 6C. RGB value is (162,221,108). Sum of RGB (Red+Green+Blue) = 162+221+108=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD6C is #5D2293. Grayscale: #BEBEBE. Windows color (decimal): -6103700 or 7134626. OLE color: 7134626.
HSL color Cylindrical-coordinate representation of color #A2DD6C: hue angle of 91.33º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2DD6C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 108 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.13 |
| HSL | 91.33º | 0.62% | 0.65% | - |
| HSV(B) | 91.33º | 0.51% | 0.87% | - |
| XYZ | 43.46 | 60.48 | 23.57 | - |
| YUV | 190.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 108 | 0.27 | 0 | 0.51 | 0.13 | 91.33 | 0.62 | 0.65 |
| Hex | A2 | DD | 6C | 1B | 0 | 33 | D | 5B | 3E | 41 |
| Octal | 242 | 335 | 154 | 33 | 0 | 63 | 15 | 133 | 76 | 101 |
| Binary | 10100010 | 11011101 | 1101100 | 11011 | 0 | 110011 | 1101 | 1011011 | 111110 | 1000001 |
Color Harmonies of #A2DD6C
Complementary color
Monochromatic Colors of #A2DD6C
Black with #A2DD6C
Text Example
Text Example
White with #A2DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD6C; }
p { color: rgb(162,221,108); }
H1.HeaderClassName
{
color: #A2DD6C;
}
.AnyTagClassName
{
color: #A2DD6C;
}
</style>
background-color css
<style>
a { background-color: #A2DD6C; }
a { background-color: rgb(162,221,108); }
div.DivClassName
{
background-color: #A2DD6C;
}
.BgClassName
{
background-color: #A2DD6C;
}
</style>
border-color css
<style>
span { border-color: #A2DD6C; }
span { border-color: rgb(162,221,108); }
td.TdClassName
{
border-color: #A2DD6C;
}
.TagClassName
{
border-color: #A2DD6C;
}
</style>