Shades of Feijoa #ADE96F
Tints of Feijoa #ADE96F
RGB
CMYK
RGB Variations
Color information
#ADE96F (or 0xADE96F) is known color: Feijoa. HEX triplet: AD, E9 and 6F. RGB value is (173,233,111). Sum of RGB (Red+Green+Blue) = 173+233+111=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE96F is #521690. Grayscale: #C9C9C9. Windows color (decimal): -5379729 or 7334317. OLE color: 7334317.
HSL color Cylindrical-coordinate representation of color #ADE96F: hue angle of 89.51º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE96F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 111 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 89.51º | 0.73% | 0.67% | - |
| HSV(B) | 89.51º | 0.52% | 0.91% | - |
| XYZ | 49.24 | 68.31 | 25.63 | - |
| YUV | 201.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 111 | 0.26 | 0 | 0.52 | 0.09 | 89.51 | 0.73 | 0.67 |
| Hex | AD | E9 | 6F | 1A | 0 | 34 | 9 | 5A | 49 | 43 |
| Octal | 255 | 351 | 157 | 32 | 0 | 64 | 11 | 132 | 111 | 103 |
| Binary | 10101101 | 11101001 | 1101111 | 11010 | 0 | 110100 | 1001 | 1011010 | 1001001 | 1000011 |
Color Harmonies of #ADE96F
Complementary color
Monochromatic Colors of #ADE96F
Black with #ADE96F
Text Example
Text Example
White with #ADE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE96F; }
p { color: rgb(173,233,111); }
H1.HeaderClassName
{
color: #ADE96F;
}
.AnyTagClassName
{
color: #ADE96F;
}
</style>
background-color css
<style>
a { background-color: #ADE96F; }
a { background-color: rgb(173,233,111); }
div.DivClassName
{
background-color: #ADE96F;
}
.BgClassName
{
background-color: #ADE96F;
}
</style>
border-color css
<style>
span { border-color: #ADE96F; }
span { border-color: rgb(173,233,111); }
td.TdClassName
{
border-color: #ADE96F;
}
.TagClassName
{
border-color: #ADE96F;
}
</style>