Shades of Feijoa #ADDB8D
Tints of Feijoa #ADDB8D
RGB
CMYK
RGB Variations
Color information
#ADDB8D (or 0xADDB8D) is known color: Feijoa. HEX triplet: AD, DB and 8D. RGB value is (173,219,141). Sum of RGB (Red+Green+Blue) = 173+219+141=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB8D is #522472. Grayscale: #C4C4C4. Windows color (decimal): -5383283 or 9296813. OLE color: 9296813.
HSL color Cylindrical-coordinate representation of color #ADDB8D: hue angle of 95.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDB8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 141 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.14 |
| HSL | 95.38º | 0.52% | 0.71% | - |
| HSV(B) | 95.38º | 0.36% | 0.86% | - |
| XYZ | 47.37 | 61.47 | 34.57 | - |
| YUV | 196.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 141 | 0.21 | 0 | 0.36 | 0.14 | 95.38 | 0.52 | 0.71 |
| Hex | AD | DB | 8D | 15 | 0 | 24 | E | 5F | 34 | 47 |
| Octal | 255 | 333 | 215 | 25 | 0 | 44 | 16 | 137 | 64 | 107 |
| Binary | 10101101 | 11011011 | 10001101 | 10101 | 0 | 100100 | 1110 | 1011111 | 110100 | 1000111 |
Color Harmonies of #ADDB8D
Complementary color
Monochromatic Colors of #ADDB8D
Black with #ADDB8D
Text Example
Text Example
White with #ADDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB8D; }
p { color: rgb(173,219,141); }
H1.HeaderClassName
{
color: #ADDB8D;
}
.AnyTagClassName
{
color: #ADDB8D;
}
</style>
background-color css
<style>
a { background-color: #ADDB8D; }
a { background-color: rgb(173,219,141); }
div.DivClassName
{
background-color: #ADDB8D;
}
.BgClassName
{
background-color: #ADDB8D;
}
</style>
border-color css
<style>
span { border-color: #ADDB8D; }
span { border-color: rgb(173,219,141); }
td.TdClassName
{
border-color: #ADDB8D;
}
.TagClassName
{
border-color: #ADDB8D;
}
</style>