Shades of Feijoa #ADEE7D
Tints of Feijoa #ADEE7D
RGB
CMYK
RGB Variations
Color information
#ADEE7D (or 0xADEE7D) is known color: Feijoa. HEX triplet: AD, EE and 7D. RGB value is (173,238,125). Sum of RGB (Red+Green+Blue) = 173+238+125=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE7D is #521182. Grayscale: #CECECE. Windows color (decimal): -5378435 or 8253101. OLE color: 8253101.
HSL color Cylindrical-coordinate representation of color #ADEE7D: hue angle of 94.51º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADEE7D is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 125 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.07 |
| HSL | 94.51º | 0.77% | 0.71% | - |
| HSV(B) | 94.51º | 0.47% | 0.93% | - |
| XYZ | 51.51 | 71.51 | 30.49 | - |
| YUV | 205.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 125 | 0.27 | 0 | 0.47 | 0.07 | 94.51 | 0.77 | 0.71 |
| Hex | AD | EE | 7D | 1B | 0 | 2F | 7 | 5F | 4D | 47 |
| Octal | 255 | 356 | 175 | 33 | 0 | 57 | 7 | 137 | 115 | 107 |
| Binary | 10101101 | 11101110 | 1111101 | 11011 | 0 | 101111 | 111 | 1011111 | 1001101 | 1000111 |
Color Harmonies of #ADEE7D
Complementary color
Monochromatic Colors of #ADEE7D
Black with #ADEE7D
Text Example
Text Example
White with #ADEE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE7D; }
p { color: rgb(173,238,125); }
H1.HeaderClassName
{
color: #ADEE7D;
}
.AnyTagClassName
{
color: #ADEE7D;
}
</style>
background-color css
<style>
a { background-color: #ADEE7D; }
a { background-color: rgb(173,238,125); }
div.DivClassName
{
background-color: #ADEE7D;
}
.BgClassName
{
background-color: #ADEE7D;
}
</style>
border-color css
<style>
span { border-color: #ADEE7D; }
span { border-color: rgb(173,238,125); }
td.TdClassName
{
border-color: #ADEE7D;
}
.TagClassName
{
border-color: #ADEE7D;
}
</style>