Shades of Feijoa #ADE785
Tints of Feijoa #ADE785
RGB
CMYK
RGB Variations
Color information
#ADE785 (or 0xADE785) is known color: Feijoa. HEX triplet: AD, E7 and 85. RGB value is (173,231,133). Sum of RGB (Red+Green+Blue) = 173+231+133=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE785 is #52187A. Grayscale: #CACACA. Windows color (decimal): -5380219 or 8775597. OLE color: 8775597.
HSL color Cylindrical-coordinate representation of color #ADE785: hue angle of 95.51º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE785 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 133 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.09 |
| HSL | 95.51º | 0.67% | 0.71% | - |
| HSV(B) | 95.51º | 0.42% | 0.91% | - |
| XYZ | 50.04 | 67.73 | 32.63 | - |
| YUV | 202.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 133 | 0.25 | 0 | 0.42 | 0.09 | 95.51 | 0.67 | 0.71 |
| Hex | AD | E7 | 85 | 19 | 0 | 2A | 9 | 60 | 43 | 47 |
| Octal | 255 | 347 | 205 | 31 | 0 | 52 | 11 | 140 | 103 | 107 |
| Binary | 10101101 | 11100111 | 10000101 | 11001 | 0 | 101010 | 1001 | 1100000 | 1000011 | 1000111 |
Color Harmonies of #ADE785
Complementary color
Monochromatic Colors of #ADE785
Black with #ADE785
Text Example
Text Example
White with #ADE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE785; }
p { color: rgb(173,231,133); }
H1.HeaderClassName
{
color: #ADE785;
}
.AnyTagClassName
{
color: #ADE785;
}
</style>
background-color css
<style>
a { background-color: #ADE785; }
a { background-color: rgb(173,231,133); }
div.DivClassName
{
background-color: #ADE785;
}
.BgClassName
{
background-color: #ADE785;
}
</style>
border-color css
<style>
span { border-color: #ADE785; }
span { border-color: rgb(173,231,133); }
td.TdClassName
{
border-color: #ADE785;
}
.TagClassName
{
border-color: #ADE785;
}
</style>