Shades of Padua #81C19A
Tints of Padua #81C19A
RGB
CMYK
RGB Variations
Color information
#81C19A (or 0x81C19A) is known color: Padua. HEX triplet: 81, C1 and 9A. RGB value is (129,193,154). Sum of RGB (Red+Green+Blue) = 129+193+154=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #81C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C19A is #7E3E65. Grayscale: #A9A9A9. Windows color (decimal): -8273510 or 10142081. OLE color: 10142081.
HSL color Cylindrical-coordinate representation of color #81C19A: hue angle of 143.44º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C19A is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 154 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.24 |
| HSL | 143.44º | 0.34% | 0.63% | - |
| HSV(B) | 143.44º | 0.33% | 0.76% | - |
| XYZ | 33.96 | 45.14 | 37.5 | - |
| YUV | 169.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 154 | 0.33 | 0 | 0.20 | 0.24 | 143.44 | 0.34 | 0.63 |
| Hex | 81 | C1 | 9A | 21 | 0 | 14 | 18 | 8F | 22 | 3F |
| Octal | 201 | 301 | 232 | 41 | 0 | 24 | 30 | 217 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10011010 | 100001 | 0 | 10100 | 11000 | 10001111 | 100010 | 111111 |
Color Harmonies of #81C19A
Complementary color
Monochromatic Colors of #81C19A
Black with #81C19A
Text Example
Text Example
White with #81C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C19A; }
p { color: rgb(129,193,154); }
H1.HeaderClassName
{
color: #81C19A;
}
.AnyTagClassName
{
color: #81C19A;
}
</style>
background-color css
<style>
a { background-color: #81C19A; }
a { background-color: rgb(129,193,154); }
div.DivClassName
{
background-color: #81C19A;
}
.BgClassName
{
background-color: #81C19A;
}
</style>
border-color css
<style>
span { border-color: #81C19A; }
span { border-color: rgb(129,193,154); }
td.TdClassName
{
border-color: #81C19A;
}
.TagClassName
{
border-color: #81C19A;
}
</style>