Shades of Pigment Green #10973C
Tints of Pigment Green #10973C
RGB
CMYK
RGB Variations
Color information
#10973C (or 0x10973C) is known color: Pigment Green. HEX triplet: 10, 97 and 3C. RGB value is (16,151,60). Sum of RGB (Red+Green+Blue) = 16+151+60=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #10973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10973C is #EF68C3. Grayscale: #646464. Windows color (decimal): -15689924 or 3970832. OLE color: 3970832.
HSL color Cylindrical-coordinate representation of color #10973C: hue angle of 139.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10973C is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 60 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.41 |
| HSL | 139.56º | 0.81% | 0.33% | - |
| HSV(B) | 139.56º | 0.89% | 0.59% | - |
| XYZ | 12.1 | 22.57 | 7.99 | - |
| YUV | 100.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 60 | 0.89 | 0 | 0.60 | 0.41 | 139.56 | 0.81 | 0.33 |
| Hex | 10 | 97 | 3C | 59 | 0 | 3C | 29 | 8C | 51 | 21 |
| Octal | 20 | 227 | 74 | 131 | 0 | 74 | 51 | 214 | 121 | 41 |
| Binary | 10000 | 10010111 | 111100 | 1011001 | 0 | 111100 | 101001 | 10001100 | 1010001 | 100001 |
Color Harmonies of #10973C
Complementary color
Monochromatic Colors of #10973C
Black with #10973C
Text Example
Text Example
White with #10973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10973C; }
p { color: rgb(16,151,60); }
H1.HeaderClassName
{
color: #10973C;
}
.AnyTagClassName
{
color: #10973C;
}
</style>
background-color css
<style>
a { background-color: #10973C; }
a { background-color: rgb(16,151,60); }
div.DivClassName
{
background-color: #10973C;
}
.BgClassName
{
background-color: #10973C;
}
</style>
border-color css
<style>
span { border-color: #10973C; }
span { border-color: rgb(16,151,60); }
td.TdClassName
{
border-color: #10973C;
}
.TagClassName
{
border-color: #10973C;
}
</style>