Shades of Feijoa #ADE076
Tints of Feijoa #ADE076
RGB
CMYK
RGB Variations
Color information
#ADE076 (or 0xADE076) is known color: Feijoa. HEX triplet: AD, E0 and 76. RGB value is (173,224,118). Sum of RGB (Red+Green+Blue) = 173+224+118=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE076 is #521F89. Grayscale: #C5C5C5. Windows color (decimal): -5382026 or 7790765. OLE color: 7790765.
HSL color Cylindrical-coordinate representation of color #ADE076: hue angle of 88.87º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADE076 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 118 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.12 |
| HSL | 88.87º | 0.63% | 0.67% | - |
| HSV(B) | 88.87º | 0.47% | 0.88% | - |
| XYZ | 47.16 | 63.5 | 26.91 | - |
| YUV | 196.67 | 83.6 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 118 | 0.23 | 0 | 0.47 | 0.12 | 88.87 | 0.63 | 0.67 |
| Hex | AD | E0 | 76 | 17 | 0 | 2F | C | 59 | 3F | 43 |
| Octal | 255 | 340 | 166 | 27 | 0 | 57 | 14 | 131 | 77 | 103 |
| Binary | 10101101 | 11100000 | 1110110 | 10111 | 0 | 101111 | 1100 | 1011001 | 111111 | 1000011 |
Color Harmonies of #ADE076
Complementary color
Monochromatic Colors of #ADE076
Black with #ADE076
Text Example
Text Example
White with #ADE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE076; }
p { color: rgb(173,224,118); }
H1.HeaderClassName
{
color: #ADE076;
}
.AnyTagClassName
{
color: #ADE076;
}
</style>
background-color css
<style>
a { background-color: #ADE076; }
a { background-color: rgb(173,224,118); }
div.DivClassName
{
background-color: #ADE076;
}
.BgClassName
{
background-color: #ADE076;
}
</style>
border-color css
<style>
span { border-color: #ADE076; }
span { border-color: rgb(173,224,118); }
td.TdClassName
{
border-color: #ADE076;
}
.TagClassName
{
border-color: #ADE076;
}
</style>