Shades of Feijoa #A4DE80
Tints of Feijoa #A4DE80
RGB
CMYK
RGB Variations
Color information
#A4DE80 (or 0xA4DE80) is known color: Feijoa. HEX triplet: A4, DE and 80. RGB value is (164,222,128). Sum of RGB (Red+Green+Blue) = 164+222+128=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE80 is #5B217F. Grayscale: #C2C2C2. Windows color (decimal): -5972352 or 8445604. OLE color: 8445604.
HSL color Cylindrical-coordinate representation of color #A4DE80: hue angle of 97.02º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4DE80 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 128 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.13 |
| HSL | 97.02º | 0.59% | 0.69% | - |
| HSV(B) | 97.02º | 0.42% | 0.87% | - |
| XYZ | 45.33 | 61.69 | 29.94 | - |
| YUV | 193.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 128 | 0.26 | 0 | 0.42 | 0.13 | 97.02 | 0.59 | 0.69 |
| Hex | A4 | DE | 80 | 1A | 0 | 2A | D | 61 | 3B | 45 |
| Octal | 244 | 336 | 200 | 32 | 0 | 52 | 15 | 141 | 73 | 105 |
| Binary | 10100100 | 11011110 | 10000000 | 11010 | 0 | 101010 | 1101 | 1100001 | 111011 | 1000101 |
Color Harmonies of #A4DE80
Complementary color
Monochromatic Colors of #A4DE80
Black with #A4DE80
Text Example
Text Example
White with #A4DE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DE80; }
p { color: rgb(164,222,128); }
H1.HeaderClassName
{
color: #A4DE80;
}
.AnyTagClassName
{
color: #A4DE80;
}
</style>
background-color css
<style>
a { background-color: #A4DE80; }
a { background-color: rgb(164,222,128); }
div.DivClassName
{
background-color: #A4DE80;
}
.BgClassName
{
background-color: #A4DE80;
}
</style>
border-color css
<style>
span { border-color: #A4DE80; }
span { border-color: rgb(164,222,128); }
td.TdClassName
{
border-color: #A4DE80;
}
.TagClassName
{
border-color: #A4DE80;
}
</style>