Shades of Feijoa #ADE991
Tints of Feijoa #ADE991
RGB
CMYK
RGB Variations
Color information
#ADE991 (or 0xADE991) is known color: Feijoa. HEX triplet: AD, E9 and 91. RGB value is (173,233,145). Sum of RGB (Red+Green+Blue) = 173+233+145=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE991 is #52166E. Grayscale: #CDCDCD. Windows color (decimal): -5379695 or 9562541. OLE color: 9562541.
HSL color Cylindrical-coordinate representation of color #ADE991: hue angle of 100.91º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE991 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 145 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.09 |
| HSL | 100.91º | 0.67% | 0.74% | - |
| HSV(B) | 100.91º | 0.38% | 0.91% | - |
| XYZ | 51.48 | 69.21 | 37.43 | - |
| YUV | 205.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 145 | 0.26 | 0 | 0.38 | 0.09 | 100.91 | 0.67 | 0.74 |
| Hex | AD | E9 | 91 | 1A | 0 | 26 | 9 | 65 | 43 | 4A |
| Octal | 255 | 351 | 221 | 32 | 0 | 46 | 11 | 145 | 103 | 112 |
| Binary | 10101101 | 11101001 | 10010001 | 11010 | 0 | 100110 | 1001 | 1100101 | 1000011 | 1001010 |
Color Harmonies of #ADE991
Complementary color
Monochromatic Colors of #ADE991
Black with #ADE991
Text Example
Text Example
White with #ADE991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE991; }
p { color: rgb(173,233,145); }
H1.HeaderClassName
{
color: #ADE991;
}
.AnyTagClassName
{
color: #ADE991;
}
</style>
background-color css
<style>
a { background-color: #ADE991; }
a { background-color: rgb(173,233,145); }
div.DivClassName
{
background-color: #ADE991;
}
.BgClassName
{
background-color: #ADE991;
}
</style>
border-color css
<style>
span { border-color: #ADE991; }
span { border-color: rgb(173,233,145); }
td.TdClassName
{
border-color: #ADE991;
}
.TagClassName
{
border-color: #ADE991;
}
</style>