Shades of Feijoa #ADE273
Tints of Feijoa #ADE273
RGB
CMYK
RGB Variations
Color information
#ADE273 (or 0xADE273) is known color: Feijoa. HEX triplet: AD, E2 and 73. RGB value is (173,226,115). Sum of RGB (Red+Green+Blue) = 173+226+115=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE273 is #521D8C. Grayscale: #C5C5C5. Windows color (decimal): -5381517 or 7594669. OLE color: 7594669.
HSL color Cylindrical-coordinate representation of color #ADE273: hue angle of 88.65º degrees, saturation: 0.66, 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 #ADE273 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 115 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.11 |
| HSL | 88.65º | 0.66% | 0.67% | - |
| HSV(B) | 88.65º | 0.49% | 0.89% | - |
| XYZ | 47.52 | 64.51 | 26.17 | - |
| YUV | 197.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 115 | 0.23 | 0 | 0.49 | 0.11 | 88.65 | 0.66 | 0.67 |
| Hex | AD | E2 | 73 | 17 | 0 | 31 | B | 59 | 42 | 43 |
| Octal | 255 | 342 | 163 | 27 | 0 | 61 | 13 | 131 | 102 | 103 |
| Binary | 10101101 | 11100010 | 1110011 | 10111 | 0 | 110001 | 1011 | 1011001 | 1000010 | 1000011 |
Color Harmonies of #ADE273
Complementary color
Monochromatic Colors of #ADE273
Black with #ADE273
Text Example
Text Example
White with #ADE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE273; }
p { color: rgb(173,226,115); }
H1.HeaderClassName
{
color: #ADE273;
}
.AnyTagClassName
{
color: #ADE273;
}
</style>
background-color css
<style>
a { background-color: #ADE273; }
a { background-color: rgb(173,226,115); }
div.DivClassName
{
background-color: #ADE273;
}
.BgClassName
{
background-color: #ADE273;
}
</style>
border-color css
<style>
span { border-color: #ADE273; }
span { border-color: rgb(173,226,115); }
td.TdClassName
{
border-color: #ADE273;
}
.TagClassName
{
border-color: #ADE273;
}
</style>