Shades of Feijoa #ADE971
Tints of Feijoa #ADE971
RGB
CMYK
RGB Variations
Color information
#ADE971 (or 0xADE971) is known color: Feijoa. HEX triplet: AD, E9 and 71. RGB value is (173,233,113). Sum of RGB (Red+Green+Blue) = 173+233+113=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE971 is #52168E. Grayscale: #C9C9C9. Windows color (decimal): -5379727 or 7465389. OLE color: 7465389.
HSL color Cylindrical-coordinate representation of color #ADE971: hue angle of 90º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE971 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 113 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 90º | 0.73% | 0.68% | - |
| HSV(B) | 90º | 0.52% | 0.91% | - |
| XYZ | 49.35 | 68.35 | 26.22 | - |
| YUV | 201.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 113 | 0.26 | 0 | 0.52 | 0.09 | 90 | 0.73 | 0.68 |
| Hex | AD | E9 | 71 | 1A | 0 | 34 | 9 | 5A | 49 | 44 |
| Octal | 255 | 351 | 161 | 32 | 0 | 64 | 11 | 132 | 111 | 104 |
| Binary | 10101101 | 11101001 | 1110001 | 11010 | 0 | 110100 | 1001 | 1011010 | 1001001 | 1000100 |
Color Harmonies of #ADE971
Complementary color
Monochromatic Colors of #ADE971
Black with #ADE971
Text Example
Text Example
White with #ADE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE971; }
p { color: rgb(173,233,113); }
H1.HeaderClassName
{
color: #ADE971;
}
.AnyTagClassName
{
color: #ADE971;
}
</style>
background-color css
<style>
a { background-color: #ADE971; }
a { background-color: rgb(173,233,113); }
div.DivClassName
{
background-color: #ADE971;
}
.BgClassName
{
background-color: #ADE971;
}
</style>
border-color css
<style>
span { border-color: #ADE971; }
span { border-color: rgb(173,233,113); }
td.TdClassName
{
border-color: #ADE971;
}
.TagClassName
{
border-color: #ADE971;
}
</style>