Shades of Feijoa #ADEC80
Tints of Feijoa #ADEC80
RGB
CMYK
RGB Variations
Color information
#ADEC80 (or 0xADEC80) is known color: Feijoa. HEX triplet: AD, EC and 80. RGB value is (173,236,128). Sum of RGB (Red+Green+Blue) = 173+236+128=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC80 is #52137F. Grayscale: #CDCDCD. Windows color (decimal): -5378944 or 8449197. OLE color: 8449197.
HSL color Cylindrical-coordinate representation of color #ADEC80: hue angle of 95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADEC80 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 128 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.07 |
| HSL | 95º | 0.74% | 0.71% | - |
| HSV(B) | 95º | 0.46% | 0.93% | - |
| XYZ | 51.13 | 70.43 | 31.32 | - |
| YUV | 204.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 128 | 0.27 | 0 | 0.46 | 0.07 | 95 | 0.74 | 0.71 |
| Hex | AD | EC | 80 | 1B | 0 | 2E | 7 | 5F | 4A | 47 |
| Octal | 255 | 354 | 200 | 33 | 0 | 56 | 7 | 137 | 112 | 107 |
| Binary | 10101101 | 11101100 | 10000000 | 11011 | 0 | 101110 | 111 | 1011111 | 1001010 | 1000111 |
Color Harmonies of #ADEC80
Complementary color
Monochromatic Colors of #ADEC80
Black with #ADEC80
Text Example
Text Example
White with #ADEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC80; }
p { color: rgb(173,236,128); }
H1.HeaderClassName
{
color: #ADEC80;
}
.AnyTagClassName
{
color: #ADEC80;
}
</style>
background-color css
<style>
a { background-color: #ADEC80; }
a { background-color: rgb(173,236,128); }
div.DivClassName
{
background-color: #ADEC80;
}
.BgClassName
{
background-color: #ADEC80;
}
</style>
border-color css
<style>
span { border-color: #ADEC80; }
span { border-color: rgb(173,236,128); }
td.TdClassName
{
border-color: #ADEC80;
}
.TagClassName
{
border-color: #ADEC80;
}
</style>