Shades of Feijoa #ADE479
Tints of Feijoa #ADE479
RGB
CMYK
RGB Variations
Color information
#ADE479 (or 0xADE479) is known color: Feijoa. HEX triplet: AD, E4 and 79. RGB value is (173,228,121). Sum of RGB (Red+Green+Blue) = 173+228+121=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE479 is #521B86. Grayscale: #C7C7C7. Windows color (decimal): -5380999 or 7988397. OLE color: 7988397.
HSL color Cylindrical-coordinate representation of color #ADE479: hue angle of 90.84º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADE479 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 121 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.11 |
| HSL | 90.84º | 0.66% | 0.68% | - |
| HSV(B) | 90.84º | 0.47% | 0.89% | - |
| XYZ | 48.43 | 65.75 | 28.23 | - |
| YUV | 199.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 121 | 0.24 | 0 | 0.47 | 0.11 | 90.84 | 0.66 | 0.68 |
| Hex | AD | E4 | 79 | 18 | 0 | 2F | B | 5B | 42 | 44 |
| Octal | 255 | 344 | 171 | 30 | 0 | 57 | 13 | 133 | 102 | 104 |
| Binary | 10101101 | 11100100 | 1111001 | 11000 | 0 | 101111 | 1011 | 1011011 | 1000010 | 1000100 |
Color Harmonies of #ADE479
Complementary color
Monochromatic Colors of #ADE479
Black with #ADE479
Text Example
Text Example
White with #ADE479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE479; }
p { color: rgb(173,228,121); }
H1.HeaderClassName
{
color: #ADE479;
}
.AnyTagClassName
{
color: #ADE479;
}
</style>
background-color css
<style>
a { background-color: #ADE479; }
a { background-color: rgb(173,228,121); }
div.DivClassName
{
background-color: #ADE479;
}
.BgClassName
{
background-color: #ADE479;
}
</style>
border-color css
<style>
span { border-color: #ADE479; }
span { border-color: rgb(173,228,121); }
td.TdClassName
{
border-color: #ADE479;
}
.TagClassName
{
border-color: #ADE479;
}
</style>