Shades of Feijoa #ADE279
Tints of Feijoa #ADE279
RGB
CMYK
RGB Variations
Color information
#ADE279 (or 0xADE279) is known color: Feijoa. HEX triplet: AD, E2 and 79. RGB value is (173,226,121). Sum of RGB (Red+Green+Blue) = 173+226+121=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE279 is #521D86. Grayscale: #C6C6C6. Windows color (decimal): -5381511 or 7987885. OLE color: 7987885.
HSL color Cylindrical-coordinate representation of color #ADE279: hue angle of 90.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE279 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 121 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.11 |
| HSL | 90.29º | 0.64% | 0.68% | - |
| HSV(B) | 90.29º | 0.46% | 0.89% | - |
| XYZ | 47.88 | 64.66 | 28.05 | - |
| YUV | 198.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 121 | 0.23 | 0 | 0.46 | 0.11 | 90.29 | 0.64 | 0.68 |
| Hex | AD | E2 | 79 | 17 | 0 | 2E | B | 5A | 40 | 44 |
| Octal | 255 | 342 | 171 | 27 | 0 | 56 | 13 | 132 | 100 | 104 |
| Binary | 10101101 | 11100010 | 1111001 | 10111 | 0 | 101110 | 1011 | 1011010 | 1000000 | 1000100 |
Color Harmonies of #ADE279
Complementary color
Monochromatic Colors of #ADE279
Black with #ADE279
Text Example
Text Example
White with #ADE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE279; }
p { color: rgb(173,226,121); }
H1.HeaderClassName
{
color: #ADE279;
}
.AnyTagClassName
{
color: #ADE279;
}
</style>
background-color css
<style>
a { background-color: #ADE279; }
a { background-color: rgb(173,226,121); }
div.DivClassName
{
background-color: #ADE279;
}
.BgClassName
{
background-color: #ADE279;
}
</style>
border-color css
<style>
span { border-color: #ADE279; }
span { border-color: rgb(173,226,121); }
td.TdClassName
{
border-color: #ADE279;
}
.TagClassName
{
border-color: #ADE279;
}
</style>