Shades of Feijoa #ADE28E
Tints of Feijoa #ADE28E
RGB
CMYK
RGB Variations
Color information
#ADE28E (or 0xADE28E) is known color: Feijoa. HEX triplet: AD, E2 and 8E. RGB value is (173,226,142). Sum of RGB (Red+Green+Blue) = 173+226+142=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE28E is #521D71. Grayscale: #C8C8C8. Windows color (decimal): -5381490 or 9364141. OLE color: 9364141.
HSL color Cylindrical-coordinate representation of color #ADE28E: hue angle of 97.86º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE28E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 142 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.11 |
| HSL | 97.86º | 0.59% | 0.72% | - |
| HSV(B) | 97.86º | 0.37% | 0.89% | - |
| XYZ | 49.31 | 65.23 | 35.58 | - |
| YUV | 200.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 142 | 0.23 | 0 | 0.37 | 0.11 | 97.86 | 0.59 | 0.72 |
| Hex | AD | E2 | 8E | 17 | 0 | 25 | B | 62 | 3B | 48 |
| Octal | 255 | 342 | 216 | 27 | 0 | 45 | 13 | 142 | 73 | 110 |
| Binary | 10101101 | 11100010 | 10001110 | 10111 | 0 | 100101 | 1011 | 1100010 | 111011 | 1001000 |
Color Harmonies of #ADE28E
Complementary color
Monochromatic Colors of #ADE28E
Black with #ADE28E
Text Example
Text Example
White with #ADE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE28E; }
p { color: rgb(173,226,142); }
H1.HeaderClassName
{
color: #ADE28E;
}
.AnyTagClassName
{
color: #ADE28E;
}
</style>
background-color css
<style>
a { background-color: #ADE28E; }
a { background-color: rgb(173,226,142); }
div.DivClassName
{
background-color: #ADE28E;
}
.BgClassName
{
background-color: #ADE28E;
}
</style>
border-color css
<style>
span { border-color: #ADE28E; }
span { border-color: rgb(173,226,142); }
td.TdClassName
{
border-color: #ADE28E;
}
.TagClassName
{
border-color: #ADE28E;
}
</style>