Shades of Feijoa #ADE38D
Tints of Feijoa #ADE38D
RGB
CMYK
RGB Variations
Color information
#ADE38D (or 0xADE38D) is known color: Feijoa. HEX triplet: AD, E3 and 8D. RGB value is (173,227,141). Sum of RGB (Red+Green+Blue) = 173+227+141=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE38D is #521C72. Grayscale: #C9C9C9. Windows color (decimal): -5381235 or 9298861. OLE color: 9298861.
HSL color Cylindrical-coordinate representation of color #ADE38D: hue angle of 97.67º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE38D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 141 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.11 |
| HSL | 97.67º | 0.61% | 0.72% | - |
| HSV(B) | 97.67º | 0.38% | 0.89% | - |
| XYZ | 49.51 | 65.75 | 35.28 | - |
| YUV | 201.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 141 | 0.24 | 0 | 0.38 | 0.11 | 97.67 | 0.61 | 0.72 |
| Hex | AD | E3 | 8D | 18 | 0 | 26 | B | 62 | 3D | 48 |
| Octal | 255 | 343 | 215 | 30 | 0 | 46 | 13 | 142 | 75 | 110 |
| Binary | 10101101 | 11100011 | 10001101 | 11000 | 0 | 100110 | 1011 | 1100010 | 111101 | 1001000 |
Color Harmonies of #ADE38D
Complementary color
Monochromatic Colors of #ADE38D
Black with #ADE38D
Text Example
Text Example
White with #ADE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE38D; }
p { color: rgb(173,227,141); }
H1.HeaderClassName
{
color: #ADE38D;
}
.AnyTagClassName
{
color: #ADE38D;
}
</style>
background-color css
<style>
a { background-color: #ADE38D; }
a { background-color: rgb(173,227,141); }
div.DivClassName
{
background-color: #ADE38D;
}
.BgClassName
{
background-color: #ADE38D;
}
</style>
border-color css
<style>
span { border-color: #ADE38D; }
span { border-color: rgb(173,227,141); }
td.TdClassName
{
border-color: #ADE38D;
}
.TagClassName
{
border-color: #ADE38D;
}
</style>