Shades of Feijoa #ADE57C
Tints of Feijoa #ADE57C
RGB
CMYK
RGB Variations
Color information
#ADE57C (or 0xADE57C) is known color: Feijoa. HEX triplet: AD, E5 and 7C. RGB value is (173,229,124). Sum of RGB (Red+Green+Blue) = 173+229+124=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE57C is #521A83. Grayscale: #C8C8C8. Windows color (decimal): -5380740 or 8185261. OLE color: 8185261.
HSL color Cylindrical-coordinate representation of color #ADE57C: hue angle of 92º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE57C is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 124 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.10 |
| HSL | 92º | 0.67% | 0.69% | - |
| HSV(B) | 92º | 0.46% | 0.9% | - |
| XYZ | 48.89 | 66.38 | 29.3 | - |
| YUV | 200.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 124 | 0.24 | 0 | 0.46 | 0.10 | 92 | 0.67 | 0.69 |
| Hex | AD | E5 | 7C | 18 | 0 | 2E | A | 5C | 43 | 45 |
| Octal | 255 | 345 | 174 | 30 | 0 | 56 | 12 | 134 | 103 | 105 |
| Binary | 10101101 | 11100101 | 1111100 | 11000 | 0 | 101110 | 1010 | 1011100 | 1000011 | 1000101 |
Color Harmonies of #ADE57C
Complementary color
Monochromatic Colors of #ADE57C
Black with #ADE57C
Text Example
Text Example
White with #ADE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE57C; }
p { color: rgb(173,229,124); }
H1.HeaderClassName
{
color: #ADE57C;
}
.AnyTagClassName
{
color: #ADE57C;
}
</style>
background-color css
<style>
a { background-color: #ADE57C; }
a { background-color: rgb(173,229,124); }
div.DivClassName
{
background-color: #ADE57C;
}
.BgClassName
{
background-color: #ADE57C;
}
</style>
border-color css
<style>
span { border-color: #ADE57C; }
span { border-color: rgb(173,229,124); }
td.TdClassName
{
border-color: #ADE57C;
}
.TagClassName
{
border-color: #ADE57C;
}
</style>