Shades of Feijoa #ADEE8D
Tints of Feijoa #ADEE8D
RGB
CMYK
RGB Variations
Color information
#ADEE8D (or 0xADEE8D) is known color: Feijoa. HEX triplet: AD, EE and 8D. RGB value is (173,238,141). Sum of RGB (Red+Green+Blue) = 173+238+141=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEE8D is #521172. Grayscale: #CFCFCF. Windows color (decimal): -5378419 or 9301677. OLE color: 9301677.
HSL color Cylindrical-coordinate representation of color #ADEE8D: hue angle of 100.21º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEE8D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 141 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 100.21º | 0.74% | 0.74% | - |
| HSV(B) | 100.21º | 0.41% | 0.93% | - |
| XYZ | 52.62 | 71.96 | 36.32 | - |
| YUV | 207.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 141 | 0.27 | 0 | 0.41 | 0.07 | 100.21 | 0.74 | 0.74 |
| Hex | AD | EE | 8D | 1B | 0 | 29 | 7 | 64 | 4A | 4A |
| Octal | 255 | 356 | 215 | 33 | 0 | 51 | 7 | 144 | 112 | 112 |
| Binary | 10101101 | 11101110 | 10001101 | 11011 | 0 | 101001 | 111 | 1100100 | 1001010 | 1001010 |
Color Harmonies of #ADEE8D
Complementary color
Monochromatic Colors of #ADEE8D
Black with #ADEE8D
Text Example
Text Example
White with #ADEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE8D; }
p { color: rgb(173,238,141); }
H1.HeaderClassName
{
color: #ADEE8D;
}
.AnyTagClassName
{
color: #ADEE8D;
}
</style>
background-color css
<style>
a { background-color: #ADEE8D; }
a { background-color: rgb(173,238,141); }
div.DivClassName
{
background-color: #ADEE8D;
}
.BgClassName
{
background-color: #ADEE8D;
}
</style>
border-color css
<style>
span { border-color: #ADEE8D; }
span { border-color: rgb(173,238,141); }
td.TdClassName
{
border-color: #ADEE8D;
}
.TagClassName
{
border-color: #ADEE8D;
}
</style>