Shades of Padua #7EC394
Tints of Padua #7EC394
RGB
CMYK
RGB Variations
Color information
#7EC394 (or 0x7EC394) is known color: Padua. HEX triplet: 7E, C3 and 94. RGB value is (126,195,148). Sum of RGB (Red+Green+Blue) = 126+195+148=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC394 is #813C6B. Grayscale: #A9A9A9. Windows color (decimal): -8469612 or 9749374. OLE color: 9749374.
HSL color Cylindrical-coordinate representation of color #7EC394: hue angle of 139.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC394 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 148 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.24 |
| HSL | 139.13º | 0.37% | 0.63% | - |
| HSV(B) | 139.13º | 0.35% | 0.76% | - |
| XYZ | 33.46 | 45.6 | 35.06 | - |
| YUV | 169.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 148 | 0.35 | 0 | 0.24 | 0.24 | 139.13 | 0.37 | 0.63 |
| Hex | 7E | C3 | 94 | 23 | 0 | 18 | 18 | 8B | 25 | 3F |
| Octal | 176 | 303 | 224 | 43 | 0 | 30 | 30 | 213 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10010100 | 100011 | 0 | 11000 | 11000 | 10001011 | 100101 | 111111 |
Color Harmonies of #7EC394
Complementary color
Monochromatic Colors of #7EC394
Black with #7EC394
Text Example
Text Example
White with #7EC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC394; }
p { color: rgb(126,195,148); }
H1.HeaderClassName
{
color: #7EC394;
}
.AnyTagClassName
{
color: #7EC394;
}
</style>
background-color css
<style>
a { background-color: #7EC394; }
a { background-color: rgb(126,195,148); }
div.DivClassName
{
background-color: #7EC394;
}
.BgClassName
{
background-color: #7EC394;
}
</style>
border-color css
<style>
span { border-color: #7EC394; }
span { border-color: rgb(126,195,148); }
td.TdClassName
{
border-color: #7EC394;
}
.TagClassName
{
border-color: #7EC394;
}
</style>