Shades of Feijoa #ADE47D
Tints of Feijoa #ADE47D
RGB
CMYK
RGB Variations
Color information
#ADE47D (or 0xADE47D) is known color: Feijoa. HEX triplet: AD, E4 and 7D. RGB value is (173,228,125). Sum of RGB (Red+Green+Blue) = 173+228+125=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE47D is #521B82. Grayscale: #C8C8C8. Windows color (decimal): -5380995 or 8250541. OLE color: 8250541.
HSL color Cylindrical-coordinate representation of color #ADE47D: hue angle of 92.04º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE47D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 125 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.11 |
| HSL | 92.04º | 0.66% | 0.69% | - |
| HSV(B) | 92.04º | 0.45% | 0.89% | - |
| XYZ | 48.68 | 65.85 | 29.55 | - |
| YUV | 199.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 125 | 0.24 | 0 | 0.45 | 0.11 | 92.04 | 0.66 | 0.69 |
| Hex | AD | E4 | 7D | 18 | 0 | 2D | B | 5C | 42 | 45 |
| Octal | 255 | 344 | 175 | 30 | 0 | 55 | 13 | 134 | 102 | 105 |
| Binary | 10101101 | 11100100 | 1111101 | 11000 | 0 | 101101 | 1011 | 1011100 | 1000010 | 1000101 |
Color Harmonies of #ADE47D
Complementary color
Monochromatic Colors of #ADE47D
Black with #ADE47D
Text Example
Text Example
White with #ADE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE47D; }
p { color: rgb(173,228,125); }
H1.HeaderClassName
{
color: #ADE47D;
}
.AnyTagClassName
{
color: #ADE47D;
}
</style>
background-color css
<style>
a { background-color: #ADE47D; }
a { background-color: rgb(173,228,125); }
div.DivClassName
{
background-color: #ADE47D;
}
.BgClassName
{
background-color: #ADE47D;
}
</style>
border-color css
<style>
span { border-color: #ADE47D; }
span { border-color: rgb(173,228,125); }
td.TdClassName
{
border-color: #ADE47D;
}
.TagClassName
{
border-color: #ADE47D;
}
</style>