Shades of Feijoa #A6DD72
Tints of Feijoa #A6DD72
RGB
CMYK
RGB Variations
Color information
#A6DD72 (or 0xA6DD72) is known color: Feijoa. HEX triplet: A6, DD and 72. RGB value is (166,221,114). Sum of RGB (Red+Green+Blue) = 166+221+114=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD72 is #59228D. Grayscale: #C0C0C0. Windows color (decimal): -5841550 or 7527846. OLE color: 7527846.
HSL color Cylindrical-coordinate representation of color #A6DD72: hue angle of 90.84º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6DD72 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 114 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.13 |
| HSL | 90.84º | 0.61% | 0.66% | - |
| HSV(B) | 90.84º | 0.48% | 0.87% | - |
| XYZ | 44.62 | 61.03 | 25.35 | - |
| YUV | 192.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 114 | 0.25 | 0 | 0.48 | 0.13 | 90.84 | 0.61 | 0.66 |
| Hex | A6 | DD | 72 | 19 | 0 | 30 | D | 5B | 3D | 42 |
| Octal | 246 | 335 | 162 | 31 | 0 | 60 | 15 | 133 | 75 | 102 |
| Binary | 10100110 | 11011101 | 1110010 | 11001 | 0 | 110000 | 1101 | 1011011 | 111101 | 1000010 |
Color Harmonies of #A6DD72
Complementary color
Monochromatic Colors of #A6DD72
Black with #A6DD72
Text Example
Text Example
White with #A6DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD72; }
p { color: rgb(166,221,114); }
H1.HeaderClassName
{
color: #A6DD72;
}
.AnyTagClassName
{
color: #A6DD72;
}
</style>
background-color css
<style>
a { background-color: #A6DD72; }
a { background-color: rgb(166,221,114); }
div.DivClassName
{
background-color: #A6DD72;
}
.BgClassName
{
background-color: #A6DD72;
}
</style>
border-color css
<style>
span { border-color: #A6DD72; }
span { border-color: rgb(166,221,114); }
td.TdClassName
{
border-color: #A6DD72;
}
.TagClassName
{
border-color: #A6DD72;
}
</style>