Shades of Dark Pastel Green #10C042
Tints of Dark Pastel Green #10C042
RGB
CMYK
RGB Variations
Color information
#10C042 (or 0x10C042) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 42. RGB value is (16,192,66). Sum of RGB (Red+Green+Blue) = 16+192+66=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #10C042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C042 is #EF3FBD. Grayscale: #7D7D7D. Windows color (decimal): -15679422 or 4374544. OLE color: 4374544.
HSL color Cylindrical-coordinate representation of color #10C042: hue angle of 137.05º 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 #10C042 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 66 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.25 |
| HSL | 137.05º | 0.85% | 0.41% | - |
| HSV(B) | 137.05º | 0.92% | 0.75% | - |
| XYZ | 20.05 | 38.2 | 11.47 | - |
| YUV | 125.01 | 94.69 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 66 | 0.92 | 0 | 0.66 | 0.25 | 137.05 | 0.85 | 0.41 |
| Hex | 10 | C0 | 42 | 5C | 0 | 42 | 19 | 89 | 55 | 29 |
| Octal | 20 | 300 | 102 | 134 | 0 | 102 | 31 | 211 | 125 | 51 |
| Binary | 10000 | 11000000 | 1000010 | 1011100 | 0 | 1000010 | 11001 | 10001001 | 1010101 | 101001 |
Color Harmonies of #10C042
Complementary color
Monochromatic Colors of #10C042
Black with #10C042
Text Example
Text Example
White with #10C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C042; }
p { color: rgb(16,192,66); }
H1.HeaderClassName
{
color: #10C042;
}
.AnyTagClassName
{
color: #10C042;
}
</style>
background-color css
<style>
a { background-color: #10C042; }
a { background-color: rgb(16,192,66); }
div.DivClassName
{
background-color: #10C042;
}
.BgClassName
{
background-color: #10C042;
}
</style>
border-color css
<style>
span { border-color: #10C042; }
span { border-color: rgb(16,192,66); }
td.TdClassName
{
border-color: #10C042;
}
.TagClassName
{
border-color: #10C042;
}
</style>