Shades of Feijoa #A8DD71
Tints of Feijoa #A8DD71
RGB
CMYK
RGB Variations
Color information
#A8DD71 (or 0xA8DD71) is known color: Feijoa. HEX triplet: A8, DD and 71. RGB value is (168,221,113). Sum of RGB (Red+Green+Blue) = 168+221+113=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD71 is #57228E. Grayscale: #C1C1C1. Windows color (decimal): -5710479 or 7462312. OLE color: 7462312.
HSL color Cylindrical-coordinate representation of color #A8DD71: hue angle of 89.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8DD71 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 113 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.13 |
| HSL | 89.44º | 0.61% | 0.65% | - |
| HSV(B) | 89.44º | 0.49% | 0.87% | - |
| XYZ | 44.99 | 61.23 | 25.07 | - |
| YUV | 192.84 | 82.94 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 113 | 0.24 | 0 | 0.49 | 0.13 | 89.44 | 0.61 | 0.65 |
| Hex | A8 | DD | 71 | 18 | 0 | 31 | D | 59 | 3D | 41 |
| Octal | 250 | 335 | 161 | 30 | 0 | 61 | 15 | 131 | 75 | 101 |
| Binary | 10101000 | 11011101 | 1110001 | 11000 | 0 | 110001 | 1101 | 1011001 | 111101 | 1000001 |
Color Harmonies of #A8DD71
Complementary color
Monochromatic Colors of #A8DD71
Black with #A8DD71
Text Example
Text Example
White with #A8DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD71; }
p { color: rgb(168,221,113); }
H1.HeaderClassName
{
color: #A8DD71;
}
.AnyTagClassName
{
color: #A8DD71;
}
</style>
background-color css
<style>
a { background-color: #A8DD71; }
a { background-color: rgb(168,221,113); }
div.DivClassName
{
background-color: #A8DD71;
}
.BgClassName
{
background-color: #A8DD71;
}
</style>
border-color css
<style>
span { border-color: #A8DD71; }
span { border-color: rgb(168,221,113); }
td.TdClassName
{
border-color: #A8DD71;
}
.TagClassName
{
border-color: #A8DD71;
}
</style>