Shades of Feijoa #ADE76D
Tints of Feijoa #ADE76D
RGB
CMYK
RGB Variations
Color information
#ADE76D (or 0xADE76D) is known color: Feijoa. HEX triplet: AD, E7 and 6D. RGB value is (173,231,109). Sum of RGB (Red+Green+Blue) = 173+231+109=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE76D is #521892. Grayscale: #C8C8C8. Windows color (decimal): -5380243 or 7202733. OLE color: 7202733.
HSL color Cylindrical-coordinate representation of color #ADE76D: hue angle of 88.52º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE76D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 109 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 88.52º | 0.72% | 0.67% | - |
| HSV(B) | 88.52º | 0.53% | 0.91% | - |
| XYZ | 48.57 | 67.14 | 24.87 | - |
| YUV | 199.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 109 | 0.25 | 0 | 0.53 | 0.09 | 88.52 | 0.72 | 0.67 |
| Hex | AD | E7 | 6D | 19 | 0 | 35 | 9 | 59 | 48 | 43 |
| Octal | 255 | 347 | 155 | 31 | 0 | 65 | 11 | 131 | 110 | 103 |
| Binary | 10101101 | 11100111 | 1101101 | 11001 | 0 | 110101 | 1001 | 1011001 | 1001000 | 1000011 |
Color Harmonies of #ADE76D
Complementary color
Monochromatic Colors of #ADE76D
Black with #ADE76D
Text Example
Text Example
White with #ADE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE76D; }
p { color: rgb(173,231,109); }
H1.HeaderClassName
{
color: #ADE76D;
}
.AnyTagClassName
{
color: #ADE76D;
}
</style>
background-color css
<style>
a { background-color: #ADE76D; }
a { background-color: rgb(173,231,109); }
div.DivClassName
{
background-color: #ADE76D;
}
.BgClassName
{
background-color: #ADE76D;
}
</style>
border-color css
<style>
span { border-color: #ADE76D; }
span { border-color: rgb(173,231,109); }
td.TdClassName
{
border-color: #ADE76D;
}
.TagClassName
{
border-color: #ADE76D;
}
</style>