Shades of Feijoa #ADD090
Tints of Feijoa #ADD090
RGB
CMYK
RGB Variations
Color information
#ADD090 (or 0xADD090) is known color: Feijoa. HEX triplet: AD, D0 and 90. RGB value is (173,208,144). Sum of RGB (Red+Green+Blue) = 173+208+144=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD090 is #522F6F. Grayscale: #BEBEBE. Windows color (decimal): -5386096 or 9490605. OLE color: 9490605.
HSL color Cylindrical-coordinate representation of color #ADD090: hue angle of 92.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD090 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 144 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.18 |
| HSL | 92.81º | 0.41% | 0.69% | - |
| HSV(B) | 92.81º | 0.31% | 0.82% | - |
| XYZ | 44.82 | 56.01 | 34.83 | - |
| YUV | 190.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 144 | 0.17 | 0 | 0.31 | 0.18 | 92.81 | 0.41 | 0.69 |
| Hex | AD | D0 | 90 | 11 | 0 | 1F | 12 | 5D | 29 | 45 |
| Octal | 255 | 320 | 220 | 21 | 0 | 37 | 22 | 135 | 51 | 105 |
| Binary | 10101101 | 11010000 | 10010000 | 10001 | 0 | 11111 | 10010 | 1011101 | 101001 | 1000101 |
Color Harmonies of #ADD090
Complementary color
Monochromatic Colors of #ADD090
Black with #ADD090
Text Example
Text Example
White with #ADD090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD090; }
p { color: rgb(173,208,144); }
H1.HeaderClassName
{
color: #ADD090;
}
.AnyTagClassName
{
color: #ADD090;
}
</style>
background-color css
<style>
a { background-color: #ADD090; }
a { background-color: rgb(173,208,144); }
div.DivClassName
{
background-color: #ADD090;
}
.BgClassName
{
background-color: #ADD090;
}
</style>
border-color css
<style>
span { border-color: #ADD090; }
span { border-color: rgb(173,208,144); }
td.TdClassName
{
border-color: #ADD090;
}
.TagClassName
{
border-color: #ADD090;
}
</style>