Shades of Feijoa #ADE88E
Tints of Feijoa #ADE88E
RGB
CMYK
RGB Variations
Color information
#ADE88E (or 0xADE88E) is known color: Feijoa. HEX triplet: AD, E8 and 8E. RGB value is (173,232,142). Sum of RGB (Red+Green+Blue) = 173+232+142=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE88E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE88E is #521771. Grayscale: #CCCCCC. Windows color (decimal): -5379954 or 9365677. OLE color: 9365677.
HSL color Cylindrical-coordinate representation of color #ADE88E: hue angle of 99.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE88E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 142 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.09 |
| HSL | 99.33º | 0.66% | 0.73% | - |
| HSV(B) | 99.33º | 0.39% | 0.91% | - |
| XYZ | 50.97 | 68.55 | 36.14 | - |
| YUV | 204.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 142 | 0.25 | 0 | 0.39 | 0.09 | 99.33 | 0.66 | 0.73 |
| Hex | AD | E8 | 8E | 19 | 0 | 27 | 9 | 63 | 42 | 49 |
| Octal | 255 | 350 | 216 | 31 | 0 | 47 | 11 | 143 | 102 | 111 |
| Binary | 10101101 | 11101000 | 10001110 | 11001 | 0 | 100111 | 1001 | 1100011 | 1000010 | 1001001 |
Color Harmonies of #ADE88E
Complementary color
Monochromatic Colors of #ADE88E
Black with #ADE88E
Text Example
Text Example
White with #ADE88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE88E; }
p { color: rgb(173,232,142); }
H1.HeaderClassName
{
color: #ADE88E;
}
.AnyTagClassName
{
color: #ADE88E;
}
</style>
background-color css
<style>
a { background-color: #ADE88E; }
a { background-color: rgb(173,232,142); }
div.DivClassName
{
background-color: #ADE88E;
}
.BgClassName
{
background-color: #ADE88E;
}
</style>
border-color css
<style>
span { border-color: #ADE88E; }
span { border-color: rgb(173,232,142); }
td.TdClassName
{
border-color: #ADE88E;
}
.TagClassName
{
border-color: #ADE88E;
}
</style>