Shades of Feijoa #ADDA88
Tints of Feijoa #ADDA88
RGB
CMYK
RGB Variations
Color information
#ADDA88 (or 0xADDA88) is known color: Feijoa. HEX triplet: AD, DA and 88. RGB value is (173,218,136). Sum of RGB (Red+Green+Blue) = 173+218+136=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA88 is #522577. Grayscale: #C3C3C3. Windows color (decimal): -5383544 or 8968877. OLE color: 8968877.
HSL color Cylindrical-coordinate representation of color #ADDA88: hue angle of 92.93º 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 #ADDA88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 136 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.15 |
| HSL | 92.93º | 0.53% | 0.69% | - |
| HSV(B) | 92.93º | 0.38% | 0.85% | - |
| XYZ | 46.75 | 60.8 | 32.57 | - |
| YUV | 195.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 136 | 0.21 | 0 | 0.38 | 0.15 | 92.93 | 0.53 | 0.69 |
| Hex | AD | DA | 88 | 15 | 0 | 26 | F | 5D | 35 | 45 |
| Octal | 255 | 332 | 210 | 25 | 0 | 46 | 17 | 135 | 65 | 105 |
| Binary | 10101101 | 11011010 | 10001000 | 10101 | 0 | 100110 | 1111 | 1011101 | 110101 | 1000101 |
Color Harmonies of #ADDA88
Complementary color
Monochromatic Colors of #ADDA88
Black with #ADDA88
Text Example
Text Example
White with #ADDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA88; }
p { color: rgb(173,218,136); }
H1.HeaderClassName
{
color: #ADDA88;
}
.AnyTagClassName
{
color: #ADDA88;
}
</style>
background-color css
<style>
a { background-color: #ADDA88; }
a { background-color: rgb(173,218,136); }
div.DivClassName
{
background-color: #ADDA88;
}
.BgClassName
{
background-color: #ADDA88;
}
</style>
border-color css
<style>
span { border-color: #ADDA88; }
span { border-color: rgb(173,218,136); }
td.TdClassName
{
border-color: #ADDA88;
}
.TagClassName
{
border-color: #ADDA88;
}
</style>