Shades of Feijoa #A7DD83
Tints of Feijoa #A7DD83
RGB
CMYK
RGB Variations
Color information
#A7DD83 (or 0xA7DD83) is known color: Feijoa. HEX triplet: A7, DD and 83. RGB value is (167,221,131). Sum of RGB (Red+Green+Blue) = 167+221+131=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DD83 is #58227C. Grayscale: #C2C2C2. Windows color (decimal): -5775997 or 8641959. OLE color: 8641959.
HSL color Cylindrical-coordinate representation of color #A7DD83: hue angle of 96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7DD83 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 131 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.13 |
| HSL | 96º | 0.57% | 0.69% | - |
| HSV(B) | 96º | 0.41% | 0.87% | - |
| XYZ | 45.89 | 61.57 | 30.94 | - |
| YUV | 194.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 131 | 0.24 | 0 | 0.41 | 0.13 | 96 | 0.57 | 0.69 |
| Hex | A7 | DD | 83 | 18 | 0 | 29 | D | 60 | 39 | 45 |
| Octal | 247 | 335 | 203 | 30 | 0 | 51 | 15 | 140 | 71 | 105 |
| Binary | 10100111 | 11011101 | 10000011 | 11000 | 0 | 101001 | 1101 | 1100000 | 111001 | 1000101 |
Color Harmonies of #A7DD83
Complementary color
Monochromatic Colors of #A7DD83
Black with #A7DD83
Text Example
Text Example
White with #A7DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DD83; }
p { color: rgb(167,221,131); }
H1.HeaderClassName
{
color: #A7DD83;
}
.AnyTagClassName
{
color: #A7DD83;
}
</style>
background-color css
<style>
a { background-color: #A7DD83; }
a { background-color: rgb(167,221,131); }
div.DivClassName
{
background-color: #A7DD83;
}
.BgClassName
{
background-color: #A7DD83;
}
</style>
border-color css
<style>
span { border-color: #A7DD83; }
span { border-color: rgb(167,221,131); }
td.TdClassName
{
border-color: #A7DD83;
}
.TagClassName
{
border-color: #A7DD83;
}
</style>