Shades of Feijoa #ADE079
Tints of Feijoa #ADE079
RGB
CMYK
RGB Variations
Color information
#ADE079 (or 0xADE079) is known color: Feijoa. HEX triplet: AD, E0 and 79. RGB value is (173,224,121). Sum of RGB (Red+Green+Blue) = 173+224+121=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE079 is #521F86. Grayscale: #C5C5C5. Windows color (decimal): -5382023 or 7987373. OLE color: 7987373.
HSL color Cylindrical-coordinate representation of color #ADE079: hue angle of 89.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE079 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 121 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.12 |
| HSL | 89.71º | 0.62% | 0.68% | - |
| HSV(B) | 89.71º | 0.46% | 0.88% | - |
| XYZ | 47.34 | 63.58 | 27.87 | - |
| YUV | 197.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 121 | 0.23 | 0 | 0.46 | 0.12 | 89.71 | 0.62 | 0.68 |
| Hex | AD | E0 | 79 | 17 | 0 | 2E | C | 5A | 3E | 44 |
| Octal | 255 | 340 | 171 | 27 | 0 | 56 | 14 | 132 | 76 | 104 |
| Binary | 10101101 | 11100000 | 1111001 | 10111 | 0 | 101110 | 1100 | 1011010 | 111110 | 1000100 |
Color Harmonies of #ADE079
Complementary color
Monochromatic Colors of #ADE079
Black with #ADE079
Text Example
Text Example
White with #ADE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE079; }
p { color: rgb(173,224,121); }
H1.HeaderClassName
{
color: #ADE079;
}
.AnyTagClassName
{
color: #ADE079;
}
</style>
background-color css
<style>
a { background-color: #ADE079; }
a { background-color: rgb(173,224,121); }
div.DivClassName
{
background-color: #ADE079;
}
.BgClassName
{
background-color: #ADE079;
}
</style>
border-color css
<style>
span { border-color: #ADE079; }
span { border-color: rgb(173,224,121); }
td.TdClassName
{
border-color: #ADE079;
}
.TagClassName
{
border-color: #ADE079;
}
</style>