Shades of Feijoa #ADEC77
Tints of Feijoa #ADEC77
RGB
CMYK
RGB Variations
Color information
#ADEC77 (or 0xADEC77) is known color: Feijoa. HEX triplet: AD, EC and 77. RGB value is (173,236,119). Sum of RGB (Red+Green+Blue) = 173+236+119=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC77 is #521388. Grayscale: #CCCCCC. Windows color (decimal): -5378953 or 7859373. OLE color: 7859373.
HSL color Cylindrical-coordinate representation of color #ADEC77: hue angle of 92.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADEC77 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 119 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.07 |
| HSL | 92.31º | 0.75% | 0.7% | - |
| HSV(B) | 92.31º | 0.5% | 0.93% | - |
| XYZ | 50.56 | 70.21 | 28.34 | - |
| YUV | 203.83 | 80.13 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 119 | 0.27 | 0 | 0.50 | 0.07 | 92.31 | 0.75 | 0.7 |
| Hex | AD | EC | 77 | 1B | 0 | 32 | 7 | 5C | 4B | 46 |
| Octal | 255 | 354 | 167 | 33 | 0 | 62 | 7 | 134 | 113 | 106 |
| Binary | 10101101 | 11101100 | 1110111 | 11011 | 0 | 110010 | 111 | 1011100 | 1001011 | 1000110 |
Color Harmonies of #ADEC77
Complementary color
Monochromatic Colors of #ADEC77
Black with #ADEC77
Text Example
Text Example
White with #ADEC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC77; }
p { color: rgb(173,236,119); }
H1.HeaderClassName
{
color: #ADEC77;
}
.AnyTagClassName
{
color: #ADEC77;
}
</style>
background-color css
<style>
a { background-color: #ADEC77; }
a { background-color: rgb(173,236,119); }
div.DivClassName
{
background-color: #ADEC77;
}
.BgClassName
{
background-color: #ADEC77;
}
</style>
border-color css
<style>
span { border-color: #ADEC77; }
span { border-color: rgb(173,236,119); }
td.TdClassName
{
border-color: #ADEC77;
}
.TagClassName
{
border-color: #ADEC77;
}
</style>