Shades of Feijoa #ADE078
Tints of Feijoa #ADE078
RGB
CMYK
RGB Variations
Color information
#ADE078 (or 0xADE078) is known color: Feijoa. HEX triplet: AD, E0 and 78. RGB value is (173,224,120). Sum of RGB (Red+Green+Blue) = 173+224+120=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE078 is #521F87. Grayscale: #C5C5C5. Windows color (decimal): -5382024 or 7921837. OLE color: 7921837.
HSL color Cylindrical-coordinate representation of color #ADE078: hue angle of 89.42º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE078 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 120 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.12 |
| HSL | 89.42º | 0.63% | 0.67% | - |
| HSV(B) | 89.42º | 0.46% | 0.88% | - |
| XYZ | 47.28 | 63.55 | 27.54 | - |
| YUV | 196.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 120 | 0.23 | 0 | 0.46 | 0.12 | 89.42 | 0.63 | 0.67 |
| Hex | AD | E0 | 78 | 17 | 0 | 2E | C | 59 | 3F | 43 |
| Octal | 255 | 340 | 170 | 27 | 0 | 56 | 14 | 131 | 77 | 103 |
| Binary | 10101101 | 11100000 | 1111000 | 10111 | 0 | 101110 | 1100 | 1011001 | 111111 | 1000011 |
Color Harmonies of #ADE078
Complementary color
Monochromatic Colors of #ADE078
Black with #ADE078
Text Example
Text Example
White with #ADE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE078; }
p { color: rgb(173,224,120); }
H1.HeaderClassName
{
color: #ADE078;
}
.AnyTagClassName
{
color: #ADE078;
}
</style>
background-color css
<style>
a { background-color: #ADE078; }
a { background-color: rgb(173,224,120); }
div.DivClassName
{
background-color: #ADE078;
}
.BgClassName
{
background-color: #ADE078;
}
</style>
border-color css
<style>
span { border-color: #ADE078; }
span { border-color: rgb(173,224,120); }
td.TdClassName
{
border-color: #ADE078;
}
.TagClassName
{
border-color: #ADE078;
}
</style>