Shades of Feijoa #ADE18C
Tints of Feijoa #ADE18C
RGB
CMYK
RGB Variations
Color information
#ADE18C (or 0xADE18C) is known color: Feijoa. HEX triplet: AD, E1 and 8C. RGB value is (173,225,140). Sum of RGB (Red+Green+Blue) = 173+225+140=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE18C is #521E73. Grayscale: #C8C8C8. Windows color (decimal): -5381748 or 9232813. OLE color: 9232813.
HSL color Cylindrical-coordinate representation of color #ADE18C: hue angle of 96.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE18C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.12 |
| HSL | 96.71º | 0.59% | 0.72% | - |
| HSV(B) | 96.71º | 0.38% | 0.88% | - |
| XYZ | 48.89 | 64.63 | 34.71 | - |
| YUV | 199.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 140 | 0.23 | 0 | 0.38 | 0.12 | 96.71 | 0.59 | 0.72 |
| Hex | AD | E1 | 8C | 17 | 0 | 26 | C | 61 | 3B | 48 |
| Octal | 255 | 341 | 214 | 27 | 0 | 46 | 14 | 141 | 73 | 110 |
| Binary | 10101101 | 11100001 | 10001100 | 10111 | 0 | 100110 | 1100 | 1100001 | 111011 | 1001000 |
Color Harmonies of #ADE18C
Complementary color
Monochromatic Colors of #ADE18C
Black with #ADE18C
Text Example
Text Example
White with #ADE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE18C; }
p { color: rgb(173,225,140); }
H1.HeaderClassName
{
color: #ADE18C;
}
.AnyTagClassName
{
color: #ADE18C;
}
</style>
background-color css
<style>
a { background-color: #ADE18C; }
a { background-color: rgb(173,225,140); }
div.DivClassName
{
background-color: #ADE18C;
}
.BgClassName
{
background-color: #ADE18C;
}
</style>
border-color css
<style>
span { border-color: #ADE18C; }
span { border-color: rgb(173,225,140); }
td.TdClassName
{
border-color: #ADE18C;
}
.TagClassName
{
border-color: #ADE18C;
}
</style>