Shades of Feijoa #ADE58D
Tints of Feijoa #ADE58D
RGB
CMYK
RGB Variations
Color information
#ADE58D (or 0xADE58D) is known color: Feijoa. HEX triplet: AD, E5 and 8D. RGB value is (173,229,141). Sum of RGB (Red+Green+Blue) = 173+229+141=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE58D is #521A72. Grayscale: #CACACA. Windows color (decimal): -5380723 or 9299373. OLE color: 9299373.
HSL color Cylindrical-coordinate representation of color #ADE58D: hue angle of 98.18º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE58D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 141 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.10 |
| HSL | 98.18º | 0.63% | 0.73% | - |
| HSV(B) | 98.18º | 0.38% | 0.9% | - |
| XYZ | 50.06 | 66.85 | 35.46 | - |
| YUV | 202.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 141 | 0.24 | 0 | 0.38 | 0.10 | 98.18 | 0.63 | 0.73 |
| Hex | AD | E5 | 8D | 18 | 0 | 26 | A | 62 | 3F | 49 |
| Octal | 255 | 345 | 215 | 30 | 0 | 46 | 12 | 142 | 77 | 111 |
| Binary | 10101101 | 11100101 | 10001101 | 11000 | 0 | 100110 | 1010 | 1100010 | 111111 | 1001001 |
Color Harmonies of #ADE58D
Complementary color
Monochromatic Colors of #ADE58D
Black with #ADE58D
Text Example
Text Example
White with #ADE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE58D; }
p { color: rgb(173,229,141); }
H1.HeaderClassName
{
color: #ADE58D;
}
.AnyTagClassName
{
color: #ADE58D;
}
</style>
background-color css
<style>
a { background-color: #ADE58D; }
a { background-color: rgb(173,229,141); }
div.DivClassName
{
background-color: #ADE58D;
}
.BgClassName
{
background-color: #ADE58D;
}
</style>
border-color css
<style>
span { border-color: #ADE58D; }
span { border-color: rgb(173,229,141); }
td.TdClassName
{
border-color: #ADE58D;
}
.TagClassName
{
border-color: #ADE58D;
}
</style>