Shades of Feijoa #ADEA73
Tints of Feijoa #ADEA73
RGB
CMYK
RGB Variations
Color information
#ADEA73 (or 0xADEA73) is known color: Feijoa. HEX triplet: AD, EA and 73. RGB value is (173,234,115). Sum of RGB (Red+Green+Blue) = 173+234+115=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA73 is #52158C. Grayscale: #CACACA. Windows color (decimal): -5379469 or 7596717. OLE color: 7596717.
HSL color Cylindrical-coordinate representation of color #ADEA73: hue angle of 90.76º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADEA73 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 115 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.08 |
| HSL | 90.76º | 0.74% | 0.68% | - |
| HSV(B) | 90.76º | 0.51% | 0.92% | - |
| XYZ | 49.75 | 68.97 | 26.91 | - |
| YUV | 202.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 115 | 0.26 | 0 | 0.51 | 0.08 | 90.76 | 0.74 | 0.68 |
| Hex | AD | EA | 73 | 1A | 0 | 33 | 8 | 5B | 4A | 44 |
| Octal | 255 | 352 | 163 | 32 | 0 | 63 | 10 | 133 | 112 | 104 |
| Binary | 10101101 | 11101010 | 1110011 | 11010 | 0 | 110011 | 1000 | 1011011 | 1001010 | 1000100 |
Color Harmonies of #ADEA73
Complementary color
Monochromatic Colors of #ADEA73
Black with #ADEA73
Text Example
Text Example
White with #ADEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA73; }
p { color: rgb(173,234,115); }
H1.HeaderClassName
{
color: #ADEA73;
}
.AnyTagClassName
{
color: #ADEA73;
}
</style>
background-color css
<style>
a { background-color: #ADEA73; }
a { background-color: rgb(173,234,115); }
div.DivClassName
{
background-color: #ADEA73;
}
.BgClassName
{
background-color: #ADEA73;
}
</style>
border-color css
<style>
span { border-color: #ADEA73; }
span { border-color: rgb(173,234,115); }
td.TdClassName
{
border-color: #ADEA73;
}
.TagClassName
{
border-color: #ADEA73;
}
</style>