Shades of Feijoa #ADE18B
Tints of Feijoa #ADE18B
RGB
CMYK
RGB Variations
Color information
#ADE18B (or 0xADE18B) is known color: Feijoa. HEX triplet: AD, E1 and 8B. RGB value is (173,225,139). Sum of RGB (Red+Green+Blue) = 173+225+139=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE18B is #521E74. Grayscale: #C7C7C7. Windows color (decimal): -5381749 or 9167277. OLE color: 9167277.
HSL color Cylindrical-coordinate representation of color #ADE18B: hue angle of 96.28º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE18B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 139 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.12 |
| HSL | 96.28º | 0.59% | 0.71% | - |
| HSV(B) | 96.28º | 0.38% | 0.88% | - |
| XYZ | 48.82 | 64.6 | 34.32 | - |
| YUV | 199.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 139 | 0.23 | 0 | 0.38 | 0.12 | 96.28 | 0.59 | 0.71 |
| Hex | AD | E1 | 8B | 17 | 0 | 26 | C | 60 | 3B | 47 |
| Octal | 255 | 341 | 213 | 27 | 0 | 46 | 14 | 140 | 73 | 107 |
| Binary | 10101101 | 11100001 | 10001011 | 10111 | 0 | 100110 | 1100 | 1100000 | 111011 | 1000111 |
Color Harmonies of #ADE18B
Complementary color
Monochromatic Colors of #ADE18B
Black with #ADE18B
Text Example
Text Example
White with #ADE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE18B; }
p { color: rgb(173,225,139); }
H1.HeaderClassName
{
color: #ADE18B;
}
.AnyTagClassName
{
color: #ADE18B;
}
</style>
background-color css
<style>
a { background-color: #ADE18B; }
a { background-color: rgb(173,225,139); }
div.DivClassName
{
background-color: #ADE18B;
}
.BgClassName
{
background-color: #ADE18B;
}
</style>
border-color css
<style>
span { border-color: #ADE18B; }
span { border-color: rgb(173,225,139); }
td.TdClassName
{
border-color: #ADE18B;
}
.TagClassName
{
border-color: #ADE18B;
}
</style>