Shades of Feijoa #ADE46F
Tints of Feijoa #ADE46F
RGB
CMYK
RGB Variations
Color information
#ADE46F (or 0xADE46F) is known color: Feijoa. HEX triplet: AD, E4 and 6F. RGB value is (173,228,111). Sum of RGB (Red+Green+Blue) = 173+228+111=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46F is #521B90. Grayscale: #C6C6C6. Windows color (decimal): -5381009 or 7333037. OLE color: 7333037.
HSL color Cylindrical-coordinate representation of color #ADE46F: hue angle of 88.21º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE46F is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 111 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.11 |
| HSL | 88.21º | 0.68% | 0.66% | - |
| HSV(B) | 88.21º | 0.51% | 0.89% | - |
| XYZ | 47.85 | 65.52 | 25.16 | - |
| YUV | 198.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 111 | 0.24 | 0 | 0.51 | 0.11 | 88.21 | 0.68 | 0.66 |
| Hex | AD | E4 | 6F | 18 | 0 | 33 | B | 58 | 44 | 42 |
| Octal | 255 | 344 | 157 | 30 | 0 | 63 | 13 | 130 | 104 | 102 |
| Binary | 10101101 | 11100100 | 1101111 | 11000 | 0 | 110011 | 1011 | 1011000 | 1000100 | 1000010 |
Color Harmonies of #ADE46F
Complementary color
Monochromatic Colors of #ADE46F
Black with #ADE46F
Text Example
Text Example
White with #ADE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE46F; }
p { color: rgb(173,228,111); }
H1.HeaderClassName
{
color: #ADE46F;
}
.AnyTagClassName
{
color: #ADE46F;
}
</style>
background-color css
<style>
a { background-color: #ADE46F; }
a { background-color: rgb(173,228,111); }
div.DivClassName
{
background-color: #ADE46F;
}
.BgClassName
{
background-color: #ADE46F;
}
</style>
border-color css
<style>
span { border-color: #ADE46F; }
span { border-color: rgb(173,228,111); }
td.TdClassName
{
border-color: #ADE46F;
}
.TagClassName
{
border-color: #ADE46F;
}
</style>