Shades of Feijoa #ADE86D
Tints of Feijoa #ADE86D
RGB
CMYK
RGB Variations
Color information
#ADE86D (or 0xADE86D) is known color: Feijoa. HEX triplet: AD, E8 and 6D. RGB value is (173,232,109). Sum of RGB (Red+Green+Blue) = 173+232+109=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE86D is #521792. Grayscale: #C8C8C8. Windows color (decimal): -5379987 or 7202989. OLE color: 7202989.
HSL color Cylindrical-coordinate representation of color #ADE86D: hue angle of 88.78º degrees, saturation: 0.73, 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 #ADE86D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 109 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 88.78º | 0.73% | 0.67% | - |
| HSV(B) | 88.78º | 0.53% | 0.91% | - |
| XYZ | 48.85 | 67.7 | 24.96 | - |
| YUV | 200.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 109 | 0.25 | 0 | 0.53 | 0.09 | 88.78 | 0.73 | 0.67 |
| Hex | AD | E8 | 6D | 19 | 0 | 35 | 9 | 59 | 49 | 43 |
| Octal | 255 | 350 | 155 | 31 | 0 | 65 | 11 | 131 | 111 | 103 |
| Binary | 10101101 | 11101000 | 1101101 | 11001 | 0 | 110101 | 1001 | 1011001 | 1001001 | 1000011 |
Color Harmonies of #ADE86D
Complementary color
Monochromatic Colors of #ADE86D
Black with #ADE86D
Text Example
Text Example
White with #ADE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE86D; }
p { color: rgb(173,232,109); }
H1.HeaderClassName
{
color: #ADE86D;
}
.AnyTagClassName
{
color: #ADE86D;
}
</style>
background-color css
<style>
a { background-color: #ADE86D; }
a { background-color: rgb(173,232,109); }
div.DivClassName
{
background-color: #ADE86D;
}
.BgClassName
{
background-color: #ADE86D;
}
</style>
border-color css
<style>
span { border-color: #ADE86D; }
span { border-color: rgb(173,232,109); }
td.TdClassName
{
border-color: #ADE86D;
}
.TagClassName
{
border-color: #ADE86D;
}
</style>