Shades of Feijoa #ADE174
Tints of Feijoa #ADE174
RGB
CMYK
RGB Variations
Color information
#ADE174 (or 0xADE174) is known color: Feijoa. HEX triplet: AD, E1 and 74. RGB value is (173,225,116). Sum of RGB (Red+Green+Blue) = 173+225+116=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE174 is #521E8B. Grayscale: #C5C5C5. Windows color (decimal): -5381772 or 7659949. OLE color: 7659949.
HSL color Cylindrical-coordinate representation of color #ADE174: hue angle of 88.62º 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 #ADE174 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 116 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.12 |
| HSL | 88.62º | 0.64% | 0.67% | - |
| HSV(B) | 88.62º | 0.48% | 0.88% | - |
| XYZ | 47.31 | 64 | 26.38 | - |
| YUV | 197.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 116 | 0.23 | 0 | 0.48 | 0.12 | 88.62 | 0.64 | 0.67 |
| Hex | AD | E1 | 74 | 17 | 0 | 30 | C | 59 | 40 | 43 |
| Octal | 255 | 341 | 164 | 27 | 0 | 60 | 14 | 131 | 100 | 103 |
| Binary | 10101101 | 11100001 | 1110100 | 10111 | 0 | 110000 | 1100 | 1011001 | 1000000 | 1000011 |
Color Harmonies of #ADE174
Complementary color
Monochromatic Colors of #ADE174
Black with #ADE174
Text Example
Text Example
White with #ADE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE174; }
p { color: rgb(173,225,116); }
H1.HeaderClassName
{
color: #ADE174;
}
.AnyTagClassName
{
color: #ADE174;
}
</style>
background-color css
<style>
a { background-color: #ADE174; }
a { background-color: rgb(173,225,116); }
div.DivClassName
{
background-color: #ADE174;
}
.BgClassName
{
background-color: #ADE174;
}
</style>
border-color css
<style>
span { border-color: #ADE174; }
span { border-color: rgb(173,225,116); }
td.TdClassName
{
border-color: #ADE174;
}
.TagClassName
{
border-color: #ADE174;
}
</style>