Shades of Feijoa #ADD18B
Tints of Feijoa #ADD18B
RGB
CMYK
RGB Variations
Color information
#ADD18B (or 0xADD18B) is known color: Feijoa. HEX triplet: AD, D1 and 8B. RGB value is (173,209,139). Sum of RGB (Red+Green+Blue) = 173+209+139=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD18B is #522E74. Grayscale: #BEBEBE. Windows color (decimal): -5385845 or 9163181. OLE color: 9163181.
HSL color Cylindrical-coordinate representation of color #ADD18B: hue angle of 90.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD18B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 139 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.18 |
| HSL | 90.86º | 0.43% | 0.68% | - |
| HSV(B) | 90.86º | 0.33% | 0.82% | - |
| XYZ | 44.69 | 56.35 | 32.95 | - |
| YUV | 190.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 139 | 0.17 | 0 | 0.33 | 0.18 | 90.86 | 0.43 | 0.68 |
| Hex | AD | D1 | 8B | 11 | 0 | 21 | 12 | 5B | 2B | 44 |
| Octal | 255 | 321 | 213 | 21 | 0 | 41 | 22 | 133 | 53 | 104 |
| Binary | 10101101 | 11010001 | 10001011 | 10001 | 0 | 100001 | 10010 | 1011011 | 101011 | 1000100 |
Color Harmonies of #ADD18B
Complementary color
Monochromatic Colors of #ADD18B
Black with #ADD18B
Text Example
Text Example
White with #ADD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD18B; }
p { color: rgb(173,209,139); }
H1.HeaderClassName
{
color: #ADD18B;
}
.AnyTagClassName
{
color: #ADD18B;
}
</style>
background-color css
<style>
a { background-color: #ADD18B; }
a { background-color: rgb(173,209,139); }
div.DivClassName
{
background-color: #ADD18B;
}
.BgClassName
{
background-color: #ADD18B;
}
</style>
border-color css
<style>
span { border-color: #ADD18B; }
span { border-color: rgb(173,209,139); }
td.TdClassName
{
border-color: #ADD18B;
}
.TagClassName
{
border-color: #ADD18B;
}
</style>