Shades of Feijoa #ADEE8C
Tints of Feijoa #ADEE8C
RGB
CMYK
RGB Variations
Color information
#ADEE8C (or 0xADEE8C) is known color: Feijoa. HEX triplet: AD, EE and 8C. RGB value is (173,238,140). Sum of RGB (Red+Green+Blue) = 173+238+140=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEE8C is #521173. Grayscale: #CFCFCF. Windows color (decimal): -5378420 or 9236141. OLE color: 9236141.
HSL color Cylindrical-coordinate representation of color #ADEE8C: hue angle of 99.8º 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 #ADEE8C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 140 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 99.8º | 0.74% | 0.74% | - |
| HSV(B) | 99.8º | 0.41% | 0.93% | - |
| XYZ | 52.54 | 71.93 | 35.92 | - |
| YUV | 207.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 140 | 0.27 | 0 | 0.41 | 0.07 | 99.8 | 0.74 | 0.74 |
| Hex | AD | EE | 8C | 1B | 0 | 29 | 7 | 64 | 4A | 4A |
| Octal | 255 | 356 | 214 | 33 | 0 | 51 | 7 | 144 | 112 | 112 |
| Binary | 10101101 | 11101110 | 10001100 | 11011 | 0 | 101001 | 111 | 1100100 | 1001010 | 1001010 |
Color Harmonies of #ADEE8C
Complementary color
Monochromatic Colors of #ADEE8C
Black with #ADEE8C
Text Example
Text Example
White with #ADEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE8C; }
p { color: rgb(173,238,140); }
H1.HeaderClassName
{
color: #ADEE8C;
}
.AnyTagClassName
{
color: #ADEE8C;
}
</style>
background-color css
<style>
a { background-color: #ADEE8C; }
a { background-color: rgb(173,238,140); }
div.DivClassName
{
background-color: #ADEE8C;
}
.BgClassName
{
background-color: #ADEE8C;
}
</style>
border-color css
<style>
span { border-color: #ADEE8C; }
span { border-color: rgb(173,238,140); }
td.TdClassName
{
border-color: #ADEE8C;
}
.TagClassName
{
border-color: #ADEE8C;
}
</style>