Shades of Feijoa #ADE373
Tints of Feijoa #ADE373
RGB
CMYK
RGB Variations
Color information
#ADE373 (or 0xADE373) is known color: Feijoa. HEX triplet: AD, E3 and 73. RGB value is (173,227,115). Sum of RGB (Red+Green+Blue) = 173+227+115=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE373 is #521C8C. Grayscale: #C6C6C6. Windows color (decimal): -5381261 or 7594925. OLE color: 7594925.
HSL color Cylindrical-coordinate representation of color #ADE373: hue angle of 88.93º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE373 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 115 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.11 |
| HSL | 88.93º | 0.67% | 0.67% | - |
| HSV(B) | 88.93º | 0.49% | 0.89% | - |
| XYZ | 47.8 | 65.06 | 26.26 | - |
| YUV | 198.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 115 | 0.24 | 0 | 0.49 | 0.11 | 88.93 | 0.67 | 0.67 |
| Hex | AD | E3 | 73 | 18 | 0 | 31 | B | 59 | 43 | 43 |
| Octal | 255 | 343 | 163 | 30 | 0 | 61 | 13 | 131 | 103 | 103 |
| Binary | 10101101 | 11100011 | 1110011 | 11000 | 0 | 110001 | 1011 | 1011001 | 1000011 | 1000011 |
Color Harmonies of #ADE373
Complementary color
Monochromatic Colors of #ADE373
Black with #ADE373
Text Example
Text Example
White with #ADE373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE373; }
p { color: rgb(173,227,115); }
H1.HeaderClassName
{
color: #ADE373;
}
.AnyTagClassName
{
color: #ADE373;
}
</style>
background-color css
<style>
a { background-color: #ADE373; }
a { background-color: rgb(173,227,115); }
div.DivClassName
{
background-color: #ADE373;
}
.BgClassName
{
background-color: #ADE373;
}
</style>
border-color css
<style>
span { border-color: #ADE373; }
span { border-color: rgb(173,227,115); }
td.TdClassName
{
border-color: #ADE373;
}
.TagClassName
{
border-color: #ADE373;
}
</style>