Shades of Padua #7EC09D
Tints of Padua #7EC09D
RGB
CMYK
RGB Variations
Color information
#7EC09D (or 0x7EC09D) is known color: Padua. HEX triplet: 7E, C0 and 9D. RGB value is (126,192,157). Sum of RGB (Red+Green+Blue) = 126+192+157=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC09D is #813F62. Grayscale: #A8A8A8. Windows color (decimal): -8470371 or 10338430. OLE color: 10338430.
HSL color Cylindrical-coordinate representation of color #7EC09D: hue angle of 148.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC09D is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 157 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.25 |
| HSL | 148.18º | 0.34% | 0.62% | - |
| HSV(B) | 148.18º | 0.34% | 0.75% | - |
| XYZ | 33.54 | 44.57 | 38.73 | - |
| YUV | 168.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 157 | 0.34 | 0 | 0.18 | 0.25 | 148.18 | 0.34 | 0.62 |
| Hex | 7E | C0 | 9D | 22 | 0 | 12 | 19 | 94 | 22 | 3E |
| Octal | 176 | 300 | 235 | 42 | 0 | 22 | 31 | 224 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10011101 | 100010 | 0 | 10010 | 11001 | 10010100 | 100010 | 111110 |
Color Harmonies of #7EC09D
Complementary color
Monochromatic Colors of #7EC09D
Black with #7EC09D
Text Example
Text Example
White with #7EC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC09D; }
p { color: rgb(126,192,157); }
H1.HeaderClassName
{
color: #7EC09D;
}
.AnyTagClassName
{
color: #7EC09D;
}
</style>
background-color css
<style>
a { background-color: #7EC09D; }
a { background-color: rgb(126,192,157); }
div.DivClassName
{
background-color: #7EC09D;
}
.BgClassName
{
background-color: #7EC09D;
}
</style>
border-color css
<style>
span { border-color: #7EC09D; }
span { border-color: rgb(126,192,157); }
td.TdClassName
{
border-color: #7EC09D;
}
.TagClassName
{
border-color: #7EC09D;
}
</style>