Shades of Feijoa #ADE090
Tints of Feijoa #ADE090
RGB
CMYK
RGB Variations
Color information
#ADE090 (or 0xADE090) is known color: Feijoa. HEX triplet: AD, E0 and 90. RGB value is (173,224,144). Sum of RGB (Red+Green+Blue) = 173+224+144=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE090 is #521F6F. Grayscale: #C7C7C7. Windows color (decimal): -5382000 or 9494701. OLE color: 9494701.
HSL color Cylindrical-coordinate representation of color #ADE090: hue angle of 98.25º degrees, saturation: 0.56, 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 #ADE090 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 144 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.12 |
| HSL | 98.25º | 0.56% | 0.72% | - |
| HSV(B) | 98.25º | 0.36% | 0.88% | - |
| XYZ | 48.92 | 64.21 | 36.2 | - |
| YUV | 199.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 144 | 0.23 | 0 | 0.36 | 0.12 | 98.25 | 0.56 | 0.72 |
| Hex | AD | E0 | 90 | 17 | 0 | 24 | C | 62 | 38 | 48 |
| Octal | 255 | 340 | 220 | 27 | 0 | 44 | 14 | 142 | 70 | 110 |
| Binary | 10101101 | 11100000 | 10010000 | 10111 | 0 | 100100 | 1100 | 1100010 | 111000 | 1001000 |
Color Harmonies of #ADE090
Complementary color
Monochromatic Colors of #ADE090
Black with #ADE090
Text Example
Text Example
White with #ADE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE090; }
p { color: rgb(173,224,144); }
H1.HeaderClassName
{
color: #ADE090;
}
.AnyTagClassName
{
color: #ADE090;
}
</style>
background-color css
<style>
a { background-color: #ADE090; }
a { background-color: rgb(173,224,144); }
div.DivClassName
{
background-color: #ADE090;
}
.BgClassName
{
background-color: #ADE090;
}
</style>
border-color css
<style>
span { border-color: #ADE090; }
span { border-color: rgb(173,224,144); }
td.TdClassName
{
border-color: #ADE090;
}
.TagClassName
{
border-color: #ADE090;
}
</style>