Shades of Feijoa #ADDA87
Tints of Feijoa #ADDA87
RGB
CMYK
RGB Variations
Color information
#ADDA87 (or 0xADDA87) is known color: Feijoa. HEX triplet: AD, DA and 87. RGB value is (173,218,135). Sum of RGB (Red+Green+Blue) = 173+218+135=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA87 is #522578. Grayscale: #C3C3C3. Windows color (decimal): -5383545 or 8903341. OLE color: 8903341.
HSL color Cylindrical-coordinate representation of color #ADDA87: hue angle of 92.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDA87 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 135 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.15 |
| HSL | 92.53º | 0.53% | 0.69% | - |
| HSV(B) | 92.53º | 0.38% | 0.85% | - |
| XYZ | 46.68 | 60.78 | 32.19 | - |
| YUV | 195.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 135 | 0.21 | 0 | 0.38 | 0.15 | 92.53 | 0.53 | 0.69 |
| Hex | AD | DA | 87 | 15 | 0 | 26 | F | 5D | 35 | 45 |
| Octal | 255 | 332 | 207 | 25 | 0 | 46 | 17 | 135 | 65 | 105 |
| Binary | 10101101 | 11011010 | 10000111 | 10101 | 0 | 100110 | 1111 | 1011101 | 110101 | 1000101 |
Color Harmonies of #ADDA87
Complementary color
Monochromatic Colors of #ADDA87
Black with #ADDA87
Text Example
Text Example
White with #ADDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA87; }
p { color: rgb(173,218,135); }
H1.HeaderClassName
{
color: #ADDA87;
}
.AnyTagClassName
{
color: #ADDA87;
}
</style>
background-color css
<style>
a { background-color: #ADDA87; }
a { background-color: rgb(173,218,135); }
div.DivClassName
{
background-color: #ADDA87;
}
.BgClassName
{
background-color: #ADDA87;
}
</style>
border-color css
<style>
span { border-color: #ADDA87; }
span { border-color: rgb(173,218,135); }
td.TdClassName
{
border-color: #ADDA87;
}
.TagClassName
{
border-color: #ADDA87;
}
</style>