Shades of Feijoa #ADEC7A
Tints of Feijoa #ADEC7A
RGB
CMYK
RGB Variations
Color information
#ADEC7A (or 0xADEC7A) is known color: Feijoa. HEX triplet: AD, EC and 7A. RGB value is (173,236,122). Sum of RGB (Red+Green+Blue) = 173+236+122=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC7A is #521385. Grayscale: #CCCCCC. Windows color (decimal): -5378950 or 8055981. OLE color: 8055981.
HSL color Cylindrical-coordinate representation of color #ADEC7A: hue angle of 93.16º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADEC7A is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 122 | - |
CMYK | 0.27 | 0 | 0.48 | 0.07 |
HSL | 93.16º | 0.75% | 0.7% | - |
HSV(B) | 93.16º | 0.48% | 0.93% | - |
XYZ | 50.74 | 70.28 | 29.3 | - |
YUV | 204.17 | 81.63 | 105.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 122 | 0.27 | 0 | 0.48 | 0.07 | 93.16 | 0.75 | 0.7 |
Hex | AD | EC | 7A | 1B | 0 | 30 | 7 | 5D | 4B | 46 |
Octal | 255 | 354 | 172 | 33 | 0 | 60 | 7 | 135 | 113 | 106 |
Binary | 10101101 | 11101100 | 1111010 | 11011 | 0 | 110000 | 111 | 1011101 | 1001011 | 1000110 |
Color Harmonies of #ADEC7A
Complementary color
Monochromatic Colors of #ADEC7A
Black with #ADEC7A
Text Example
Text Example
White with #ADEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC7A; }
p { color: rgb(173,236,122); }
H1.HeaderClassName
{
color: #ADEC7A;
}
.AnyTagClassName
{
color: #ADEC7A;
}
</style>
background-color css
<style>
a { background-color: #ADEC7A; }
a { background-color: rgb(173,236,122); }
div.DivClassName
{
background-color: #ADEC7A;
}
.BgClassName
{
background-color: #ADEC7A;
}
</style>
border-color css
<style>
span { border-color: #ADEC7A; }
span { border-color: rgb(173,236,122); }
td.TdClassName
{
border-color: #ADEC7A;
}
.TagClassName
{
border-color: #ADEC7A;
}
</style>