Shades of Dark Pastel Green #10C319
Tints of Dark Pastel Green #10C319
RGB
CMYK
RGB Variations
Color information
#10C319 (or 0x10C319) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 19. RGB value is (16,195,25). Sum of RGB (Red+Green+Blue) = 16+195+25=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 195 (76.56% from 255 or 82.63% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 195 - color contains mainly: green. Hex color #10C319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C319 is #EF3CE6. Grayscale: #7A7A7A. Windows color (decimal): -15678695 or 1688336. OLE color: 1688336.
HSL color Cylindrical-coordinate representation of color #10C319: hue angle of 123.02º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C319 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 25 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.24 |
| HSL | 123.02º | 0.85% | 0.41% | - |
| HSV(B) | 123.02º | 0.92% | 0.76% | - |
| XYZ | 19.9 | 39.21 | 7.44 | - |
| YUV | 122.1 | 73.2 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 25 | 0.92 | 0 | 0.87 | 0.24 | 123.02 | 0.85 | 0.41 |
| Hex | 10 | C3 | 19 | 5C | 0 | 57 | 18 | 7B | 55 | 29 |
| Octal | 20 | 303 | 31 | 134 | 0 | 127 | 30 | 173 | 125 | 51 |
| Binary | 10000 | 11000011 | 11001 | 1011100 | 0 | 1010111 | 11000 | 1111011 | 1010101 | 101001 |
Color Harmonies of #10C319
Complementary color
Monochromatic Colors of #10C319
Black with #10C319
Text Example
Text Example
White with #10C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C319; }
p { color: rgb(16,195,25); }
H1.HeaderClassName
{
color: #10C319;
}
.AnyTagClassName
{
color: #10C319;
}
</style>
background-color css
<style>
a { background-color: #10C319; }
a { background-color: rgb(16,195,25); }
div.DivClassName
{
background-color: #10C319;
}
.BgClassName
{
background-color: #10C319;
}
</style>
border-color css
<style>
span { border-color: #10C319; }
span { border-color: rgb(16,195,25); }
td.TdClassName
{
border-color: #10C319;
}
.TagClassName
{
border-color: #10C319;
}
</style>