Shades of Feijoa #ADE86F
Tints of Feijoa #ADE86F
RGB
CMYK
RGB Variations
Color information
#ADE86F (or 0xADE86F) is known color: Feijoa. HEX triplet: AD, E8 and 6F. RGB value is (173,232,111). Sum of RGB (Red+Green+Blue) = 173+232+111=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE86F is #521790. Grayscale: #C8C8C8. Windows color (decimal): -5379985 or 7334061. OLE color: 7334061.
HSL color Cylindrical-coordinate representation of color #ADE86F: hue angle of 89.26º degrees, saturation: 0.72, 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 #ADE86F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 111 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.09 |
| HSL | 89.26º | 0.72% | 0.67% | - |
| HSV(B) | 89.26º | 0.52% | 0.91% | - |
| XYZ | 48.96 | 67.75 | 25.53 | - |
| YUV | 200.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 111 | 0.25 | 0 | 0.52 | 0.09 | 89.26 | 0.72 | 0.67 |
| Hex | AD | E8 | 6F | 19 | 0 | 34 | 9 | 59 | 48 | 43 |
| Octal | 255 | 350 | 157 | 31 | 0 | 64 | 11 | 131 | 110 | 103 |
| Binary | 10101101 | 11101000 | 1101111 | 11001 | 0 | 110100 | 1001 | 1011001 | 1001000 | 1000011 |
Color Harmonies of #ADE86F
Complementary color
Monochromatic Colors of #ADE86F
Black with #ADE86F
Text Example
Text Example
White with #ADE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE86F; }
p { color: rgb(173,232,111); }
H1.HeaderClassName
{
color: #ADE86F;
}
.AnyTagClassName
{
color: #ADE86F;
}
</style>
background-color css
<style>
a { background-color: #ADE86F; }
a { background-color: rgb(173,232,111); }
div.DivClassName
{
background-color: #ADE86F;
}
.BgClassName
{
background-color: #ADE86F;
}
</style>
border-color css
<style>
span { border-color: #ADE86F; }
span { border-color: rgb(173,232,111); }
td.TdClassName
{
border-color: #ADE86F;
}
.TagClassName
{
border-color: #ADE86F;
}
</style>