Shades of Feijoa #ADD181
Tints of Feijoa #ADD181
RGB
CMYK
RGB Variations
Color information
#ADD181 (or 0xADD181) is known color: Feijoa. HEX triplet: AD, D1 and 81. RGB value is (173,209,129). Sum of RGB (Red+Green+Blue) = 173+209+129=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD181 is #522E7E. Grayscale: #BDBDBD. Windows color (decimal): -5385855 or 8507821. OLE color: 8507821.
HSL color Cylindrical-coordinate representation of color #ADD181: hue angle of 87º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD181 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 129 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.18 |
| HSL | 87º | 0.47% | 0.66% | - |
| HSV(B) | 87º | 0.38% | 0.82% | - |
| XYZ | 44 | 56.07 | 29.27 | - |
| YUV | 189.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 129 | 0.17 | 0 | 0.38 | 0.18 | 87 | 0.47 | 0.66 |
| Hex | AD | D1 | 81 | 11 | 0 | 26 | 12 | 57 | 2F | 42 |
| Octal | 255 | 321 | 201 | 21 | 0 | 46 | 22 | 127 | 57 | 102 |
| Binary | 10101101 | 11010001 | 10000001 | 10001 | 0 | 100110 | 10010 | 1010111 | 101111 | 1000010 |
Color Harmonies of #ADD181
Complementary color
Monochromatic Colors of #ADD181
Black with #ADD181
Text Example
Text Example
White with #ADD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD181; }
p { color: rgb(173,209,129); }
H1.HeaderClassName
{
color: #ADD181;
}
.AnyTagClassName
{
color: #ADD181;
}
</style>
background-color css
<style>
a { background-color: #ADD181; }
a { background-color: rgb(173,209,129); }
div.DivClassName
{
background-color: #ADD181;
}
.BgClassName
{
background-color: #ADD181;
}
</style>
border-color css
<style>
span { border-color: #ADD181; }
span { border-color: rgb(173,209,129); }
td.TdClassName
{
border-color: #ADD181;
}
.TagClassName
{
border-color: #ADD181;
}
</style>