Shades of Dark Pastel Green #10C937
Tints of Dark Pastel Green #10C937
RGB
CMYK
RGB Variations
Color information
#10C937 (or 0x10C937) is known color: Dark Pastel Green. HEX triplet: 10, C9 and 37. RGB value is (16,201,55). Sum of RGB (Red+Green+Blue) = 16+201+55=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #10C937 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C937 is #EF36C8. Grayscale: #818181. Windows color (decimal): -15677129 or 3655952. OLE color: 3655952.
HSL color Cylindrical-coordinate representation of color #10C937: hue angle of 132.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C937 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 55 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.21 |
| HSL | 132.65º | 0.85% | 0.43% | - |
| HSV(B) | 132.65º | 0.92% | 0.79% | - |
| XYZ | 21.79 | 42.16 | 10.6 | - |
| YUV | 129.04 | 86.21 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 55 | 0.92 | 0 | 0.73 | 0.21 | 132.65 | 0.85 | 0.43 |
| Hex | 10 | C9 | 37 | 5C | 0 | 49 | 15 | 85 | 55 | 2B |
| Octal | 20 | 311 | 67 | 134 | 0 | 111 | 25 | 205 | 125 | 53 |
| Binary | 10000 | 11001001 | 110111 | 1011100 | 0 | 1001001 | 10101 | 10000101 | 1010101 | 101011 |
Color Harmonies of #10C937
Complementary color
Monochromatic Colors of #10C937
Black with #10C937
Text Example
Text Example
White with #10C937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C937; }
p { color: rgb(16,201,55); }
H1.HeaderClassName
{
color: #10C937;
}
.AnyTagClassName
{
color: #10C937;
}
</style>
background-color css
<style>
a { background-color: #10C937; }
a { background-color: rgb(16,201,55); }
div.DivClassName
{
background-color: #10C937;
}
.BgClassName
{
background-color: #10C937;
}
</style>
border-color css
<style>
span { border-color: #10C937; }
span { border-color: rgb(16,201,55); }
td.TdClassName
{
border-color: #10C937;
}
.TagClassName
{
border-color: #10C937;
}
</style>