Shades of Feijoa #ADE976
Tints of Feijoa #ADE976
RGB
CMYK
RGB Variations
Color information
#ADE976 (or 0xADE976) is known color: Feijoa. HEX triplet: AD, E9 and 76. RGB value is (173,233,118). Sum of RGB (Red+Green+Blue) = 173+233+118=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE976 is #521689. Grayscale: #CACACA. Windows color (decimal): -5379722 or 7793069. OLE color: 7793069.
HSL color Cylindrical-coordinate representation of color #ADE976: hue angle of 91.3º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE976 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 118 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.09 |
| HSL | 91.3º | 0.72% | 0.69% | - |
| HSV(B) | 91.3º | 0.49% | 0.91% | - |
| XYZ | 49.64 | 68.47 | 27.74 | - |
| YUV | 201.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 118 | 0.26 | 0 | 0.49 | 0.09 | 91.3 | 0.72 | 0.69 |
| Hex | AD | E9 | 76 | 1A | 0 | 31 | 9 | 5B | 48 | 45 |
| Octal | 255 | 351 | 166 | 32 | 0 | 61 | 11 | 133 | 110 | 105 |
| Binary | 10101101 | 11101001 | 1110110 | 11010 | 0 | 110001 | 1001 | 1011011 | 1001000 | 1000101 |
Color Harmonies of #ADE976
Complementary color
Monochromatic Colors of #ADE976
Black with #ADE976
Text Example
Text Example
White with #ADE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE976; }
p { color: rgb(173,233,118); }
H1.HeaderClassName
{
color: #ADE976;
}
.AnyTagClassName
{
color: #ADE976;
}
</style>
background-color css
<style>
a { background-color: #ADE976; }
a { background-color: rgb(173,233,118); }
div.DivClassName
{
background-color: #ADE976;
}
.BgClassName
{
background-color: #ADE976;
}
</style>
border-color css
<style>
span { border-color: #ADE976; }
span { border-color: rgb(173,233,118); }
td.TdClassName
{
border-color: #ADE976;
}
.TagClassName
{
border-color: #ADE976;
}
</style>