Shades of Feijoa #ADE690
Tints of Feijoa #ADE690
RGB
CMYK
RGB Variations
Color information
#ADE690 (or 0xADE690) is known color: Feijoa. HEX triplet: AD, E6 and 90. RGB value is (173,230,144). Sum of RGB (Red+Green+Blue) = 173+230+144=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE690 is #52196F. Grayscale: #CBCBCB. Windows color (decimal): -5380464 or 9496237. OLE color: 9496237.
HSL color Cylindrical-coordinate representation of color #ADE690: hue angle of 99.77º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE690 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 144 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.10 |
| HSL | 99.77º | 0.63% | 0.73% | - |
| HSV(B) | 99.77º | 0.37% | 0.9% | - |
| XYZ | 50.56 | 67.49 | 36.75 | - |
| YUV | 203.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 144 | 0.25 | 0 | 0.37 | 0.10 | 99.77 | 0.63 | 0.73 |
| Hex | AD | E6 | 90 | 19 | 0 | 25 | A | 64 | 3F | 49 |
| Octal | 255 | 346 | 220 | 31 | 0 | 45 | 12 | 144 | 77 | 111 |
| Binary | 10101101 | 11100110 | 10010000 | 11001 | 0 | 100101 | 1010 | 1100100 | 111111 | 1001001 |
Color Harmonies of #ADE690
Complementary color
Monochromatic Colors of #ADE690
Black with #ADE690
Text Example
Text Example
White with #ADE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE690; }
p { color: rgb(173,230,144); }
H1.HeaderClassName
{
color: #ADE690;
}
.AnyTagClassName
{
color: #ADE690;
}
</style>
background-color css
<style>
a { background-color: #ADE690; }
a { background-color: rgb(173,230,144); }
div.DivClassName
{
background-color: #ADE690;
}
.BgClassName
{
background-color: #ADE690;
}
</style>
border-color css
<style>
span { border-color: #ADE690; }
span { border-color: rgb(173,230,144); }
td.TdClassName
{
border-color: #ADE690;
}
.TagClassName
{
border-color: #ADE690;
}
</style>