Shades of Dark Pastel Green #10C63C
Tints of Dark Pastel Green #10C63C
RGB
CMYK
RGB Variations
Color information
#10C63C (or 0x10C63C) is known color: Dark Pastel Green. HEX triplet: 10, C6 and 3C. RGB value is (16,198,60). Sum of RGB (Red+Green+Blue) = 16+198+60=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #10C63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C63C is #EF39C3. Grayscale: #808080. Windows color (decimal): -15677892 or 3982864. OLE color: 3982864.
HSL color Cylindrical-coordinate representation of color #10C63C: hue angle of 134.51º 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 #10C63C is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 60 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.22 |
| HSL | 134.51º | 0.85% | 0.42% | - |
| HSV(B) | 134.51º | 0.92% | 0.78% | - |
| XYZ | 21.22 | 40.82 | 11.04 | - |
| YUV | 127.85 | 89.7 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 60 | 0.92 | 0 | 0.70 | 0.22 | 134.51 | 0.85 | 0.42 |
| Hex | 10 | C6 | 3C | 5C | 0 | 46 | 16 | 87 | 55 | 2A |
| Octal | 20 | 306 | 74 | 134 | 0 | 106 | 26 | 207 | 125 | 52 |
| Binary | 10000 | 11000110 | 111100 | 1011100 | 0 | 1000110 | 10110 | 10000111 | 1010101 | 101010 |
Color Harmonies of #10C63C
Complementary color
Monochromatic Colors of #10C63C
Black with #10C63C
Text Example
Text Example
White with #10C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C63C; }
p { color: rgb(16,198,60); }
H1.HeaderClassName
{
color: #10C63C;
}
.AnyTagClassName
{
color: #10C63C;
}
</style>
background-color css
<style>
a { background-color: #10C63C; }
a { background-color: rgb(16,198,60); }
div.DivClassName
{
background-color: #10C63C;
}
.BgClassName
{
background-color: #10C63C;
}
</style>
border-color css
<style>
span { border-color: #10C63C; }
span { border-color: rgb(16,198,60); }
td.TdClassName
{
border-color: #10C63C;
}
.TagClassName
{
border-color: #10C63C;
}
</style>