Shades of Feijoa #ADE880
Tints of Feijoa #ADE880
RGB
CMYK
RGB Variations
Color information
#ADE880 (or 0xADE880) is known color: Feijoa. HEX triplet: AD, E8 and 80. RGB value is (173,232,128). Sum of RGB (Red+Green+Blue) = 173+232+128=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE880 is #52177F. Grayscale: #CACACA. Windows color (decimal): -5379968 or 8448173. OLE color: 8448173.
HSL color Cylindrical-coordinate representation of color #ADE880: hue angle of 94.04º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE880 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 128 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.09 |
| HSL | 94.04º | 0.69% | 0.71% | - |
| HSV(B) | 94.04º | 0.45% | 0.91% | - |
| XYZ | 49.99 | 68.16 | 30.94 | - |
| YUV | 202.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 128 | 0.25 | 0 | 0.45 | 0.09 | 94.04 | 0.69 | 0.71 |
| Hex | AD | E8 | 80 | 19 | 0 | 2D | 9 | 5E | 45 | 47 |
| Octal | 255 | 350 | 200 | 31 | 0 | 55 | 11 | 136 | 105 | 107 |
| Binary | 10101101 | 11101000 | 10000000 | 11001 | 0 | 101101 | 1001 | 1011110 | 1000101 | 1000111 |
Color Harmonies of #ADE880
Complementary color
Monochromatic Colors of #ADE880
Black with #ADE880
Text Example
Text Example
White with #ADE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE880; }
p { color: rgb(173,232,128); }
H1.HeaderClassName
{
color: #ADE880;
}
.AnyTagClassName
{
color: #ADE880;
}
</style>
background-color css
<style>
a { background-color: #ADE880; }
a { background-color: rgb(173,232,128); }
div.DivClassName
{
background-color: #ADE880;
}
.BgClassName
{
background-color: #ADE880;
}
</style>
border-color css
<style>
span { border-color: #ADE880; }
span { border-color: rgb(173,232,128); }
td.TdClassName
{
border-color: #ADE880;
}
.TagClassName
{
border-color: #ADE880;
}
</style>