Shades of Feijoa #ADE28D
Tints of Feijoa #ADE28D
RGB
CMYK
RGB Variations
Color information
#ADE28D (or 0xADE28D) is known color: Feijoa. HEX triplet: AD, E2 and 8D. RGB value is (173,226,141). Sum of RGB (Red+Green+Blue) = 173+226+141=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE28D is #521D72. Grayscale: #C8C8C8. Windows color (decimal): -5381491 or 9298605. OLE color: 9298605.
HSL color Cylindrical-coordinate representation of color #ADE28D: hue angle of 97.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE28D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 141 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.11 |
| HSL | 97.41º | 0.59% | 0.72% | - |
| HSV(B) | 97.41º | 0.38% | 0.89% | - |
| XYZ | 49.24 | 65.2 | 35.19 | - |
| YUV | 200.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 141 | 0.23 | 0 | 0.38 | 0.11 | 97.41 | 0.59 | 0.72 |
| Hex | AD | E2 | 8D | 17 | 0 | 26 | B | 61 | 3B | 48 |
| Octal | 255 | 342 | 215 | 27 | 0 | 46 | 13 | 141 | 73 | 110 |
| Binary | 10101101 | 11100010 | 10001101 | 10111 | 0 | 100110 | 1011 | 1100001 | 111011 | 1001000 |
Color Harmonies of #ADE28D
Complementary color
Monochromatic Colors of #ADE28D
Black with #ADE28D
Text Example
Text Example
White with #ADE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE28D; }
p { color: rgb(173,226,141); }
H1.HeaderClassName
{
color: #ADE28D;
}
.AnyTagClassName
{
color: #ADE28D;
}
</style>
background-color css
<style>
a { background-color: #ADE28D; }
a { background-color: rgb(173,226,141); }
div.DivClassName
{
background-color: #ADE28D;
}
.BgClassName
{
background-color: #ADE28D;
}
</style>
border-color css
<style>
span { border-color: #ADE28D; }
span { border-color: rgb(173,226,141); }
td.TdClassName
{
border-color: #ADE28D;
}
.TagClassName
{
border-color: #ADE28D;
}
</style>