Shades of Feijoa #ADE290
Tints of Feijoa #ADE290
RGB
CMYK
RGB Variations
Color information
#ADE290 (or 0xADE290) is known color: Feijoa. HEX triplet: AD, E2 and 90. RGB value is (173,226,144). Sum of RGB (Red+Green+Blue) = 173+226+144=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE290 is #521D6F. Grayscale: #C9C9C9. Windows color (decimal): -5381488 or 9495213. OLE color: 9495213.
HSL color Cylindrical-coordinate representation of color #ADE290: hue angle of 98.78º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE290 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 144 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.11 |
| HSL | 98.78º | 0.59% | 0.73% | - |
| HSV(B) | 98.78º | 0.36% | 0.89% | - |
| XYZ | 49.46 | 65.29 | 36.38 | - |
| YUV | 200.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 144 | 0.23 | 0 | 0.36 | 0.11 | 98.78 | 0.59 | 0.73 |
| Hex | AD | E2 | 90 | 17 | 0 | 24 | B | 63 | 3B | 49 |
| Octal | 255 | 342 | 220 | 27 | 0 | 44 | 13 | 143 | 73 | 111 |
| Binary | 10101101 | 11100010 | 10010000 | 10111 | 0 | 100100 | 1011 | 1100011 | 111011 | 1001001 |
Color Harmonies of #ADE290
Complementary color
Monochromatic Colors of #ADE290
Black with #ADE290
Text Example
Text Example
White with #ADE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE290; }
p { color: rgb(173,226,144); }
H1.HeaderClassName
{
color: #ADE290;
}
.AnyTagClassName
{
color: #ADE290;
}
</style>
background-color css
<style>
a { background-color: #ADE290; }
a { background-color: rgb(173,226,144); }
div.DivClassName
{
background-color: #ADE290;
}
.BgClassName
{
background-color: #ADE290;
}
</style>
border-color css
<style>
span { border-color: #ADE290; }
span { border-color: rgb(173,226,144); }
td.TdClassName
{
border-color: #ADE290;
}
.TagClassName
{
border-color: #ADE290;
}
</style>