Shades of Feijoa #ADE08E
Tints of Feijoa #ADE08E
RGB
CMYK
RGB Variations
Color information
#ADE08E (or 0xADE08E) is known color: Feijoa. HEX triplet: AD, E0 and 8E. RGB value is (173,224,142). Sum of RGB (Red+Green+Blue) = 173+224+142=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE08E is #521F71. Grayscale: #C7C7C7. Windows color (decimal): -5382002 or 9363629. OLE color: 9363629.
HSL color Cylindrical-coordinate representation of color #ADE08E: hue angle of 97.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE08E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 142 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.12 |
| HSL | 97.32º | 0.57% | 0.72% | - |
| HSV(B) | 97.32º | 0.37% | 0.88% | - |
| XYZ | 48.77 | 64.15 | 35.4 | - |
| YUV | 199.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 142 | 0.23 | 0 | 0.37 | 0.12 | 97.32 | 0.57 | 0.72 |
| Hex | AD | E0 | 8E | 17 | 0 | 25 | C | 61 | 39 | 48 |
| Octal | 255 | 340 | 216 | 27 | 0 | 45 | 14 | 141 | 71 | 110 |
| Binary | 10101101 | 11100000 | 10001110 | 10111 | 0 | 100101 | 1100 | 1100001 | 111001 | 1001000 |
Color Harmonies of #ADE08E
Complementary color
Monochromatic Colors of #ADE08E
Black with #ADE08E
Text Example
Text Example
White with #ADE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE08E; }
p { color: rgb(173,224,142); }
H1.HeaderClassName
{
color: #ADE08E;
}
.AnyTagClassName
{
color: #ADE08E;
}
</style>
background-color css
<style>
a { background-color: #ADE08E; }
a { background-color: rgb(173,224,142); }
div.DivClassName
{
background-color: #ADE08E;
}
.BgClassName
{
background-color: #ADE08E;
}
</style>
border-color css
<style>
span { border-color: #ADE08E; }
span { border-color: rgb(173,224,142); }
td.TdClassName
{
border-color: #ADE08E;
}
.TagClassName
{
border-color: #ADE08E;
}
</style>