Shades of Feijoa #ADEC74
Tints of Feijoa #ADEC74
RGB
CMYK
RGB Variations
Color information
#ADEC74 (or 0xADEC74) is known color: Feijoa. HEX triplet: AD, EC and 74. RGB value is (173,236,116). Sum of RGB (Red+Green+Blue) = 173+236+116=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC74 is #52138B. Grayscale: #CBCBCB. Windows color (decimal): -5378956 or 7662765. OLE color: 7662765.
HSL color Cylindrical-coordinate representation of color #ADEC74: hue angle of 91.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADEC74 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 116 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.07 |
| HSL | 91.5º | 0.76% | 0.69% | - |
| HSV(B) | 91.5º | 0.51% | 0.93% | - |
| XYZ | 50.38 | 70.14 | 27.41 | - |
| YUV | 203.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 116 | 0.27 | 0 | 0.51 | 0.07 | 91.5 | 0.76 | 0.69 |
| Hex | AD | EC | 74 | 1B | 0 | 33 | 7 | 5C | 4C | 45 |
| Octal | 255 | 354 | 164 | 33 | 0 | 63 | 7 | 134 | 114 | 105 |
| Binary | 10101101 | 11101100 | 1110100 | 11011 | 0 | 110011 | 111 | 1011100 | 1001100 | 1000101 |
Color Harmonies of #ADEC74
Complementary color
Monochromatic Colors of #ADEC74
Black with #ADEC74
Text Example
Text Example
White with #ADEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC74; }
p { color: rgb(173,236,116); }
H1.HeaderClassName
{
color: #ADEC74;
}
.AnyTagClassName
{
color: #ADEC74;
}
</style>
background-color css
<style>
a { background-color: #ADEC74; }
a { background-color: rgb(173,236,116); }
div.DivClassName
{
background-color: #ADEC74;
}
.BgClassName
{
background-color: #ADEC74;
}
</style>
border-color css
<style>
span { border-color: #ADEC74; }
span { border-color: rgb(173,236,116); }
td.TdClassName
{
border-color: #ADEC74;
}
.TagClassName
{
border-color: #ADEC74;
}
</style>