Shades of Feijoa #ADE190
Tints of Feijoa #ADE190
RGB
CMYK
RGB Variations
Color information
#ADE190 (or 0xADE190) is known color: Feijoa. HEX triplet: AD, E1 and 90. RGB value is (173,225,144). Sum of RGB (Red+Green+Blue) = 173+225+144=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE190 is #521E6F. Grayscale: #C8C8C8. Windows color (decimal): -5381744 or 9494957. OLE color: 9494957.
HSL color Cylindrical-coordinate representation of color #ADE190: hue angle of 98.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE190 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 144 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.12 |
| HSL | 98.52º | 0.57% | 0.72% | - |
| HSV(B) | 98.52º | 0.36% | 0.88% | - |
| XYZ | 49.19 | 64.75 | 36.29 | - |
| YUV | 200.22 | 96.27 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 144 | 0.23 | 0 | 0.36 | 0.12 | 98.52 | 0.57 | 0.72 |
| Hex | AD | E1 | 90 | 17 | 0 | 24 | C | 63 | 39 | 48 |
| Octal | 255 | 341 | 220 | 27 | 0 | 44 | 14 | 143 | 71 | 110 |
| Binary | 10101101 | 11100001 | 10010000 | 10111 | 0 | 100100 | 1100 | 1100011 | 111001 | 1001000 |
Color Harmonies of #ADE190
Complementary color
Monochromatic Colors of #ADE190
Black with #ADE190
Text Example
Text Example
White with #ADE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE190; }
p { color: rgb(173,225,144); }
H1.HeaderClassName
{
color: #ADE190;
}
.AnyTagClassName
{
color: #ADE190;
}
</style>
background-color css
<style>
a { background-color: #ADE190; }
a { background-color: rgb(173,225,144); }
div.DivClassName
{
background-color: #ADE190;
}
.BgClassName
{
background-color: #ADE190;
}
</style>
border-color css
<style>
span { border-color: #ADE190; }
span { border-color: rgb(173,225,144); }
td.TdClassName
{
border-color: #ADE190;
}
.TagClassName
{
border-color: #ADE190;
}
</style>