Shades of Feijoa #A4DD83
Tints of Feijoa #A4DD83
RGB
CMYK
RGB Variations
Color information
#A4DD83 (or 0xA4DD83) is known color: Feijoa. HEX triplet: A4, DD and 83. RGB value is (164,221,131). Sum of RGB (Red+Green+Blue) = 164+221+131=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DD83 is #5B227C. Grayscale: #C1C1C1. Windows color (decimal): -5972605 or 8641956. OLE color: 8641956.
HSL color Cylindrical-coordinate representation of color #A4DD83: hue angle of 98º 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 #A4DD83 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 131 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.13 |
| HSL | 98º | 0.57% | 0.69% | - |
| HSV(B) | 98º | 0.41% | 0.87% | - |
| XYZ | 45.26 | 61.24 | 30.91 | - |
| YUV | 193.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 131 | 0.26 | 0 | 0.41 | 0.13 | 98 | 0.57 | 0.69 |
| Hex | A4 | DD | 83 | 1A | 0 | 29 | D | 62 | 39 | 45 |
| Octal | 244 | 335 | 203 | 32 | 0 | 51 | 15 | 142 | 71 | 105 |
| Binary | 10100100 | 11011101 | 10000011 | 11010 | 0 | 101001 | 1101 | 1100010 | 111001 | 1000101 |
Color Harmonies of #A4DD83
Complementary color
Monochromatic Colors of #A4DD83
Black with #A4DD83
Text Example
Text Example
White with #A4DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD83; }
p { color: rgb(164,221,131); }
H1.HeaderClassName
{
color: #A4DD83;
}
.AnyTagClassName
{
color: #A4DD83;
}
</style>
background-color css
<style>
a { background-color: #A4DD83; }
a { background-color: rgb(164,221,131); }
div.DivClassName
{
background-color: #A4DD83;
}
.BgClassName
{
background-color: #A4DD83;
}
</style>
border-color css
<style>
span { border-color: #A4DD83; }
span { border-color: rgb(164,221,131); }
td.TdClassName
{
border-color: #A4DD83;
}
.TagClassName
{
border-color: #A4DD83;
}
</style>