Shades of Feijoa #ADDB8F
Tints of Feijoa #ADDB8F
RGB
CMYK
RGB Variations
Color information
#ADDB8F (or 0xADDB8F) is known color: Feijoa. HEX triplet: AD, DB and 8F. RGB value is (173,219,143). Sum of RGB (Red+Green+Blue) = 173+219+143=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB8F is #522470. Grayscale: #C4C4C4. Windows color (decimal): -5383281 or 9427885. OLE color: 9427885.
HSL color Cylindrical-coordinate representation of color #ADDB8F: hue angle of 96.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADDB8F is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 143 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.14 |
| HSL | 96.32º | 0.51% | 0.71% | - |
| HSV(B) | 96.32º | 0.35% | 0.86% | - |
| XYZ | 47.52 | 61.53 | 35.36 | - |
| YUV | 196.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 143 | 0.21 | 0 | 0.35 | 0.14 | 96.32 | 0.51 | 0.71 |
| Hex | AD | DB | 8F | 15 | 0 | 23 | E | 60 | 33 | 47 |
| Octal | 255 | 333 | 217 | 25 | 0 | 43 | 16 | 140 | 63 | 107 |
| Binary | 10101101 | 11011011 | 10001111 | 10101 | 0 | 100011 | 1110 | 1100000 | 110011 | 1000111 |
Color Harmonies of #ADDB8F
Complementary color
Monochromatic Colors of #ADDB8F
Black with #ADDB8F
Text Example
Text Example
White with #ADDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB8F; }
p { color: rgb(173,219,143); }
H1.HeaderClassName
{
color: #ADDB8F;
}
.AnyTagClassName
{
color: #ADDB8F;
}
</style>
background-color css
<style>
a { background-color: #ADDB8F; }
a { background-color: rgb(173,219,143); }
div.DivClassName
{
background-color: #ADDB8F;
}
.BgClassName
{
background-color: #ADDB8F;
}
</style>
border-color css
<style>
span { border-color: #ADDB8F; }
span { border-color: rgb(173,219,143); }
td.TdClassName
{
border-color: #ADDB8F;
}
.TagClassName
{
border-color: #ADDB8F;
}
</style>