Shades of Feijoa #ADCE88
Tints of Feijoa #ADCE88
RGB
CMYK
RGB Variations
Color information
#ADCE88 (or 0xADCE88) is known color: Feijoa. HEX triplet: AD, CE and 88. RGB value is (173,206,136). Sum of RGB (Red+Green+Blue) = 173+206+136=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE88 is #523177. Grayscale: #BCBCBC. Windows color (decimal): -5386616 or 8965805. OLE color: 8965805.
HSL color Cylindrical-coordinate representation of color #ADCE88: hue angle of 88.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCE88 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 136 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.19 |
| HSL | 88.29º | 0.42% | 0.67% | - |
| HSV(B) | 88.29º | 0.34% | 0.81% | - |
| XYZ | 43.75 | 54.8 | 31.57 | - |
| YUV | 188.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 136 | 0.16 | 0 | 0.34 | 0.19 | 88.29 | 0.42 | 0.67 |
| Hex | AD | CE | 88 | 10 | 0 | 22 | 13 | 58 | 2A | 43 |
| Octal | 255 | 316 | 210 | 20 | 0 | 42 | 23 | 130 | 52 | 103 |
| Binary | 10101101 | 11001110 | 10001000 | 10000 | 0 | 100010 | 10011 | 1011000 | 101010 | 1000011 |
Color Harmonies of #ADCE88
Complementary color
Monochromatic Colors of #ADCE88
Black with #ADCE88
Text Example
Text Example
White with #ADCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE88; }
p { color: rgb(173,206,136); }
H1.HeaderClassName
{
color: #ADCE88;
}
.AnyTagClassName
{
color: #ADCE88;
}
</style>
background-color css
<style>
a { background-color: #ADCE88; }
a { background-color: rgb(173,206,136); }
div.DivClassName
{
background-color: #ADCE88;
}
.BgClassName
{
background-color: #ADCE88;
}
</style>
border-color css
<style>
span { border-color: #ADCE88; }
span { border-color: rgb(173,206,136); }
td.TdClassName
{
border-color: #ADCE88;
}
.TagClassName
{
border-color: #ADCE88;
}
</style>