Shades of Feijoa #ADE077
Tints of Feijoa #ADE077
RGB
CMYK
RGB Variations
Color information
#ADE077 (or 0xADE077) is known color: Feijoa. HEX triplet: AD, E0 and 77. RGB value is (173,224,119). Sum of RGB (Red+Green+Blue) = 173+224+119=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE077 is #521F88. Grayscale: #C5C5C5. Windows color (decimal): -5382025 or 7856301. OLE color: 7856301.
HSL color Cylindrical-coordinate representation of color #ADE077: hue angle of 89.14º 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 #ADE077 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 119 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.12 |
| HSL | 89.14º | 0.63% | 0.67% | - |
| HSV(B) | 89.14º | 0.47% | 0.88% | - |
| XYZ | 47.22 | 63.53 | 27.23 | - |
| YUV | 196.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 119 | 0.23 | 0 | 0.47 | 0.12 | 89.14 | 0.63 | 0.67 |
| Hex | AD | E0 | 77 | 17 | 0 | 2F | C | 59 | 3F | 43 |
| Octal | 255 | 340 | 167 | 27 | 0 | 57 | 14 | 131 | 77 | 103 |
| Binary | 10101101 | 11100000 | 1110111 | 10111 | 0 | 101111 | 1100 | 1011001 | 111111 | 1000011 |
Color Harmonies of #ADE077
Complementary color
Monochromatic Colors of #ADE077
Black with #ADE077
Text Example
Text Example
White with #ADE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE077; }
p { color: rgb(173,224,119); }
H1.HeaderClassName
{
color: #ADE077;
}
.AnyTagClassName
{
color: #ADE077;
}
</style>
background-color css
<style>
a { background-color: #ADE077; }
a { background-color: rgb(173,224,119); }
div.DivClassName
{
background-color: #ADE077;
}
.BgClassName
{
background-color: #ADE077;
}
</style>
border-color css
<style>
span { border-color: #ADE077; }
span { border-color: rgb(173,224,119); }
td.TdClassName
{
border-color: #ADE077;
}
.TagClassName
{
border-color: #ADE077;
}
</style>