Shades of Feijoa #ADEB90
Tints of Feijoa #ADEB90
RGB
CMYK
RGB Variations
Color information
#ADEB90 (or 0xADEB90) is known color: Feijoa. HEX triplet: AD, EB and 90. RGB value is (173,235,144). Sum of RGB (Red+Green+Blue) = 173+235+144=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB90 is #52146F. Grayscale: #CECECE. Windows color (decimal): -5379184 or 9497517. OLE color: 9497517.
HSL color Cylindrical-coordinate representation of color #ADEB90: hue angle of 100.88º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADEB90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 144 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.08 |
| HSL | 100.88º | 0.69% | 0.74% | - |
| HSV(B) | 100.88º | 0.39% | 0.92% | - |
| XYZ | 51.98 | 70.31 | 37.22 | - |
| YUV | 206.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 144 | 0.26 | 0 | 0.39 | 0.08 | 100.88 | 0.69 | 0.74 |
| Hex | AD | EB | 90 | 1A | 0 | 27 | 8 | 65 | 45 | 4A |
| Octal | 255 | 353 | 220 | 32 | 0 | 47 | 10 | 145 | 105 | 112 |
| Binary | 10101101 | 11101011 | 10010000 | 11010 | 0 | 100111 | 1000 | 1100101 | 1000101 | 1001010 |
Color Harmonies of #ADEB90
Complementary color
Monochromatic Colors of #ADEB90
Black with #ADEB90
Text Example
Text Example
White with #ADEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB90; }
p { color: rgb(173,235,144); }
H1.HeaderClassName
{
color: #ADEB90;
}
.AnyTagClassName
{
color: #ADEB90;
}
</style>
background-color css
<style>
a { background-color: #ADEB90; }
a { background-color: rgb(173,235,144); }
div.DivClassName
{
background-color: #ADEB90;
}
.BgClassName
{
background-color: #ADEB90;
}
</style>
border-color css
<style>
span { border-color: #ADEB90; }
span { border-color: rgb(173,235,144); }
td.TdClassName
{
border-color: #ADEB90;
}
.TagClassName
{
border-color: #ADEB90;
}
</style>