Shades of Dark Pastel Green #10C425
Tints of Dark Pastel Green #10C425
RGB
CMYK
RGB Variations
Color information
#10C425 (or 0x10C425) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 25. RGB value is (16,196,37). Sum of RGB (Red+Green+Blue) = 16+196+37=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 196 (76.95% from 255 or 78.71% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 196 - color contains mainly: green. Hex color #10C425 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C425 is #EF3BDA. Grayscale: #7C7C7C. Windows color (decimal): -15678427 or 2475024. OLE color: 2475024.
HSL color Cylindrical-coordinate representation of color #10C425: hue angle of 127º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C425 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 37 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.23 |
| HSL | 127º | 0.85% | 0.42% | - |
| HSV(B) | 127º | 0.92% | 0.77% | - |
| XYZ | 20.29 | 39.72 | 8.35 | - |
| YUV | 124.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 37 | 0.92 | 0 | 0.81 | 0.23 | 127 | 0.85 | 0.42 |
| Hex | 10 | C4 | 25 | 5C | 0 | 51 | 17 | 7F | 55 | 2A |
| Octal | 20 | 304 | 45 | 134 | 0 | 121 | 27 | 177 | 125 | 52 |
| Binary | 10000 | 11000100 | 100101 | 1011100 | 0 | 1010001 | 10111 | 1111111 | 1010101 | 101010 |
Color Harmonies of #10C425
Complementary color
Monochromatic Colors of #10C425
Black with #10C425
Text Example
Text Example
White with #10C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C425; }
p { color: rgb(16,196,37); }
H1.HeaderClassName
{
color: #10C425;
}
.AnyTagClassName
{
color: #10C425;
}
</style>
background-color css
<style>
a { background-color: #10C425; }
a { background-color: rgb(16,196,37); }
div.DivClassName
{
background-color: #10C425;
}
.BgClassName
{
background-color: #10C425;
}
</style>
border-color css
<style>
span { border-color: #10C425; }
span { border-color: rgb(16,196,37); }
td.TdClassName
{
border-color: #10C425;
}
.TagClassName
{
border-color: #10C425;
}
</style>