Shades of Feijoa #ADE78E
Tints of Feijoa #ADE78E
RGB
CMYK
RGB Variations
Color information
#ADE78E (or 0xADE78E) is known color: Feijoa. HEX triplet: AD, E7 and 8E. RGB value is (173,231,142). Sum of RGB (Red+Green+Blue) = 173+231+142=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE78E is #521871. Grayscale: #CBCBCB. Windows color (decimal): -5380210 or 9365421. OLE color: 9365421.
HSL color Cylindrical-coordinate representation of color #ADE78E: hue angle of 99.1º degrees, saturation: 0.65, 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 #ADE78E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 142 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.09 |
| HSL | 99.1º | 0.65% | 0.73% | - |
| HSV(B) | 99.1º | 0.39% | 0.91% | - |
| XYZ | 50.69 | 67.99 | 36.04 | - |
| YUV | 203.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 142 | 0.25 | 0 | 0.39 | 0.09 | 99.1 | 0.65 | 0.73 |
| Hex | AD | E7 | 8E | 19 | 0 | 27 | 9 | 63 | 41 | 49 |
| Octal | 255 | 347 | 216 | 31 | 0 | 47 | 11 | 143 | 101 | 111 |
| Binary | 10101101 | 11100111 | 10001110 | 11001 | 0 | 100111 | 1001 | 1100011 | 1000001 | 1001001 |
Color Harmonies of #ADE78E
Complementary color
Monochromatic Colors of #ADE78E
Black with #ADE78E
Text Example
Text Example
White with #ADE78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE78E; }
p { color: rgb(173,231,142); }
H1.HeaderClassName
{
color: #ADE78E;
}
.AnyTagClassName
{
color: #ADE78E;
}
</style>
background-color css
<style>
a { background-color: #ADE78E; }
a { background-color: rgb(173,231,142); }
div.DivClassName
{
background-color: #ADE78E;
}
.BgClassName
{
background-color: #ADE78E;
}
</style>
border-color css
<style>
span { border-color: #ADE78E; }
span { border-color: rgb(173,231,142); }
td.TdClassName
{
border-color: #ADE78E;
}
.TagClassName
{
border-color: #ADE78E;
}
</style>