Shades of Feijoa #ADE96D
Tints of Feijoa #ADE96D
RGB
CMYK
RGB Variations
Color information
#ADE96D (or 0xADE96D) is known color: Feijoa. HEX triplet: AD, E9 and 6D. RGB value is (173,233,109). Sum of RGB (Red+Green+Blue) = 173+233+109=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE96D is #521692. Grayscale: #C9C9C9. Windows color (decimal): -5379731 or 7203245. OLE color: 7203245.
HSL color Cylindrical-coordinate representation of color #ADE96D: hue angle of 89.03º degrees, saturation: 0.74, 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 #ADE96D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 109 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 89.03º | 0.74% | 0.67% | - |
| HSV(B) | 89.03º | 0.53% | 0.91% | - |
| XYZ | 49.13 | 68.27 | 25.06 | - |
| YUV | 200.92 | 76.12 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 109 | 0.26 | 0 | 0.53 | 0.09 | 89.03 | 0.74 | 0.67 |
| Hex | AD | E9 | 6D | 1A | 0 | 35 | 9 | 59 | 4A | 43 |
| Octal | 255 | 351 | 155 | 32 | 0 | 65 | 11 | 131 | 112 | 103 |
| Binary | 10101101 | 11101001 | 1101101 | 11010 | 0 | 110101 | 1001 | 1011001 | 1001010 | 1000011 |
Color Harmonies of #ADE96D
Complementary color
Monochromatic Colors of #ADE96D
Black with #ADE96D
Text Example
Text Example
White with #ADE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE96D; }
p { color: rgb(173,233,109); }
H1.HeaderClassName
{
color: #ADE96D;
}
.AnyTagClassName
{
color: #ADE96D;
}
</style>
background-color css
<style>
a { background-color: #ADE96D; }
a { background-color: rgb(173,233,109); }
div.DivClassName
{
background-color: #ADE96D;
}
.BgClassName
{
background-color: #ADE96D;
}
</style>
border-color css
<style>
span { border-color: #ADE96D; }
span { border-color: rgb(173,233,109); }
td.TdClassName
{
border-color: #ADE96D;
}
.TagClassName
{
border-color: #ADE96D;
}
</style>