Shades of Feijoa #ADEF8D
Tints of Feijoa #ADEF8D
RGB
CMYK
RGB Variations
Color information
#ADEF8D (or 0xADEF8D) is known color: Feijoa. HEX triplet: AD, EF and 8D. RGB value is (173,239,141). Sum of RGB (Red+Green+Blue) = 173+239+141=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF8D is #521072. Grayscale: #D0D0D0. Windows color (decimal): -5378163 or 9301933. OLE color: 9301933.
HSL color Cylindrical-coordinate representation of color #ADEF8D: hue angle of 100.41º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEF8D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 141 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.06 |
| HSL | 100.41º | 0.75% | 0.75% | - |
| HSV(B) | 100.41º | 0.41% | 0.94% | - |
| XYZ | 52.91 | 72.54 | 36.41 | - |
| YUV | 208.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 141 | 0.28 | 0 | 0.41 | 0.06 | 100.41 | 0.75 | 0.75 |
| Hex | AD | EF | 8D | 1C | 0 | 29 | 6 | 64 | 4B | 4B |
| Octal | 255 | 357 | 215 | 34 | 0 | 51 | 6 | 144 | 113 | 113 |
| Binary | 10101101 | 11101111 | 10001101 | 11100 | 0 | 101001 | 110 | 1100100 | 1001011 | 1001011 |
Color Harmonies of #ADEF8D
Complementary color
Monochromatic Colors of #ADEF8D
Black with #ADEF8D
Text Example
Text Example
White with #ADEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF8D; }
p { color: rgb(173,239,141); }
H1.HeaderClassName
{
color: #ADEF8D;
}
.AnyTagClassName
{
color: #ADEF8D;
}
</style>
background-color css
<style>
a { background-color: #ADEF8D; }
a { background-color: rgb(173,239,141); }
div.DivClassName
{
background-color: #ADEF8D;
}
.BgClassName
{
background-color: #ADEF8D;
}
</style>
border-color css
<style>
span { border-color: #ADEF8D; }
span { border-color: rgb(173,239,141); }
td.TdClassName
{
border-color: #ADEF8D;
}
.TagClassName
{
border-color: #ADEF8D;
}
</style>