Shades of Feijoa #ADDD8B
Tints of Feijoa #ADDD8B
RGB
CMYK
RGB Variations
Color information
#ADDD8B (or 0xADDD8B) is known color: Feijoa. HEX triplet: AD, DD and 8B. RGB value is (173,221,139). Sum of RGB (Red+Green+Blue) = 173+221+139=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8B is #522274. Grayscale: #C5C5C5. Windows color (decimal): -5382773 or 9166253. OLE color: 9166253.
HSL color Cylindrical-coordinate representation of color #ADDD8B: hue angle of 95.12º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDD8B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 139 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.13 |
| HSL | 95.12º | 0.55% | 0.71% | - |
| HSV(B) | 95.12º | 0.37% | 0.87% | - |
| XYZ | 47.75 | 62.46 | 33.97 | - |
| YUV | 197.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 139 | 0.22 | 0 | 0.37 | 0.13 | 95.12 | 0.55 | 0.71 |
| Hex | AD | DD | 8B | 16 | 0 | 25 | D | 5F | 37 | 47 |
| Octal | 255 | 335 | 213 | 26 | 0 | 45 | 15 | 137 | 67 | 107 |
| Binary | 10101101 | 11011101 | 10001011 | 10110 | 0 | 100101 | 1101 | 1011111 | 110111 | 1000111 |
Color Harmonies of #ADDD8B
Complementary color
Monochromatic Colors of #ADDD8B
Black with #ADDD8B
Text Example
Text Example
White with #ADDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD8B; }
p { color: rgb(173,221,139); }
H1.HeaderClassName
{
color: #ADDD8B;
}
.AnyTagClassName
{
color: #ADDD8B;
}
</style>
background-color css
<style>
a { background-color: #ADDD8B; }
a { background-color: rgb(173,221,139); }
div.DivClassName
{
background-color: #ADDD8B;
}
.BgClassName
{
background-color: #ADDD8B;
}
</style>
border-color css
<style>
span { border-color: #ADDD8B; }
span { border-color: rgb(173,221,139); }
td.TdClassName
{
border-color: #ADDD8B;
}
.TagClassName
{
border-color: #ADDD8B;
}
</style>