Shades of Dark Pastel Green #10C735
Tints of Dark Pastel Green #10C735
RGB
CMYK
RGB Variations
Color information
#10C735 (or 0x10C735) is known color: Dark Pastel Green. HEX triplet: 10, C7 and 35. RGB value is (16,199,53). Sum of RGB (Red+Green+Blue) = 16+199+53=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 199 (78.12% from 255 or 74.25% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 199 - color contains mainly: green. Hex color #10C735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C735 is #EF38CA. Grayscale: #808080. Windows color (decimal): -15677643 or 3524368. OLE color: 3524368.
HSL color Cylindrical-coordinate representation of color #10C735: hue angle of 132.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C735 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 53 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.22 |
| HSL | 132.13º | 0.85% | 0.42% | - |
| HSV(B) | 132.13º | 0.92% | 0.78% | - |
| XYZ | 21.28 | 41.21 | 10.2 | - |
| YUV | 127.64 | 85.87 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 53 | 0.92 | 0 | 0.73 | 0.22 | 132.13 | 0.85 | 0.42 |
| Hex | 10 | C7 | 35 | 5C | 0 | 49 | 16 | 84 | 55 | 2A |
| Octal | 20 | 307 | 65 | 134 | 0 | 111 | 26 | 204 | 125 | 52 |
| Binary | 10000 | 11000111 | 110101 | 1011100 | 0 | 1001001 | 10110 | 10000100 | 1010101 | 101010 |
Color Harmonies of #10C735
Complementary color
Monochromatic Colors of #10C735
Black with #10C735
Text Example
Text Example
White with #10C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C735; }
p { color: rgb(16,199,53); }
H1.HeaderClassName
{
color: #10C735;
}
.AnyTagClassName
{
color: #10C735;
}
</style>
background-color css
<style>
a { background-color: #10C735; }
a { background-color: rgb(16,199,53); }
div.DivClassName
{
background-color: #10C735;
}
.BgClassName
{
background-color: #10C735;
}
</style>
border-color css
<style>
span { border-color: #10C735; }
span { border-color: rgb(16,199,53); }
td.TdClassName
{
border-color: #10C735;
}
.TagClassName
{
border-color: #10C735;
}
</style>