Shades of Feijoa #ADEE7C
Tints of Feijoa #ADEE7C
RGB
CMYK
RGB Variations
Color information
#ADEE7C (or 0xADEE7C) is known color: Feijoa. HEX triplet: AD, EE and 7C. RGB value is (173,238,124). Sum of RGB (Red+Green+Blue) = 173+238+124=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE7C is #521183. Grayscale: #CDCDCD. Windows color (decimal): -5378436 or 8187565. OLE color: 8187565.
HSL color Cylindrical-coordinate representation of color #ADEE7C: hue angle of 94.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADEE7C is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 124 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.07 |
| HSL | 94.21º | 0.77% | 0.71% | - |
| HSV(B) | 94.21º | 0.48% | 0.93% | - |
| XYZ | 51.45 | 71.49 | 30.16 | - |
| YUV | 205.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 124 | 0.27 | 0 | 0.48 | 0.07 | 94.21 | 0.77 | 0.71 |
| Hex | AD | EE | 7C | 1B | 0 | 30 | 7 | 5E | 4D | 47 |
| Octal | 255 | 356 | 174 | 33 | 0 | 60 | 7 | 136 | 115 | 107 |
| Binary | 10101101 | 11101110 | 1111100 | 11011 | 0 | 110000 | 111 | 1011110 | 1001101 | 1000111 |
Color Harmonies of #ADEE7C
Complementary color
Monochromatic Colors of #ADEE7C
Black with #ADEE7C
Text Example
Text Example
White with #ADEE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE7C; }
p { color: rgb(173,238,124); }
H1.HeaderClassName
{
color: #ADEE7C;
}
.AnyTagClassName
{
color: #ADEE7C;
}
</style>
background-color css
<style>
a { background-color: #ADEE7C; }
a { background-color: rgb(173,238,124); }
div.DivClassName
{
background-color: #ADEE7C;
}
.BgClassName
{
background-color: #ADEE7C;
}
</style>
border-color css
<style>
span { border-color: #ADEE7C; }
span { border-color: rgb(173,238,124); }
td.TdClassName
{
border-color: #ADEE7C;
}
.TagClassName
{
border-color: #ADEE7C;
}
</style>