Shades of Feijoa #ADE96E
Tints of Feijoa #ADE96E
RGB
CMYK
RGB Variations
Color information
#ADE96E (or 0xADE96E) is known color: Feijoa. HEX triplet: AD, E9 and 6E. RGB value is (173,233,110). Sum of RGB (Red+Green+Blue) = 173+233+110=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE96E is #521691. Grayscale: #C9C9C9. Windows color (decimal): -5379730 or 7268781. OLE color: 7268781.
HSL color Cylindrical-coordinate representation of color #ADE96E: hue angle of 89.27º 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 #ADE96E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 110 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 89.27º | 0.74% | 0.67% | - |
| HSV(B) | 89.27º | 0.53% | 0.91% | - |
| XYZ | 49.19 | 68.29 | 25.34 | - |
| YUV | 201.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 110 | 0.26 | 0 | 0.53 | 0.09 | 89.27 | 0.74 | 0.67 |
| Hex | AD | E9 | 6E | 1A | 0 | 35 | 9 | 59 | 4A | 43 |
| Octal | 255 | 351 | 156 | 32 | 0 | 65 | 11 | 131 | 112 | 103 |
| Binary | 10101101 | 11101001 | 1101110 | 11010 | 0 | 110101 | 1001 | 1011001 | 1001010 | 1000011 |
Color Harmonies of #ADE96E
Complementary color
Monochromatic Colors of #ADE96E
Black with #ADE96E
Text Example
Text Example
White with #ADE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE96E; }
p { color: rgb(173,233,110); }
H1.HeaderClassName
{
color: #ADE96E;
}
.AnyTagClassName
{
color: #ADE96E;
}
</style>
background-color css
<style>
a { background-color: #ADE96E; }
a { background-color: rgb(173,233,110); }
div.DivClassName
{
background-color: #ADE96E;
}
.BgClassName
{
background-color: #ADE96E;
}
</style>
border-color css
<style>
span { border-color: #ADE96E; }
span { border-color: rgb(173,233,110); }
td.TdClassName
{
border-color: #ADE96E;
}
.TagClassName
{
border-color: #ADE96E;
}
</style>