Shades of Dark Pastel Green #10C625
Tints of Dark Pastel Green #10C625
RGB
CMYK
RGB Variations
Color information
#10C625 (or 0x10C625) is known color: Dark Pastel Green. HEX triplet: 10, C6 and 25. RGB value is (16,198,37). Sum of RGB (Red+Green+Blue) = 16+198+37=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 198 (77.73% from 255 or 78.88% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 198 - color contains mainly: green. Hex color #10C625 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C625 is #EF39DA. Grayscale: #7D7D7D. Windows color (decimal): -15677915 or 2475536. OLE color: 2475536.
HSL color Cylindrical-coordinate representation of color #10C625: hue angle of 126.92º 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 #10C625 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 37 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.22 |
| HSL | 126.92º | 0.85% | 0.42% | - |
| HSV(B) | 126.92º | 0.92% | 0.78% | - |
| XYZ | 20.74 | 40.63 | 8.5 | - |
| YUV | 125.23 | 78.2 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 37 | 0.92 | 0 | 0.81 | 0.22 | 126.92 | 0.85 | 0.42 |
| Hex | 10 | C6 | 25 | 5C | 0 | 51 | 16 | 7F | 55 | 2A |
| Octal | 20 | 306 | 45 | 134 | 0 | 121 | 26 | 177 | 125 | 52 |
| Binary | 10000 | 11000110 | 100101 | 1011100 | 0 | 1010001 | 10110 | 1111111 | 1010101 | 101010 |
Color Harmonies of #10C625
Complementary color
Monochromatic Colors of #10C625
Black with #10C625
Text Example
Text Example
White with #10C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C625; }
p { color: rgb(16,198,37); }
H1.HeaderClassName
{
color: #10C625;
}
.AnyTagClassName
{
color: #10C625;
}
</style>
background-color css
<style>
a { background-color: #10C625; }
a { background-color: rgb(16,198,37); }
div.DivClassName
{
background-color: #10C625;
}
.BgClassName
{
background-color: #10C625;
}
</style>
border-color css
<style>
span { border-color: #10C625; }
span { border-color: rgb(16,198,37); }
td.TdClassName
{
border-color: #10C625;
}
.TagClassName
{
border-color: #10C625;
}
</style>