Shades of Feijoa #A3DE80
Tints of Feijoa #A3DE80
RGB
CMYK
RGB Variations
Color information
#A3DE80 (or 0xA3DE80) is known color: Feijoa. HEX triplet: A3, DE and 80. RGB value is (163,222,128). Sum of RGB (Red+Green+Blue) = 163+222+128=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DE80 is #5C217F. Grayscale: #C1C1C1. Windows color (decimal): -6037888 or 8445603. OLE color: 8445603.
HSL color Cylindrical-coordinate representation of color #A3DE80: hue angle of 97.66º 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 #A3DE80 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 128 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.13 |
| HSL | 97.66º | 0.59% | 0.69% | - |
| HSV(B) | 97.66º | 0.42% | 0.87% | - |
| XYZ | 45.12 | 61.59 | 29.93 | - |
| YUV | 193.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 128 | 0.27 | 0 | 0.42 | 0.13 | 97.66 | 0.59 | 0.69 |
| Hex | A3 | DE | 80 | 1B | 0 | 2A | D | 62 | 3B | 45 |
| Octal | 243 | 336 | 200 | 33 | 0 | 52 | 15 | 142 | 73 | 105 |
| Binary | 10100011 | 11011110 | 10000000 | 11011 | 0 | 101010 | 1101 | 1100010 | 111011 | 1000101 |
Color Harmonies of #A3DE80
Complementary color
Monochromatic Colors of #A3DE80
Black with #A3DE80
Text Example
Text Example
White with #A3DE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE80; }
p { color: rgb(163,222,128); }
H1.HeaderClassName
{
color: #A3DE80;
}
.AnyTagClassName
{
color: #A3DE80;
}
</style>
background-color css
<style>
a { background-color: #A3DE80; }
a { background-color: rgb(163,222,128); }
div.DivClassName
{
background-color: #A3DE80;
}
.BgClassName
{
background-color: #A3DE80;
}
</style>
border-color css
<style>
span { border-color: #A3DE80; }
span { border-color: rgb(163,222,128); }
td.TdClassName
{
border-color: #A3DE80;
}
.TagClassName
{
border-color: #A3DE80;
}
</style>