Shades of Feijoa #A5DE84
Tints of Feijoa #A5DE84
RGB
CMYK
RGB Variations
Color information
#A5DE84 (or 0xA5DE84) is known color: Feijoa. HEX triplet: A5, DE and 84. RGB value is (165,222,132). Sum of RGB (Red+Green+Blue) = 165+222+132=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DE84 is #5A217B. Grayscale: #C3C3C3. Windows color (decimal): -5906812 or 8707749. OLE color: 8707749.
HSL color Cylindrical-coordinate representation of color #A5DE84: hue angle of 98º degrees, saturation: 0.58, 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 #A5DE84 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 132 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.13 |
| HSL | 98º | 0.58% | 0.69% | - |
| HSV(B) | 98º | 0.41% | 0.87% | - |
| XYZ | 45.8 | 61.91 | 31.37 | - |
| YUV | 194.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 132 | 0.26 | 0 | 0.41 | 0.13 | 98 | 0.58 | 0.69 |
| Hex | A5 | DE | 84 | 1A | 0 | 29 | D | 62 | 3A | 45 |
| Octal | 245 | 336 | 204 | 32 | 0 | 51 | 15 | 142 | 72 | 105 |
| Binary | 10100101 | 11011110 | 10000100 | 11010 | 0 | 101001 | 1101 | 1100010 | 111010 | 1000101 |
Color Harmonies of #A5DE84
Complementary color
Monochromatic Colors of #A5DE84
Black with #A5DE84
Text Example
Text Example
White with #A5DE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DE84; }
p { color: rgb(165,222,132); }
H1.HeaderClassName
{
color: #A5DE84;
}
.AnyTagClassName
{
color: #A5DE84;
}
</style>
background-color css
<style>
a { background-color: #A5DE84; }
a { background-color: rgb(165,222,132); }
div.DivClassName
{
background-color: #A5DE84;
}
.BgClassName
{
background-color: #A5DE84;
}
</style>
border-color css
<style>
span { border-color: #A5DE84; }
span { border-color: rgb(165,222,132); }
td.TdClassName
{
border-color: #A5DE84;
}
.TagClassName
{
border-color: #A5DE84;
}
</style>