Shades of Feijoa #ADE88D
Tints of Feijoa #ADE88D
RGB
CMYK
RGB Variations
Color information
#ADE88D (or 0xADE88D) is known color: Feijoa. HEX triplet: AD, E8 and 8D. RGB value is (173,232,141). Sum of RGB (Red+Green+Blue) = 173+232+141=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE88D is #521772. Grayscale: #CCCCCC. Windows color (decimal): -5379955 or 9300141. OLE color: 9300141.
HSL color Cylindrical-coordinate representation of color #ADE88D: hue angle of 98.9º 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 #ADE88D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 141 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.09 |
| HSL | 98.9º | 0.66% | 0.73% | - |
| HSV(B) | 98.9º | 0.39% | 0.91% | - |
| XYZ | 50.9 | 68.52 | 35.74 | - |
| YUV | 203.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 141 | 0.25 | 0 | 0.39 | 0.09 | 98.9 | 0.66 | 0.73 |
| Hex | AD | E8 | 8D | 19 | 0 | 27 | 9 | 63 | 42 | 49 |
| Octal | 255 | 350 | 215 | 31 | 0 | 47 | 11 | 143 | 102 | 111 |
| Binary | 10101101 | 11101000 | 10001101 | 11001 | 0 | 100111 | 1001 | 1100011 | 1000010 | 1001001 |
Color Harmonies of #ADE88D
Complementary color
Monochromatic Colors of #ADE88D
Black with #ADE88D
Text Example
Text Example
White with #ADE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE88D; }
p { color: rgb(173,232,141); }
H1.HeaderClassName
{
color: #ADE88D;
}
.AnyTagClassName
{
color: #ADE88D;
}
</style>
background-color css
<style>
a { background-color: #ADE88D; }
a { background-color: rgb(173,232,141); }
div.DivClassName
{
background-color: #ADE88D;
}
.BgClassName
{
background-color: #ADE88D;
}
</style>
border-color css
<style>
span { border-color: #ADE88D; }
span { border-color: rgb(173,232,141); }
td.TdClassName
{
border-color: #ADE88D;
}
.TagClassName
{
border-color: #ADE88D;
}
</style>