Shades of Feijoa #ADE790
Tints of Feijoa #ADE790
RGB
CMYK
RGB Variations
Color information
#ADE790 (or 0xADE790) is known color: Feijoa. HEX triplet: AD, E7 and 90. RGB value is (173,231,144). Sum of RGB (Red+Green+Blue) = 173+231+144=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE790 is #52186F. Grayscale: #CCCCCC. Windows color (decimal): -5380208 or 9496493. OLE color: 9496493.
HSL color Cylindrical-coordinate representation of color #ADE790: hue angle of 100º degrees, saturation: 0.64, 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 #ADE790 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 144 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.09 |
| HSL | 100º | 0.64% | 0.74% | - |
| HSV(B) | 100º | 0.38% | 0.91% | - |
| XYZ | 50.84 | 68.05 | 36.84 | - |
| YUV | 203.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 144 | 0.25 | 0 | 0.38 | 0.09 | 100 | 0.64 | 0.74 |
| Hex | AD | E7 | 90 | 19 | 0 | 26 | 9 | 64 | 40 | 4A |
| Octal | 255 | 347 | 220 | 31 | 0 | 46 | 11 | 144 | 100 | 112 |
| Binary | 10101101 | 11100111 | 10010000 | 11001 | 0 | 100110 | 1001 | 1100100 | 1000000 | 1001010 |
Color Harmonies of #ADE790
Complementary color
Monochromatic Colors of #ADE790
Black with #ADE790
Text Example
Text Example
White with #ADE790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE790; }
p { color: rgb(173,231,144); }
H1.HeaderClassName
{
color: #ADE790;
}
.AnyTagClassName
{
color: #ADE790;
}
</style>
background-color css
<style>
a { background-color: #ADE790; }
a { background-color: rgb(173,231,144); }
div.DivClassName
{
background-color: #ADE790;
}
.BgClassName
{
background-color: #ADE790;
}
</style>
border-color css
<style>
span { border-color: #ADE790; }
span { border-color: rgb(173,231,144); }
td.TdClassName
{
border-color: #ADE790;
}
.TagClassName
{
border-color: #ADE790;
}
</style>