Shades of Dark Pastel Green #10C128
Tints of Dark Pastel Green #10C128
RGB
CMYK
RGB Variations
Color information
#10C128 (or 0x10C128) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 28. RGB value is (16,193,40). Sum of RGB (Red+Green+Blue) = 16+193+40=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #10C128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C128 is #EF3ED7. Grayscale: #7B7B7B. Windows color (decimal): -15679192 or 2670864. OLE color: 2670864.
HSL color Cylindrical-coordinate representation of color #10C128: hue angle of 128.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C128 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 40 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.24 |
| HSL | 128.14º | 0.85% | 0.41% | - |
| HSV(B) | 128.14º | 0.92% | 0.76% | - |
| XYZ | 19.67 | 38.4 | 8.38 | - |
| YUV | 122.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 40 | 0.92 | 0 | 0.79 | 0.24 | 128.14 | 0.85 | 0.41 |
| Hex | 10 | C1 | 28 | 5C | 0 | 4F | 18 | 80 | 55 | 29 |
| Octal | 20 | 301 | 50 | 134 | 0 | 117 | 30 | 200 | 125 | 51 |
| Binary | 10000 | 11000001 | 101000 | 1011100 | 0 | 1001111 | 11000 | 10000000 | 1010101 | 101001 |
Color Harmonies of #10C128
Complementary color
Monochromatic Colors of #10C128
Black with #10C128
Text Example
Text Example
White with #10C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C128; }
p { color: rgb(16,193,40); }
H1.HeaderClassName
{
color: #10C128;
}
.AnyTagClassName
{
color: #10C128;
}
</style>
background-color css
<style>
a { background-color: #10C128; }
a { background-color: rgb(16,193,40); }
div.DivClassName
{
background-color: #10C128;
}
.BgClassName
{
background-color: #10C128;
}
</style>
border-color css
<style>
span { border-color: #10C128; }
span { border-color: rgb(16,193,40); }
td.TdClassName
{
border-color: #10C128;
}
.TagClassName
{
border-color: #10C128;
}
</style>