Shades of Feijoa #ADE178
Tints of Feijoa #ADE178
RGB
CMYK
RGB Variations
Color information
#ADE178 (or 0xADE178) is known color: Feijoa. HEX triplet: AD, E1 and 78. RGB value is (173,225,120). Sum of RGB (Red+Green+Blue) = 173+225+120=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE178 is #521E87. Grayscale: #C5C5C5. Windows color (decimal): -5381768 or 7922093. OLE color: 7922093.
HSL color Cylindrical-coordinate representation of color #ADE178: hue angle of 89.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADE178 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 120 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.12 |
| HSL | 89.71º | 0.64% | 0.68% | - |
| HSV(B) | 89.71º | 0.47% | 0.88% | - |
| XYZ | 47.55 | 64.09 | 27.63 | - |
| YUV | 197.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 120 | 0.23 | 0 | 0.47 | 0.12 | 89.71 | 0.64 | 0.68 |
| Hex | AD | E1 | 78 | 17 | 0 | 2F | C | 5A | 40 | 44 |
| Octal | 255 | 341 | 170 | 27 | 0 | 57 | 14 | 132 | 100 | 104 |
| Binary | 10101101 | 11100001 | 1111000 | 10111 | 0 | 101111 | 1100 | 1011010 | 1000000 | 1000100 |
Color Harmonies of #ADE178
Complementary color
Monochromatic Colors of #ADE178
Black with #ADE178
Text Example
Text Example
White with #ADE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE178; }
p { color: rgb(173,225,120); }
H1.HeaderClassName
{
color: #ADE178;
}
.AnyTagClassName
{
color: #ADE178;
}
</style>
background-color css
<style>
a { background-color: #ADE178; }
a { background-color: rgb(173,225,120); }
div.DivClassName
{
background-color: #ADE178;
}
.BgClassName
{
background-color: #ADE178;
}
</style>
border-color css
<style>
span { border-color: #ADE178; }
span { border-color: rgb(173,225,120); }
td.TdClassName
{
border-color: #ADE178;
}
.TagClassName
{
border-color: #ADE178;
}
</style>