Shades of Padua #7AC098
Tints of Padua #7AC098
RGB
CMYK
RGB Variations
Color information
#7AC098 (or 0x7AC098) is known color: Padua. HEX triplet: 7A, C0 and 98. RGB value is (122,192,152). Sum of RGB (Red+Green+Blue) = 122+192+152=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC098 is #853F67. Grayscale: #A6A6A6. Windows color (decimal): -8732520 or 10010746. OLE color: 10010746.
HSL color Cylindrical-coordinate representation of color #7AC098: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC098 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 152 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.25 |
| HSL | 145.71º | 0.36% | 0.62% | - |
| HSV(B) | 145.71º | 0.36% | 0.75% | - |
| XYZ | 32.54 | 44.1 | 36.5 | - |
| YUV | 166.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 152 | 0.36 | 0 | 0.21 | 0.25 | 145.71 | 0.36 | 0.62 |
| Hex | 7A | C0 | 98 | 24 | 0 | 15 | 19 | 92 | 24 | 3E |
| Octal | 172 | 300 | 230 | 44 | 0 | 25 | 31 | 222 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10011000 | 100100 | 0 | 10101 | 11001 | 10010010 | 100100 | 111110 |
Color Harmonies of #7AC098
Complementary color
Monochromatic Colors of #7AC098
Black with #7AC098
Text Example
Text Example
White with #7AC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC098; }
p { color: rgb(122,192,152); }
H1.HeaderClassName
{
color: #7AC098;
}
.AnyTagClassName
{
color: #7AC098;
}
</style>
background-color css
<style>
a { background-color: #7AC098; }
a { background-color: rgb(122,192,152); }
div.DivClassName
{
background-color: #7AC098;
}
.BgClassName
{
background-color: #7AC098;
}
</style>
border-color css
<style>
span { border-color: #7AC098; }
span { border-color: rgb(122,192,152); }
td.TdClassName
{
border-color: #7AC098;
}
.TagClassName
{
border-color: #7AC098;
}
</style>