Shades of Feijoa #ADE878
Tints of Feijoa #ADE878
RGB
CMYK
RGB Variations
Color information
#ADE878 (or 0xADE878) is known color: Feijoa. HEX triplet: AD, E8 and 78. RGB value is (173,232,120). Sum of RGB (Red+Green+Blue) = 173+232+120=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE878 is #521787. Grayscale: #C9C9C9. Windows color (decimal): -5379976 or 7923885. OLE color: 7923885.
HSL color Cylindrical-coordinate representation of color #ADE878: hue angle of 91.61º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE878 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 120 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.09 |
| HSL | 91.61º | 0.71% | 0.69% | - |
| HSV(B) | 91.61º | 0.48% | 0.91% | - |
| XYZ | 49.48 | 67.95 | 28.28 | - |
| YUV | 201.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 120 | 0.25 | 0 | 0.48 | 0.09 | 91.61 | 0.71 | 0.69 |
| Hex | AD | E8 | 78 | 19 | 0 | 30 | 9 | 5C | 47 | 45 |
| Octal | 255 | 350 | 170 | 31 | 0 | 60 | 11 | 134 | 107 | 105 |
| Binary | 10101101 | 11101000 | 1111000 | 11001 | 0 | 110000 | 1001 | 1011100 | 1000111 | 1000101 |
Color Harmonies of #ADE878
Complementary color
Monochromatic Colors of #ADE878
Black with #ADE878
Text Example
Text Example
White with #ADE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE878; }
p { color: rgb(173,232,120); }
H1.HeaderClassName
{
color: #ADE878;
}
.AnyTagClassName
{
color: #ADE878;
}
</style>
background-color css
<style>
a { background-color: #ADE878; }
a { background-color: rgb(173,232,120); }
div.DivClassName
{
background-color: #ADE878;
}
.BgClassName
{
background-color: #ADE878;
}
</style>
border-color css
<style>
span { border-color: #ADE878; }
span { border-color: rgb(173,232,120); }
td.TdClassName
{
border-color: #ADE878;
}
.TagClassName
{
border-color: #ADE878;
}
</style>