Shades of Feijoa #ADEC8C
Tints of Feijoa #ADEC8C
RGB
CMYK
RGB Variations
Color information
#ADEC8C (or 0xADEC8C) is known color: Feijoa. HEX triplet: AD, EC and 8C. RGB value is (173,236,140). Sum of RGB (Red+Green+Blue) = 173+236+140=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC8C is #521373. Grayscale: #CECECE. Windows color (decimal): -5378932 or 9235629. OLE color: 9235629.
HSL color Cylindrical-coordinate representation of color #ADEC8C: hue angle of 99.38º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEC8C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 140 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 99.38º | 0.72% | 0.74% | - |
| HSV(B) | 99.38º | 0.41% | 0.93% | - |
| XYZ | 51.96 | 70.77 | 35.73 | - |
| YUV | 206.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 140 | 0.27 | 0 | 0.41 | 0.07 | 99.38 | 0.72 | 0.74 |
| Hex | AD | EC | 8C | 1B | 0 | 29 | 7 | 63 | 48 | 4A |
| Octal | 255 | 354 | 214 | 33 | 0 | 51 | 7 | 143 | 110 | 112 |
| Binary | 10101101 | 11101100 | 10001100 | 11011 | 0 | 101001 | 111 | 1100011 | 1001000 | 1001010 |
Color Harmonies of #ADEC8C
Complementary color
Monochromatic Colors of #ADEC8C
Black with #ADEC8C
Text Example
Text Example
White with #ADEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC8C; }
p { color: rgb(173,236,140); }
H1.HeaderClassName
{
color: #ADEC8C;
}
.AnyTagClassName
{
color: #ADEC8C;
}
</style>
background-color css
<style>
a { background-color: #ADEC8C; }
a { background-color: rgb(173,236,140); }
div.DivClassName
{
background-color: #ADEC8C;
}
.BgClassName
{
background-color: #ADEC8C;
}
</style>
border-color css
<style>
span { border-color: #ADEC8C; }
span { border-color: rgb(173,236,140); }
td.TdClassName
{
border-color: #ADEC8C;
}
.TagClassName
{
border-color: #ADEC8C;
}
</style>