Shades of Feijoa #ADE78C
Tints of Feijoa #ADE78C
RGB
CMYK
RGB Variations
Color information
#ADE78C (or 0xADE78C) is known color: Feijoa. HEX triplet: AD, E7 and 8C. RGB value is (173,231,140). Sum of RGB (Red+Green+Blue) = 173+231+140=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE78C is #521873. Grayscale: #CBCBCB. Windows color (decimal): -5380212 or 9234349. OLE color: 9234349.
HSL color Cylindrical-coordinate representation of color #ADE78C: hue angle of 98.24º 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 #ADE78C is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 140 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.09 |
| HSL | 98.24º | 0.65% | 0.73% | - |
| HSV(B) | 98.24º | 0.39% | 0.91% | - |
| XYZ | 50.54 | 67.93 | 35.26 | - |
| YUV | 203.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 140 | 0.25 | 0 | 0.39 | 0.09 | 98.24 | 0.65 | 0.73 |
| Hex | AD | E7 | 8C | 19 | 0 | 27 | 9 | 62 | 41 | 49 |
| Octal | 255 | 347 | 214 | 31 | 0 | 47 | 11 | 142 | 101 | 111 |
| Binary | 10101101 | 11100111 | 10001100 | 11001 | 0 | 100111 | 1001 | 1100010 | 1000001 | 1001001 |
Color Harmonies of #ADE78C
Complementary color
Monochromatic Colors of #ADE78C
Black with #ADE78C
Text Example
Text Example
White with #ADE78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE78C; }
p { color: rgb(173,231,140); }
H1.HeaderClassName
{
color: #ADE78C;
}
.AnyTagClassName
{
color: #ADE78C;
}
</style>
background-color css
<style>
a { background-color: #ADE78C; }
a { background-color: rgb(173,231,140); }
div.DivClassName
{
background-color: #ADE78C;
}
.BgClassName
{
background-color: #ADE78C;
}
</style>
border-color css
<style>
span { border-color: #ADE78C; }
span { border-color: rgb(173,231,140); }
td.TdClassName
{
border-color: #ADE78C;
}
.TagClassName
{
border-color: #ADE78C;
}
</style>