Shades of Feijoa #ADE074
Tints of Feijoa #ADE074
RGB
CMYK
RGB Variations
Color information
#ADE074 (or 0xADE074) is known color: Feijoa. HEX triplet: AD, E0 and 74. RGB value is (173,224,116). Sum of RGB (Red+Green+Blue) = 173+224+116=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE074 is #521F8B. Grayscale: #C4C4C4. Windows color (decimal): -5382028 or 7659693. OLE color: 7659693.
HSL color Cylindrical-coordinate representation of color #ADE074: hue angle of 88.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE074 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 116 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.12 |
| HSL | 88.33º | 0.64% | 0.67% | - |
| HSV(B) | 88.33º | 0.48% | 0.88% | - |
| XYZ | 47.04 | 63.46 | 26.29 | - |
| YUV | 196.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 116 | 0.23 | 0 | 0.48 | 0.12 | 88.33 | 0.64 | 0.67 |
| Hex | AD | E0 | 74 | 17 | 0 | 30 | C | 58 | 40 | 43 |
| Octal | 255 | 340 | 164 | 27 | 0 | 60 | 14 | 130 | 100 | 103 |
| Binary | 10101101 | 11100000 | 1110100 | 10111 | 0 | 110000 | 1100 | 1011000 | 1000000 | 1000011 |
Color Harmonies of #ADE074
Complementary color
Monochromatic Colors of #ADE074
Black with #ADE074
Text Example
Text Example
White with #ADE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE074; }
p { color: rgb(173,224,116); }
H1.HeaderClassName
{
color: #ADE074;
}
.AnyTagClassName
{
color: #ADE074;
}
</style>
background-color css
<style>
a { background-color: #ADE074; }
a { background-color: rgb(173,224,116); }
div.DivClassName
{
background-color: #ADE074;
}
.BgClassName
{
background-color: #ADE074;
}
</style>
border-color css
<style>
span { border-color: #ADE074; }
span { border-color: rgb(173,224,116); }
td.TdClassName
{
border-color: #ADE074;
}
.TagClassName
{
border-color: #ADE074;
}
</style>