Shades of Feijoa #ADE671
Tints of Feijoa #ADE671
RGB
CMYK
RGB Variations
Color information
#ADE671 (or 0xADE671) is known color: Feijoa. HEX triplet: AD, E6 and 71. RGB value is (173,230,113). Sum of RGB (Red+Green+Blue) = 173+230+113=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE671 is #52198E. Grayscale: #C8C8C8. Windows color (decimal): -5380495 or 7464621. OLE color: 7464621.
HSL color Cylindrical-coordinate representation of color #ADE671: hue angle of 89.23º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE671 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 113 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.10 |
| HSL | 89.23º | 0.7% | 0.67% | - |
| HSV(B) | 89.23º | 0.51% | 0.9% | - |
| XYZ | 48.51 | 66.67 | 25.93 | - |
| YUV | 199.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 113 | 0.25 | 0 | 0.51 | 0.10 | 89.23 | 0.7 | 0.67 |
| Hex | AD | E6 | 71 | 19 | 0 | 33 | A | 59 | 46 | 43 |
| Octal | 255 | 346 | 161 | 31 | 0 | 63 | 12 | 131 | 106 | 103 |
| Binary | 10101101 | 11100110 | 1110001 | 11001 | 0 | 110011 | 1010 | 1011001 | 1000110 | 1000011 |
Color Harmonies of #ADE671
Complementary color
Monochromatic Colors of #ADE671
Black with #ADE671
Text Example
Text Example
White with #ADE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE671; }
p { color: rgb(173,230,113); }
H1.HeaderClassName
{
color: #ADE671;
}
.AnyTagClassName
{
color: #ADE671;
}
</style>
background-color css
<style>
a { background-color: #ADE671; }
a { background-color: rgb(173,230,113); }
div.DivClassName
{
background-color: #ADE671;
}
.BgClassName
{
background-color: #ADE671;
}
</style>
border-color css
<style>
span { border-color: #ADE671; }
span { border-color: rgb(173,230,113); }
td.TdClassName
{
border-color: #ADE671;
}
.TagClassName
{
border-color: #ADE671;
}
</style>