Shades of Feijoa #ADE08C
Tints of Feijoa #ADE08C
RGB
CMYK
RGB Variations
Color information
#ADE08C (or 0xADE08C) is known color: Feijoa. HEX triplet: AD, E0 and 8C. RGB value is (173,224,140). Sum of RGB (Red+Green+Blue) = 173+224+140=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE08C is #521F73. Grayscale: #C7C7C7. Windows color (decimal): -5382004 or 9232557. OLE color: 9232557.
HSL color Cylindrical-coordinate representation of color #ADE08C: hue angle of 96.43º degrees, saturation: 0.58, 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 #ADE08C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.12 |
| HSL | 96.43º | 0.58% | 0.71% | - |
| HSV(B) | 96.43º | 0.38% | 0.88% | - |
| XYZ | 48.62 | 64.09 | 34.62 | - |
| YUV | 199.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 140 | 0.23 | 0 | 0.38 | 0.12 | 96.43 | 0.58 | 0.71 |
| Hex | AD | E0 | 8C | 17 | 0 | 26 | C | 60 | 3A | 47 |
| Octal | 255 | 340 | 214 | 27 | 0 | 46 | 14 | 140 | 72 | 107 |
| Binary | 10101101 | 11100000 | 10001100 | 10111 | 0 | 100110 | 1100 | 1100000 | 111010 | 1000111 |
Color Harmonies of #ADE08C
Complementary color
Monochromatic Colors of #ADE08C
Black with #ADE08C
Text Example
Text Example
White with #ADE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE08C; }
p { color: rgb(173,224,140); }
H1.HeaderClassName
{
color: #ADE08C;
}
.AnyTagClassName
{
color: #ADE08C;
}
</style>
background-color css
<style>
a { background-color: #ADE08C; }
a { background-color: rgb(173,224,140); }
div.DivClassName
{
background-color: #ADE08C;
}
.BgClassName
{
background-color: #ADE08C;
}
</style>
border-color css
<style>
span { border-color: #ADE08C; }
span { border-color: rgb(173,224,140); }
td.TdClassName
{
border-color: #ADE08C;
}
.TagClassName
{
border-color: #ADE08C;
}
</style>