Shades of Feijoa #ADE476
Tints of Feijoa #ADE476
RGB
CMYK
RGB Variations
Color information
#ADE476 (or 0xADE476) is known color: Feijoa. HEX triplet: AD, E4 and 76. RGB value is (173,228,118). Sum of RGB (Red+Green+Blue) = 173+228+118=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE476 is #521B89. Grayscale: #C7C7C7. Windows color (decimal): -5381002 or 7791789. OLE color: 7791789.
HSL color Cylindrical-coordinate representation of color #ADE476: hue angle of 90º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE476 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 118 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.11 |
| HSL | 90º | 0.67% | 0.68% | - |
| HSV(B) | 90º | 0.48% | 0.89% | - |
| XYZ | 48.25 | 65.68 | 27.27 | - |
| YUV | 199.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 118 | 0.24 | 0 | 0.48 | 0.11 | 90 | 0.67 | 0.68 |
| Hex | AD | E4 | 76 | 18 | 0 | 30 | B | 5A | 43 | 44 |
| Octal | 255 | 344 | 166 | 30 | 0 | 60 | 13 | 132 | 103 | 104 |
| Binary | 10101101 | 11100100 | 1110110 | 11000 | 0 | 110000 | 1011 | 1011010 | 1000011 | 1000100 |
Color Harmonies of #ADE476
Complementary color
Monochromatic Colors of #ADE476
Black with #ADE476
Text Example
Text Example
White with #ADE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE476; }
p { color: rgb(173,228,118); }
H1.HeaderClassName
{
color: #ADE476;
}
.AnyTagClassName
{
color: #ADE476;
}
</style>
background-color css
<style>
a { background-color: #ADE476; }
a { background-color: rgb(173,228,118); }
div.DivClassName
{
background-color: #ADE476;
}
.BgClassName
{
background-color: #ADE476;
}
</style>
border-color css
<style>
span { border-color: #ADE476; }
span { border-color: rgb(173,228,118); }
td.TdClassName
{
border-color: #ADE476;
}
.TagClassName
{
border-color: #ADE476;
}
</style>