Shades of Feijoa #ADE36F
Tints of Feijoa #ADE36F
RGB
CMYK
RGB Variations
Color information
#ADE36F (or 0xADE36F) is known color: Feijoa. HEX triplet: AD, E3 and 6F. RGB value is (173,227,111). Sum of RGB (Red+Green+Blue) = 173+227+111=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE36F is #521C90. Grayscale: #C6C6C6. Windows color (decimal): -5381265 or 7332781. OLE color: 7332781.
HSL color Cylindrical-coordinate representation of color #ADE36F: hue angle of 87.93º degrees, saturation: 0.67, 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 #ADE36F is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 111 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.11 |
| HSL | 87.93º | 0.67% | 0.66% | - |
| HSV(B) | 87.93º | 0.51% | 0.89% | - |
| XYZ | 47.57 | 64.97 | 25.07 | - |
| YUV | 197.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 111 | 0.24 | 0 | 0.51 | 0.11 | 87.93 | 0.67 | 0.66 |
| Hex | AD | E3 | 6F | 18 | 0 | 33 | B | 58 | 43 | 42 |
| Octal | 255 | 343 | 157 | 30 | 0 | 63 | 13 | 130 | 103 | 102 |
| Binary | 10101101 | 11100011 | 1101111 | 11000 | 0 | 110011 | 1011 | 1011000 | 1000011 | 1000010 |
Color Harmonies of #ADE36F
Complementary color
Monochromatic Colors of #ADE36F
Black with #ADE36F
Text Example
Text Example
White with #ADE36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE36F; }
p { color: rgb(173,227,111); }
H1.HeaderClassName
{
color: #ADE36F;
}
.AnyTagClassName
{
color: #ADE36F;
}
</style>
background-color css
<style>
a { background-color: #ADE36F; }
a { background-color: rgb(173,227,111); }
div.DivClassName
{
background-color: #ADE36F;
}
.BgClassName
{
background-color: #ADE36F;
}
</style>
border-color css
<style>
span { border-color: #ADE36F; }
span { border-color: rgb(173,227,111); }
td.TdClassName
{
border-color: #ADE36F;
}
.TagClassName
{
border-color: #ADE36F;
}
</style>