Shades of Feijoa #ADCE84
Tints of Feijoa #ADCE84
RGB
CMYK
RGB Variations
Color information
#ADCE84 (or 0xADCE84) is known color: Feijoa. HEX triplet: AD, CE and 84. RGB value is (173,206,132). Sum of RGB (Red+Green+Blue) = 173+206+132=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE84 is #52317B. Grayscale: #BBBBBB. Windows color (decimal): -5386620 or 8703661. OLE color: 8703661.
HSL color Cylindrical-coordinate representation of color #ADCE84: hue angle of 86.76º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADCE84 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 132 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.19 |
| HSL | 86.76º | 0.43% | 0.66% | - |
| HSV(B) | 86.76º | 0.36% | 0.81% | - |
| XYZ | 43.47 | 54.69 | 30.1 | - |
| YUV | 187.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 132 | 0.16 | 0 | 0.36 | 0.19 | 86.76 | 0.43 | 0.66 |
| Hex | AD | CE | 84 | 10 | 0 | 24 | 13 | 57 | 2B | 42 |
| Octal | 255 | 316 | 204 | 20 | 0 | 44 | 23 | 127 | 53 | 102 |
| Binary | 10101101 | 11001110 | 10000100 | 10000 | 0 | 100100 | 10011 | 1010111 | 101011 | 1000010 |
Color Harmonies of #ADCE84
Complementary color
Monochromatic Colors of #ADCE84
Black with #ADCE84
Text Example
Text Example
White with #ADCE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE84; }
p { color: rgb(173,206,132); }
H1.HeaderClassName
{
color: #ADCE84;
}
.AnyTagClassName
{
color: #ADCE84;
}
</style>
background-color css
<style>
a { background-color: #ADCE84; }
a { background-color: rgb(173,206,132); }
div.DivClassName
{
background-color: #ADCE84;
}
.BgClassName
{
background-color: #ADCE84;
}
</style>
border-color css
<style>
span { border-color: #ADCE84; }
span { border-color: rgb(173,206,132); }
td.TdClassName
{
border-color: #ADCE84;
}
.TagClassName
{
border-color: #ADCE84;
}
</style>