Shades of Feijoa #ADE073
Tints of Feijoa #ADE073
RGB
CMYK
RGB Variations
Color information
#ADE073 (or 0xADE073) is known color: Feijoa. HEX triplet: AD, E0 and 73. RGB value is (173,224,115). Sum of RGB (Red+Green+Blue) = 173+224+115=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE073 is #521F8C. Grayscale: #C4C4C4. Windows color (decimal): -5382029 or 7594157. OLE color: 7594157.
HSL color Cylindrical-coordinate representation of color #ADE073: hue angle of 88.07º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE073 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 115 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.12 |
| HSL | 88.07º | 0.64% | 0.66% | - |
| HSV(B) | 88.07º | 0.49% | 0.88% | - |
| XYZ | 46.98 | 63.43 | 25.99 | - |
| YUV | 196.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 115 | 0.23 | 0 | 0.49 | 0.12 | 88.07 | 0.64 | 0.66 |
| Hex | AD | E0 | 73 | 17 | 0 | 31 | C | 58 | 40 | 42 |
| Octal | 255 | 340 | 163 | 27 | 0 | 61 | 14 | 130 | 100 | 102 |
| Binary | 10101101 | 11100000 | 1110011 | 10111 | 0 | 110001 | 1100 | 1011000 | 1000000 | 1000010 |
Color Harmonies of #ADE073
Complementary color
Monochromatic Colors of #ADE073
Black with #ADE073
Text Example
Text Example
White with #ADE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE073; }
p { color: rgb(173,224,115); }
H1.HeaderClassName
{
color: #ADE073;
}
.AnyTagClassName
{
color: #ADE073;
}
</style>
background-color css
<style>
a { background-color: #ADE073; }
a { background-color: rgb(173,224,115); }
div.DivClassName
{
background-color: #ADE073;
}
.BgClassName
{
background-color: #ADE073;
}
</style>
border-color css
<style>
span { border-color: #ADE073; }
span { border-color: rgb(173,224,115); }
td.TdClassName
{
border-color: #ADE073;
}
.TagClassName
{
border-color: #ADE073;
}
</style>