Shades of Feijoa #ADDB6F
Tints of Feijoa #ADDB6F
RGB
CMYK
RGB Variations
Color information
#ADDB6F (or 0xADDB6F) is known color: Feijoa. HEX triplet: AD, DB and 6F. RGB value is (173,219,111). Sum of RGB (Red+Green+Blue) = 173+219+111=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB6F is #522490. Grayscale: #C1C1C1. Windows color (decimal): -5383313 or 7330733. OLE color: 7330733.
HSL color Cylindrical-coordinate representation of color #ADDB6F: hue angle of 85.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADDB6F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 111 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.14 |
| HSL | 85.56º | 0.6% | 0.65% | - |
| HSV(B) | 85.56º | 0.49% | 0.86% | - |
| XYZ | 45.43 | 60.69 | 24.36 | - |
| YUV | 192.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 111 | 0.21 | 0 | 0.49 | 0.14 | 85.56 | 0.6 | 0.65 |
| Hex | AD | DB | 6F | 15 | 0 | 31 | E | 56 | 3C | 41 |
| Octal | 255 | 333 | 157 | 25 | 0 | 61 | 16 | 126 | 74 | 101 |
| Binary | 10101101 | 11011011 | 1101111 | 10101 | 0 | 110001 | 1110 | 1010110 | 111100 | 1000001 |
Color Harmonies of #ADDB6F
Complementary color
Monochromatic Colors of #ADDB6F
Black with #ADDB6F
Text Example
Text Example
White with #ADDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB6F; }
p { color: rgb(173,219,111); }
H1.HeaderClassName
{
color: #ADDB6F;
}
.AnyTagClassName
{
color: #ADDB6F;
}
</style>
background-color css
<style>
a { background-color: #ADDB6F; }
a { background-color: rgb(173,219,111); }
div.DivClassName
{
background-color: #ADDB6F;
}
.BgClassName
{
background-color: #ADDB6F;
}
</style>
border-color css
<style>
span { border-color: #ADDB6F; }
span { border-color: rgb(173,219,111); }
td.TdClassName
{
border-color: #ADDB6F;
}
.TagClassName
{
border-color: #ADDB6F;
}
</style>