Shades of Dark Pastel Green #10C036
Tints of Dark Pastel Green #10C036
RGB
CMYK
RGB Variations
Color information
#10C036 (or 0x10C036) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 36. RGB value is (16,192,54). Sum of RGB (Red+Green+Blue) = 16+192+54=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #10C036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C036 is #EF3FC9. Grayscale: #7C7C7C. Windows color (decimal): -15679434 or 3588112. OLE color: 3588112.
HSL color Cylindrical-coordinate representation of color #10C036: hue angle of 132.95º 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 #10C036 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 54 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.25 |
| HSL | 132.95º | 0.85% | 0.41% | - |
| HSV(B) | 132.95º | 0.92% | 0.75% | - |
| XYZ | 19.73 | 38.08 | 9.8 | - |
| YUV | 123.64 | 88.69 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 54 | 0.92 | 0 | 0.72 | 0.25 | 132.95 | 0.85 | 0.41 |
| Hex | 10 | C0 | 36 | 5C | 0 | 48 | 19 | 85 | 55 | 29 |
| Octal | 20 | 300 | 66 | 134 | 0 | 110 | 31 | 205 | 125 | 51 |
| Binary | 10000 | 11000000 | 110110 | 1011100 | 0 | 1001000 | 11001 | 10000101 | 1010101 | 101001 |
Color Harmonies of #10C036
Complementary color
Monochromatic Colors of #10C036
Black with #10C036
Text Example
Text Example
White with #10C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C036; }
p { color: rgb(16,192,54); }
H1.HeaderClassName
{
color: #10C036;
}
.AnyTagClassName
{
color: #10C036;
}
</style>
background-color css
<style>
a { background-color: #10C036; }
a { background-color: rgb(16,192,54); }
div.DivClassName
{
background-color: #10C036;
}
.BgClassName
{
background-color: #10C036;
}
</style>
border-color css
<style>
span { border-color: #10C036; }
span { border-color: rgb(16,192,54); }
td.TdClassName
{
border-color: #10C036;
}
.TagClassName
{
border-color: #10C036;
}
</style>