Shades of Feijoa #ADF18D
Tints of Feijoa #ADF18D
RGB
CMYK
RGB Variations
Color information
#ADF18D (or 0xADF18D) is known color: Feijoa. HEX triplet: AD, F1 and 8D. RGB value is (173,241,141). Sum of RGB (Red+Green+Blue) = 173+241+141=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF18D is #520E72. Grayscale: #D1D1D1. Windows color (decimal): -5377651 or 9302445. OLE color: 9302445.
HSL color Cylindrical-coordinate representation of color #ADF18D: hue angle of 100.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADF18D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 141 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.05 |
| HSL | 100.8º | 0.78% | 0.75% | - |
| HSV(B) | 100.8º | 0.41% | 0.95% | - |
| XYZ | 53.5 | 73.72 | 36.61 | - |
| YUV | 209.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 141 | 0.28 | 0 | 0.41 | 0.05 | 100.8 | 0.78 | 0.75 |
| Hex | AD | F1 | 8D | 1C | 0 | 29 | 5 | 65 | 4E | 4B |
| Octal | 255 | 361 | 215 | 34 | 0 | 51 | 5 | 145 | 116 | 113 |
| Binary | 10101101 | 11110001 | 10001101 | 11100 | 0 | 101001 | 101 | 1100101 | 1001110 | 1001011 |
Color Harmonies of #ADF18D
Complementary color
Monochromatic Colors of #ADF18D
Black with #ADF18D
Text Example
Text Example
White with #ADF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF18D; }
p { color: rgb(173,241,141); }
H1.HeaderClassName
{
color: #ADF18D;
}
.AnyTagClassName
{
color: #ADF18D;
}
</style>
background-color css
<style>
a { background-color: #ADF18D; }
a { background-color: rgb(173,241,141); }
div.DivClassName
{
background-color: #ADF18D;
}
.BgClassName
{
background-color: #ADF18D;
}
</style>
border-color css
<style>
span { border-color: #ADF18D; }
span { border-color: rgb(173,241,141); }
td.TdClassName
{
border-color: #ADF18D;
}
.TagClassName
{
border-color: #ADF18D;
}
</style>