Shades of Feijoa #ADE676
Tints of Feijoa #ADE676
RGB
CMYK
RGB Variations
Color information
#ADE676 (or 0xADE676) is known color: Feijoa. HEX triplet: AD, E6 and 76. RGB value is (173,230,118). Sum of RGB (Red+Green+Blue) = 173+230+118=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE676 is #521989. Grayscale: #C8C8C8. Windows color (decimal): -5380490 or 7792301. OLE color: 7792301.
HSL color Cylindrical-coordinate representation of color #ADE676: hue angle of 90.54º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE676 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 118 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.10 |
| HSL | 90.54º | 0.69% | 0.68% | - |
| HSV(B) | 90.54º | 0.49% | 0.9% | - |
| XYZ | 48.8 | 66.79 | 27.46 | - |
| YUV | 200.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 118 | 0.25 | 0 | 0.49 | 0.10 | 90.54 | 0.69 | 0.68 |
| Hex | AD | E6 | 76 | 19 | 0 | 31 | A | 5B | 45 | 44 |
| Octal | 255 | 346 | 166 | 31 | 0 | 61 | 12 | 133 | 105 | 104 |
| Binary | 10101101 | 11100110 | 1110110 | 11001 | 0 | 110001 | 1010 | 1011011 | 1000101 | 1000100 |
Color Harmonies of #ADE676
Complementary color
Monochromatic Colors of #ADE676
Black with #ADE676
Text Example
Text Example
White with #ADE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE676; }
p { color: rgb(173,230,118); }
H1.HeaderClassName
{
color: #ADE676;
}
.AnyTagClassName
{
color: #ADE676;
}
</style>
background-color css
<style>
a { background-color: #ADE676; }
a { background-color: rgb(173,230,118); }
div.DivClassName
{
background-color: #ADE676;
}
.BgClassName
{
background-color: #ADE676;
}
</style>
border-color css
<style>
span { border-color: #ADE676; }
span { border-color: rgb(173,230,118); }
td.TdClassName
{
border-color: #ADE676;
}
.TagClassName
{
border-color: #ADE676;
}
</style>