Shades of Feijoa #ADD08D
Tints of Feijoa #ADD08D
RGB
CMYK
RGB Variations
Color information
#ADD08D (or 0xADD08D) is known color: Feijoa. HEX triplet: AD, D0 and 8D. RGB value is (173,208,141). Sum of RGB (Red+Green+Blue) = 173+208+141=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD08D is #522F72. Grayscale: #BEBEBE. Windows color (decimal): -5386099 or 9293997. OLE color: 9293997.
HSL color Cylindrical-coordinate representation of color #ADD08D: hue angle of 91.34º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD08D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 141 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.18 |
| HSL | 91.34º | 0.42% | 0.68% | - |
| HSV(B) | 91.34º | 0.32% | 0.82% | - |
| XYZ | 44.6 | 55.92 | 33.64 | - |
| YUV | 189.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 141 | 0.17 | 0 | 0.32 | 0.18 | 91.34 | 0.42 | 0.68 |
| Hex | AD | D0 | 8D | 11 | 0 | 20 | 12 | 5B | 2A | 44 |
| Octal | 255 | 320 | 215 | 21 | 0 | 40 | 22 | 133 | 52 | 104 |
| Binary | 10101101 | 11010000 | 10001101 | 10001 | 0 | 100000 | 10010 | 1011011 | 101010 | 1000100 |
Color Harmonies of #ADD08D
Complementary color
Monochromatic Colors of #ADD08D
Black with #ADD08D
Text Example
Text Example
White with #ADD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD08D; }
p { color: rgb(173,208,141); }
H1.HeaderClassName
{
color: #ADD08D;
}
.AnyTagClassName
{
color: #ADD08D;
}
</style>
background-color css
<style>
a { background-color: #ADD08D; }
a { background-color: rgb(173,208,141); }
div.DivClassName
{
background-color: #ADD08D;
}
.BgClassName
{
background-color: #ADD08D;
}
</style>
border-color css
<style>
span { border-color: #ADD08D; }
span { border-color: rgb(173,208,141); }
td.TdClassName
{
border-color: #ADD08D;
}
.TagClassName
{
border-color: #ADD08D;
}
</style>