Shades of Feijoa #ADEF8E
Tints of Feijoa #ADEF8E
RGB
CMYK
RGB Variations
Color information
#ADEF8E (or 0xADEF8E) is known color: Feijoa. HEX triplet: AD, EF and 8E. RGB value is (173,239,142). Sum of RGB (Red+Green+Blue) = 173+239+142=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF8E is #521071. Grayscale: #D0D0D0. Windows color (decimal): -5378162 or 9367469. OLE color: 9367469.
HSL color Cylindrical-coordinate representation of color #ADEF8E: hue angle of 100.82º 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 #ADEF8E is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 142 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.06 |
| HSL | 100.82º | 0.75% | 0.75% | - |
| HSV(B) | 100.82º | 0.41% | 0.94% | - |
| XYZ | 52.98 | 72.57 | 36.81 | - |
| YUV | 208.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 142 | 0.28 | 0 | 0.41 | 0.06 | 100.82 | 0.75 | 0.75 |
| Hex | AD | EF | 8E | 1C | 0 | 29 | 6 | 65 | 4B | 4B |
| Octal | 255 | 357 | 216 | 34 | 0 | 51 | 6 | 145 | 113 | 113 |
| Binary | 10101101 | 11101111 | 10001110 | 11100 | 0 | 101001 | 110 | 1100101 | 1001011 | 1001011 |
Color Harmonies of #ADEF8E
Complementary color
Monochromatic Colors of #ADEF8E
Black with #ADEF8E
Text Example
Text Example
White with #ADEF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF8E; }
p { color: rgb(173,239,142); }
H1.HeaderClassName
{
color: #ADEF8E;
}
.AnyTagClassName
{
color: #ADEF8E;
}
</style>
background-color css
<style>
a { background-color: #ADEF8E; }
a { background-color: rgb(173,239,142); }
div.DivClassName
{
background-color: #ADEF8E;
}
.BgClassName
{
background-color: #ADEF8E;
}
</style>
border-color css
<style>
span { border-color: #ADEF8E; }
span { border-color: rgb(173,239,142); }
td.TdClassName
{
border-color: #ADEF8E;
}
.TagClassName
{
border-color: #ADEF8E;
}
</style>