Shades of Feijoa #A6DD85
Tints of Feijoa #A6DD85
RGB
CMYK
RGB Variations
Color information
#A6DD85 (or 0xA6DD85) is known color: Feijoa. HEX triplet: A6, DD and 85. RGB value is (166,221,133). Sum of RGB (Red+Green+Blue) = 166+221+133=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD85 is #59227A. Grayscale: #C2C2C2. Windows color (decimal): -5841531 or 8773030. OLE color: 8773030.
HSL color Cylindrical-coordinate representation of color #A6DD85: hue angle of 97.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6DD85 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 133 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.13 |
| HSL | 97.5º | 0.56% | 0.69% | - |
| HSV(B) | 97.5º | 0.4% | 0.87% | - |
| XYZ | 45.82 | 61.51 | 31.65 | - |
| YUV | 194.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 133 | 0.25 | 0 | 0.40 | 0.13 | 97.5 | 0.56 | 0.69 |
| Hex | A6 | DD | 85 | 19 | 0 | 28 | D | 62 | 38 | 45 |
| Octal | 246 | 335 | 205 | 31 | 0 | 50 | 15 | 142 | 70 | 105 |
| Binary | 10100110 | 11011101 | 10000101 | 11001 | 0 | 101000 | 1101 | 1100010 | 111000 | 1000101 |
Color Harmonies of #A6DD85
Complementary color
Monochromatic Colors of #A6DD85
Black with #A6DD85
Text Example
Text Example
White with #A6DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD85; }
p { color: rgb(166,221,133); }
H1.HeaderClassName
{
color: #A6DD85;
}
.AnyTagClassName
{
color: #A6DD85;
}
</style>
background-color css
<style>
a { background-color: #A6DD85; }
a { background-color: rgb(166,221,133); }
div.DivClassName
{
background-color: #A6DD85;
}
.BgClassName
{
background-color: #A6DD85;
}
</style>
border-color css
<style>
span { border-color: #A6DD85; }
span { border-color: rgb(166,221,133); }
td.TdClassName
{
border-color: #A6DD85;
}
.TagClassName
{
border-color: #A6DD85;
}
</style>