Shades of Feijoa #ADDD88
Tints of Feijoa #ADDD88
RGB
CMYK
RGB Variations
Color information
#ADDD88 (or 0xADDD88) is known color: Feijoa. HEX triplet: AD, DD and 88. RGB value is (173,221,136). Sum of RGB (Red+Green+Blue) = 173+221+136=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD88 is #522277. Grayscale: #C5C5C5. Windows color (decimal): -5382776 or 8969645. OLE color: 8969645.
HSL color Cylindrical-coordinate representation of color #ADDD88: hue angle of 93.88º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDD88 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 136 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.13 |
| HSL | 93.88º | 0.56% | 0.7% | - |
| HSV(B) | 93.88º | 0.38% | 0.87% | - |
| XYZ | 47.53 | 62.37 | 32.83 | - |
| YUV | 196.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 136 | 0.22 | 0 | 0.38 | 0.13 | 93.88 | 0.56 | 0.7 |
| Hex | AD | DD | 88 | 16 | 0 | 26 | D | 5E | 38 | 46 |
| Octal | 255 | 335 | 210 | 26 | 0 | 46 | 15 | 136 | 70 | 106 |
| Binary | 10101101 | 11011101 | 10001000 | 10110 | 0 | 100110 | 1101 | 1011110 | 111000 | 1000110 |
Color Harmonies of #ADDD88
Complementary color
Monochromatic Colors of #ADDD88
Black with #ADDD88
Text Example
Text Example
White with #ADDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD88; }
p { color: rgb(173,221,136); }
H1.HeaderClassName
{
color: #ADDD88;
}
.AnyTagClassName
{
color: #ADDD88;
}
</style>
background-color css
<style>
a { background-color: #ADDD88; }
a { background-color: rgb(173,221,136); }
div.DivClassName
{
background-color: #ADDD88;
}
.BgClassName
{
background-color: #ADDD88;
}
</style>
border-color css
<style>
span { border-color: #ADDD88; }
span { border-color: rgb(173,221,136); }
td.TdClassName
{
border-color: #ADDD88;
}
.TagClassName
{
border-color: #ADDD88;
}
</style>