Shades of Feijoa #ADD18A
Tints of Feijoa #ADD18A
RGB
CMYK
RGB Variations
Color information
#ADD18A (or 0xADD18A) is known color: Feijoa. HEX triplet: AD, D1 and 8A. RGB value is (173,209,138). Sum of RGB (Red+Green+Blue) = 173+209+138=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD18A is #522E75. Grayscale: #BEBEBE. Windows color (decimal): -5385846 or 9097645. OLE color: 9097645.
HSL color Cylindrical-coordinate representation of color #ADD18A: hue angle of 90.42º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD18A is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 138 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.18 |
| HSL | 90.42º | 0.44% | 0.68% | - |
| HSV(B) | 90.42º | 0.34% | 0.82% | - |
| XYZ | 44.62 | 56.32 | 32.56 | - |
| YUV | 190.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 138 | 0.17 | 0 | 0.34 | 0.18 | 90.42 | 0.44 | 0.68 |
| Hex | AD | D1 | 8A | 11 | 0 | 22 | 12 | 5A | 2C | 44 |
| Octal | 255 | 321 | 212 | 21 | 0 | 42 | 22 | 132 | 54 | 104 |
| Binary | 10101101 | 11010001 | 10001010 | 10001 | 0 | 100010 | 10010 | 1011010 | 101100 | 1000100 |
Color Harmonies of #ADD18A
Complementary color
Monochromatic Colors of #ADD18A
Black with #ADD18A
Text Example
Text Example
White with #ADD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD18A; }
p { color: rgb(173,209,138); }
H1.HeaderClassName
{
color: #ADD18A;
}
.AnyTagClassName
{
color: #ADD18A;
}
</style>
background-color css
<style>
a { background-color: #ADD18A; }
a { background-color: rgb(173,209,138); }
div.DivClassName
{
background-color: #ADD18A;
}
.BgClassName
{
background-color: #ADD18A;
}
</style>
border-color css
<style>
span { border-color: #ADD18A; }
span { border-color: rgb(173,209,138); }
td.TdClassName
{
border-color: #ADD18A;
}
.TagClassName
{
border-color: #ADD18A;
}
</style>