Shades of Dark Pastel Green #10C124
Tints of Dark Pastel Green #10C124
RGB
CMYK
RGB Variations
Color information
#10C124 (or 0x10C124) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 24. RGB value is (16,193,36). Sum of RGB (Red+Green+Blue) = 16+193+36=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #10C124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C124 is #EF3EDB. Grayscale: #7A7A7A. Windows color (decimal): -15679196 or 2408720. OLE color: 2408720.
HSL color Cylindrical-coordinate representation of color #10C124: hue angle of 126.78º 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 #10C124 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 36 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.24 |
| HSL | 126.78º | 0.85% | 0.41% | - |
| HSV(B) | 126.78º | 0.92% | 0.76% | - |
| XYZ | 19.6 | 38.38 | 8.04 | - |
| YUV | 122.18 | 79.36 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 36 | 0.92 | 0 | 0.81 | 0.24 | 126.78 | 0.85 | 0.41 |
| Hex | 10 | C1 | 24 | 5C | 0 | 51 | 18 | 7F | 55 | 29 |
| Octal | 20 | 301 | 44 | 134 | 0 | 121 | 30 | 177 | 125 | 51 |
| Binary | 10000 | 11000001 | 100100 | 1011100 | 0 | 1010001 | 11000 | 1111111 | 1010101 | 101001 |
Color Harmonies of #10C124
Complementary color
Monochromatic Colors of #10C124
Black with #10C124
Text Example
Text Example
White with #10C124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C124; }
p { color: rgb(16,193,36); }
H1.HeaderClassName
{
color: #10C124;
}
.AnyTagClassName
{
color: #10C124;
}
</style>
background-color css
<style>
a { background-color: #10C124; }
a { background-color: rgb(16,193,36); }
div.DivClassName
{
background-color: #10C124;
}
.BgClassName
{
background-color: #10C124;
}
</style>
border-color css
<style>
span { border-color: #10C124; }
span { border-color: rgb(16,193,36); }
td.TdClassName
{
border-color: #10C124;
}
.TagClassName
{
border-color: #10C124;
}
</style>