Shades of Feijoa #ADD78E
Tints of Feijoa #ADD78E
RGB
CMYK
RGB Variations
Color information
#ADD78E (or 0xADD78E) is known color: Feijoa. HEX triplet: AD, D7 and 8E. RGB value is (173,215,142). Sum of RGB (Red+Green+Blue) = 173+215+142=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD78E is #522871. Grayscale: #C2C2C2. Windows color (decimal): -5384306 or 9361325. OLE color: 9361325.
HSL color Cylindrical-coordinate representation of color #ADD78E: hue angle of 94.52º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD78E is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 142 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.16 |
| HSL | 94.52º | 0.48% | 0.7% | - |
| HSV(B) | 94.52º | 0.34% | 0.84% | - |
| XYZ | 46.42 | 59.44 | 34.62 | - |
| YUV | 194.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 142 | 0.20 | 0 | 0.34 | 0.16 | 94.52 | 0.48 | 0.7 |
| Hex | AD | D7 | 8E | 14 | 0 | 22 | 10 | 5F | 30 | 46 |
| Octal | 255 | 327 | 216 | 24 | 0 | 42 | 20 | 137 | 60 | 106 |
| Binary | 10101101 | 11010111 | 10001110 | 10100 | 0 | 100010 | 10000 | 1011111 | 110000 | 1000110 |
Color Harmonies of #ADD78E
Complementary color
Monochromatic Colors of #ADD78E
Black with #ADD78E
Text Example
Text Example
White with #ADD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD78E; }
p { color: rgb(173,215,142); }
H1.HeaderClassName
{
color: #ADD78E;
}
.AnyTagClassName
{
color: #ADD78E;
}
</style>
background-color css
<style>
a { background-color: #ADD78E; }
a { background-color: rgb(173,215,142); }
div.DivClassName
{
background-color: #ADD78E;
}
.BgClassName
{
background-color: #ADD78E;
}
</style>
border-color css
<style>
span { border-color: #ADD78E; }
span { border-color: rgb(173,215,142); }
td.TdClassName
{
border-color: #ADD78E;
}
.TagClassName
{
border-color: #ADD78E;
}
</style>