Shades of Feijoa #ADEB6E
Tints of Feijoa #ADEB6E
RGB
CMYK
RGB Variations
Color information
#ADEB6E (or 0xADEB6E) is known color: Feijoa. HEX triplet: AD, EB and 6E. RGB value is (173,235,110). Sum of RGB (Red+Green+Blue) = 173+235+110=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB6E is #521491. Grayscale: #CACACA. Windows color (decimal): -5379218 or 7269293. OLE color: 7269293.
HSL color Cylindrical-coordinate representation of color #ADEB6E: hue angle of 89.76º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADEB6E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 110 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.08 |
| HSL | 89.76º | 0.76% | 0.68% | - |
| HSV(B) | 89.76º | 0.53% | 0.92% | - |
| XYZ | 49.76 | 69.43 | 25.53 | - |
| YUV | 202.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 110 | 0.26 | 0 | 0.53 | 0.08 | 89.76 | 0.76 | 0.68 |
| Hex | AD | EB | 6E | 1A | 0 | 35 | 8 | 5A | 4C | 44 |
| Octal | 255 | 353 | 156 | 32 | 0 | 65 | 10 | 132 | 114 | 104 |
| Binary | 10101101 | 11101011 | 1101110 | 11010 | 0 | 110101 | 1000 | 1011010 | 1001100 | 1000100 |
Color Harmonies of #ADEB6E
Complementary color
Monochromatic Colors of #ADEB6E
Black with #ADEB6E
Text Example
Text Example
White with #ADEB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB6E; }
p { color: rgb(173,235,110); }
H1.HeaderClassName
{
color: #ADEB6E;
}
.AnyTagClassName
{
color: #ADEB6E;
}
</style>
background-color css
<style>
a { background-color: #ADEB6E; }
a { background-color: rgb(173,235,110); }
div.DivClassName
{
background-color: #ADEB6E;
}
.BgClassName
{
background-color: #ADEB6E;
}
</style>
border-color css
<style>
span { border-color: #ADEB6E; }
span { border-color: rgb(173,235,110); }
td.TdClassName
{
border-color: #ADEB6E;
}
.TagClassName
{
border-color: #ADEB6E;
}
</style>