Shades of Feijoa #ADDB88
Tints of Feijoa #ADDB88
RGB
CMYK
RGB Variations
Color information
#ADDB88 (or 0xADDB88) is known color: Feijoa. HEX triplet: AD, DB and 88. RGB value is (173,219,136). Sum of RGB (Red+Green+Blue) = 173+219+136=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB88 is #522477. Grayscale: #C4C4C4. Windows color (decimal): -5383288 or 8969133. OLE color: 8969133.
HSL color Cylindrical-coordinate representation of color #ADDB88: hue angle of 93.25º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDB88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 136 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.14 |
| HSL | 93.25º | 0.54% | 0.7% | - |
| HSV(B) | 93.25º | 0.38% | 0.86% | - |
| XYZ | 47.01 | 61.32 | 32.65 | - |
| YUV | 195.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 136 | 0.21 | 0 | 0.38 | 0.14 | 93.25 | 0.54 | 0.7 |
| Hex | AD | DB | 88 | 15 | 0 | 26 | E | 5D | 36 | 46 |
| Octal | 255 | 333 | 210 | 25 | 0 | 46 | 16 | 135 | 66 | 106 |
| Binary | 10101101 | 11011011 | 10001000 | 10101 | 0 | 100110 | 1110 | 1011101 | 110110 | 1000110 |
Color Harmonies of #ADDB88
Complementary color
Monochromatic Colors of #ADDB88
Black with #ADDB88
Text Example
Text Example
White with #ADDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB88; }
p { color: rgb(173,219,136); }
H1.HeaderClassName
{
color: #ADDB88;
}
.AnyTagClassName
{
color: #ADDB88;
}
</style>
background-color css
<style>
a { background-color: #ADDB88; }
a { background-color: rgb(173,219,136); }
div.DivClassName
{
background-color: #ADDB88;
}
.BgClassName
{
background-color: #ADDB88;
}
</style>
border-color css
<style>
span { border-color: #ADDB88; }
span { border-color: rgb(173,219,136); }
td.TdClassName
{
border-color: #ADDB88;
}
.TagClassName
{
border-color: #ADDB88;
}
</style>