Shades of Feijoa #ADE08D
Tints of Feijoa #ADE08D
RGB
CMYK
RGB Variations
Color information
#ADE08D (or 0xADE08D) is known color: Feijoa. HEX triplet: AD, E0 and 8D. RGB value is (173,224,141). Sum of RGB (Red+Green+Blue) = 173+224+141=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE08D is #521F72. Grayscale: #C7C7C7. Windows color (decimal): -5382003 or 9298093. OLE color: 9298093.
HSL color Cylindrical-coordinate representation of color #ADE08D: hue angle of 96.87º 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 #ADE08D is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 141 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.12 |
| HSL | 96.87º | 0.57% | 0.72% | - |
| HSV(B) | 96.87º | 0.37% | 0.88% | - |
| XYZ | 48.7 | 64.12 | 35.01 | - |
| YUV | 199.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 141 | 0.23 | 0 | 0.37 | 0.12 | 96.87 | 0.57 | 0.72 |
| Hex | AD | E0 | 8D | 17 | 0 | 25 | C | 61 | 39 | 48 |
| Octal | 255 | 340 | 215 | 27 | 0 | 45 | 14 | 141 | 71 | 110 |
| Binary | 10101101 | 11100000 | 10001101 | 10111 | 0 | 100101 | 1100 | 1100001 | 111001 | 1001000 |
Color Harmonies of #ADE08D
Complementary color
Monochromatic Colors of #ADE08D
Black with #ADE08D
Text Example
Text Example
White with #ADE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE08D; }
p { color: rgb(173,224,141); }
H1.HeaderClassName
{
color: #ADE08D;
}
.AnyTagClassName
{
color: #ADE08D;
}
</style>
background-color css
<style>
a { background-color: #ADE08D; }
a { background-color: rgb(173,224,141); }
div.DivClassName
{
background-color: #ADE08D;
}
.BgClassName
{
background-color: #ADE08D;
}
</style>
border-color css
<style>
span { border-color: #ADE08D; }
span { border-color: rgb(173,224,141); }
td.TdClassName
{
border-color: #ADE08D;
}
.TagClassName
{
border-color: #ADE08D;
}
</style>