Shades of Feijoa #ADDC87
Tints of Feijoa #ADDC87
RGB
CMYK
RGB Variations
Color information
#ADDC87 (or 0xADDC87) is known color: Feijoa. HEX triplet: AD, DC and 87. RGB value is (173,220,135). Sum of RGB (Red+Green+Blue) = 173+220+135=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC87 is #522378. Grayscale: #C4C4C4. Windows color (decimal): -5383033 or 8903853. OLE color: 8903853.
HSL color Cylindrical-coordinate representation of color #ADDC87: hue angle of 93.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADDC87 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 135 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.14 |
| HSL | 93.18º | 0.55% | 0.7% | - |
| HSV(B) | 93.18º | 0.39% | 0.86% | - |
| XYZ | 47.2 | 61.82 | 32.37 | - |
| YUV | 196.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 135 | 0.21 | 0 | 0.39 | 0.14 | 93.18 | 0.55 | 0.7 |
| Hex | AD | DC | 87 | 15 | 0 | 27 | E | 5D | 37 | 46 |
| Octal | 255 | 334 | 207 | 25 | 0 | 47 | 16 | 135 | 67 | 106 |
| Binary | 10101101 | 11011100 | 10000111 | 10101 | 0 | 100111 | 1110 | 1011101 | 110111 | 1000110 |
Color Harmonies of #ADDC87
Complementary color
Monochromatic Colors of #ADDC87
Black with #ADDC87
Text Example
Text Example
White with #ADDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC87; }
p { color: rgb(173,220,135); }
H1.HeaderClassName
{
color: #ADDC87;
}
.AnyTagClassName
{
color: #ADDC87;
}
</style>
background-color css
<style>
a { background-color: #ADDC87; }
a { background-color: rgb(173,220,135); }
div.DivClassName
{
background-color: #ADDC87;
}
.BgClassName
{
background-color: #ADDC87;
}
</style>
border-color css
<style>
span { border-color: #ADDC87; }
span { border-color: rgb(173,220,135); }
td.TdClassName
{
border-color: #ADDC87;
}
.TagClassName
{
border-color: #ADDC87;
}
</style>