Shades of Feijoa #ADE791
Tints of Feijoa #ADE791
RGB
CMYK
RGB Variations
Color information
#ADE791 (or 0xADE791) is known color: Feijoa. HEX triplet: AD, E7 and 91. RGB value is (173,231,145). Sum of RGB (Red+Green+Blue) = 173+231+145=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE791 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE791 is #52186E. Grayscale: #CCCCCC. Windows color (decimal): -5380207 or 9562029. OLE color: 9562029.
HSL color Cylindrical-coordinate representation of color #ADE791: hue angle of 100.47º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE791 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 145 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.09 |
| HSL | 100.47º | 0.64% | 0.74% | - |
| HSV(B) | 100.47º | 0.37% | 0.91% | - |
| XYZ | 50.92 | 68.08 | 37.25 | - |
| YUV | 203.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 145 | 0.25 | 0 | 0.37 | 0.09 | 100.47 | 0.64 | 0.74 |
| Hex | AD | E7 | 91 | 19 | 0 | 25 | 9 | 64 | 40 | 4A |
| Octal | 255 | 347 | 221 | 31 | 0 | 45 | 11 | 144 | 100 | 112 |
| Binary | 10101101 | 11100111 | 10010001 | 11001 | 0 | 100101 | 1001 | 1100100 | 1000000 | 1001010 |
Color Harmonies of #ADE791
Complementary color
Monochromatic Colors of #ADE791
Black with #ADE791
Text Example
Text Example
White with #ADE791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE791; }
p { color: rgb(173,231,145); }
H1.HeaderClassName
{
color: #ADE791;
}
.AnyTagClassName
{
color: #ADE791;
}
</style>
background-color css
<style>
a { background-color: #ADE791; }
a { background-color: rgb(173,231,145); }
div.DivClassName
{
background-color: #ADE791;
}
.BgClassName
{
background-color: #ADE791;
}
</style>
border-color css
<style>
span { border-color: #ADE791; }
span { border-color: rgb(173,231,145); }
td.TdClassName
{
border-color: #ADE791;
}
.TagClassName
{
border-color: #ADE791;
}
</style>