Shades of Feijoa #ADE07F
Tints of Feijoa #ADE07F
RGB
CMYK
RGB Variations
Color information
#ADE07F (or 0xADE07F) is known color: Feijoa. HEX triplet: AD, E0 and 7F. RGB value is (173,224,127). Sum of RGB (Red+Green+Blue) = 173+224+127=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE07F is #521F80. Grayscale: #C6C6C6. Windows color (decimal): -5382017 or 8380589. OLE color: 8380589.
HSL color Cylindrical-coordinate representation of color #ADE07F: hue angle of 91.55º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE07F is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 127 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.12 |
| HSL | 91.55º | 0.61% | 0.69% | - |
| HSV(B) | 91.55º | 0.43% | 0.88% | - |
| XYZ | 47.72 | 63.73 | 29.86 | - |
| YUV | 197.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 127 | 0.23 | 0 | 0.43 | 0.12 | 91.55 | 0.61 | 0.69 |
| Hex | AD | E0 | 7F | 17 | 0 | 2B | C | 5C | 3D | 45 |
| Octal | 255 | 340 | 177 | 27 | 0 | 53 | 14 | 134 | 75 | 105 |
| Binary | 10101101 | 11100000 | 1111111 | 10111 | 0 | 101011 | 1100 | 1011100 | 111101 | 1000101 |
Color Harmonies of #ADE07F
Complementary color
Monochromatic Colors of #ADE07F
Black with #ADE07F
Text Example
Text Example
White with #ADE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE07F; }
p { color: rgb(173,224,127); }
H1.HeaderClassName
{
color: #ADE07F;
}
.AnyTagClassName
{
color: #ADE07F;
}
</style>
background-color css
<style>
a { background-color: #ADE07F; }
a { background-color: rgb(173,224,127); }
div.DivClassName
{
background-color: #ADE07F;
}
.BgClassName
{
background-color: #ADE07F;
}
</style>
border-color css
<style>
span { border-color: #ADE07F; }
span { border-color: rgb(173,224,127); }
td.TdClassName
{
border-color: #ADE07F;
}
.TagClassName
{
border-color: #ADE07F;
}
</style>