Shades of Feijoa #ADE06F
Tints of Feijoa #ADE06F
RGB
CMYK
RGB Variations
Color information
#ADE06F (or 0xADE06F) is known color: Feijoa. HEX triplet: AD, E0 and 6F. RGB value is (173,224,111). Sum of RGB (Red+Green+Blue) = 173+224+111=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE06F is #521F90. Grayscale: #C4C4C4. Windows color (decimal): -5382033 or 7332013. OLE color: 7332013.
HSL color Cylindrical-coordinate representation of color #ADE06F: hue angle of 87.08º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE06F is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 111 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.12 |
| HSL | 87.08º | 0.65% | 0.66% | - |
| HSV(B) | 87.08º | 0.5% | 0.88% | - |
| XYZ | 46.76 | 63.34 | 24.8 | - |
| YUV | 195.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 111 | 0.23 | 0 | 0.50 | 0.12 | 87.08 | 0.65 | 0.66 |
| Hex | AD | E0 | 6F | 17 | 0 | 32 | C | 57 | 41 | 42 |
| Octal | 255 | 340 | 157 | 27 | 0 | 62 | 14 | 127 | 101 | 102 |
| Binary | 10101101 | 11100000 | 1101111 | 10111 | 0 | 110010 | 1100 | 1010111 | 1000001 | 1000010 |
Color Harmonies of #ADE06F
Complementary color
Monochromatic Colors of #ADE06F
Black with #ADE06F
Text Example
Text Example
White with #ADE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE06F; }
p { color: rgb(173,224,111); }
H1.HeaderClassName
{
color: #ADE06F;
}
.AnyTagClassName
{
color: #ADE06F;
}
</style>
background-color css
<style>
a { background-color: #ADE06F; }
a { background-color: rgb(173,224,111); }
div.DivClassName
{
background-color: #ADE06F;
}
.BgClassName
{
background-color: #ADE06F;
}
</style>
border-color css
<style>
span { border-color: #ADE06F; }
span { border-color: rgb(173,224,111); }
td.TdClassName
{
border-color: #ADE06F;
}
.TagClassName
{
border-color: #ADE06F;
}
</style>