Shades of Feijoa #ADE175
Tints of Feijoa #ADE175
RGB
CMYK
RGB Variations
Color information
#ADE175 (or 0xADE175) is known color: Feijoa. HEX triplet: AD, E1 and 75. RGB value is (173,225,117). Sum of RGB (Red+Green+Blue) = 173+225+117=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE175 is #521E8A. Grayscale: #C5C5C5. Windows color (decimal): -5381771 or 7725485. OLE color: 7725485.
HSL color Cylindrical-coordinate representation of color #ADE175: hue angle of 88.89º 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 #ADE175 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 117 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.12 |
| HSL | 88.89º | 0.64% | 0.67% | - |
| HSV(B) | 88.89º | 0.48% | 0.88% | - |
| XYZ | 47.37 | 64.02 | 26.69 | - |
| YUV | 197.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 117 | 0.23 | 0 | 0.48 | 0.12 | 88.89 | 0.64 | 0.67 |
| Hex | AD | E1 | 75 | 17 | 0 | 30 | C | 59 | 40 | 43 |
| Octal | 255 | 341 | 165 | 27 | 0 | 60 | 14 | 131 | 100 | 103 |
| Binary | 10101101 | 11100001 | 1110101 | 10111 | 0 | 110000 | 1100 | 1011001 | 1000000 | 1000011 |
Color Harmonies of #ADE175
Complementary color
Monochromatic Colors of #ADE175
Black with #ADE175
Text Example
Text Example
White with #ADE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE175; }
p { color: rgb(173,225,117); }
H1.HeaderClassName
{
color: #ADE175;
}
.AnyTagClassName
{
color: #ADE175;
}
</style>
background-color css
<style>
a { background-color: #ADE175; }
a { background-color: rgb(173,225,117); }
div.DivClassName
{
background-color: #ADE175;
}
.BgClassName
{
background-color: #ADE175;
}
</style>
border-color css
<style>
span { border-color: #ADE175; }
span { border-color: rgb(173,225,117); }
td.TdClassName
{
border-color: #ADE175;
}
.TagClassName
{
border-color: #ADE175;
}
</style>