Shades of Dark Pastel Green #10C035
Tints of Dark Pastel Green #10C035
RGB
CMYK
RGB Variations
Color information
#10C035 (or 0x10C035) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 35. RGB value is (16,192,53). Sum of RGB (Red+Green+Blue) = 16+192+53=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #10C035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C035 is #EF3FCA. Grayscale: #7B7B7B. Windows color (decimal): -15679435 or 3522576. OLE color: 3522576.
HSL color Cylindrical-coordinate representation of color #10C035: hue angle of 132.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C035 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 53 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.25 |
| HSL | 132.61º | 0.85% | 0.41% | - |
| HSV(B) | 132.61º | 0.92% | 0.75% | - |
| XYZ | 19.71 | 38.07 | 9.68 | - |
| YUV | 123.53 | 88.19 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 53 | 0.92 | 0 | 0.72 | 0.25 | 132.61 | 0.85 | 0.41 |
| Hex | 10 | C0 | 35 | 5C | 0 | 48 | 19 | 85 | 55 | 29 |
| Octal | 20 | 300 | 65 | 134 | 0 | 110 | 31 | 205 | 125 | 51 |
| Binary | 10000 | 11000000 | 110101 | 1011100 | 0 | 1001000 | 11001 | 10000101 | 1010101 | 101001 |
Color Harmonies of #10C035
Complementary color
Monochromatic Colors of #10C035
Black with #10C035
Text Example
Text Example
White with #10C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C035; }
p { color: rgb(16,192,53); }
H1.HeaderClassName
{
color: #10C035;
}
.AnyTagClassName
{
color: #10C035;
}
</style>
background-color css
<style>
a { background-color: #10C035; }
a { background-color: rgb(16,192,53); }
div.DivClassName
{
background-color: #10C035;
}
.BgClassName
{
background-color: #10C035;
}
</style>
border-color css
<style>
span { border-color: #10C035; }
span { border-color: rgb(16,192,53); }
td.TdClassName
{
border-color: #10C035;
}
.TagClassName
{
border-color: #10C035;
}
</style>