Shades of Feijoa #ADEE7A
Tints of Feijoa #ADEE7A
RGB
CMYK
RGB Variations
Color information
#ADEE7A (or 0xADEE7A) is known color: Feijoa. HEX triplet: AD, EE and 7A. RGB value is (173,238,122). Sum of RGB (Red+Green+Blue) = 173+238+122=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE7A is #521185. Grayscale: #CDCDCD. Windows color (decimal): -5378438 or 8056493. OLE color: 8056493.
HSL color Cylindrical-coordinate representation of color #ADEE7A: hue angle of 93.62º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADEE7A is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 122 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.07 |
| HSL | 93.62º | 0.77% | 0.71% | - |
| HSV(B) | 93.62º | 0.49% | 0.93% | - |
| XYZ | 51.32 | 71.44 | 29.5 | - |
| YUV | 205.34 | 80.97 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 122 | 0.27 | 0 | 0.49 | 0.07 | 93.62 | 0.77 | 0.71 |
| Hex | AD | EE | 7A | 1B | 0 | 31 | 7 | 5E | 4D | 47 |
| Octal | 255 | 356 | 172 | 33 | 0 | 61 | 7 | 136 | 115 | 107 |
| Binary | 10101101 | 11101110 | 1111010 | 11011 | 0 | 110001 | 111 | 1011110 | 1001101 | 1000111 |
Color Harmonies of #ADEE7A
Complementary color
Monochromatic Colors of #ADEE7A
Black with #ADEE7A
Text Example
Text Example
White with #ADEE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE7A; }
p { color: rgb(173,238,122); }
H1.HeaderClassName
{
color: #ADEE7A;
}
.AnyTagClassName
{
color: #ADEE7A;
}
</style>
background-color css
<style>
a { background-color: #ADEE7A; }
a { background-color: rgb(173,238,122); }
div.DivClassName
{
background-color: #ADEE7A;
}
.BgClassName
{
background-color: #ADEE7A;
}
</style>
border-color css
<style>
span { border-color: #ADEE7A; }
span { border-color: rgb(173,238,122); }
td.TdClassName
{
border-color: #ADEE7A;
}
.TagClassName
{
border-color: #ADEE7A;
}
</style>