Shades of Dark Pastel Green #10C623
Tints of Dark Pastel Green #10C623
RGB
CMYK
RGB Variations
Color information
#10C623 (or 0x10C623) is known color: Dark Pastel Green. HEX triplet: 10, C6 and 23. RGB value is (16,198,35). Sum of RGB (Red+Green+Blue) = 16+198+35=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #10C623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C623 is #EF39DC. Grayscale: #7D7D7D. Windows color (decimal): -15677917 or 2344464. OLE color: 2344464.
HSL color Cylindrical-coordinate representation of color #10C623: hue angle of 126.26º 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 #10C623 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 35 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.22 |
| HSL | 126.26º | 0.85% | 0.42% | - |
| HSV(B) | 126.26º | 0.92% | 0.78% | - |
| XYZ | 20.71 | 40.62 | 8.34 | - |
| YUV | 125 | 77.2 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 35 | 0.92 | 0 | 0.82 | 0.22 | 126.26 | 0.85 | 0.42 |
| Hex | 10 | C6 | 23 | 5C | 0 | 52 | 16 | 7E | 55 | 2A |
| Octal | 20 | 306 | 43 | 134 | 0 | 122 | 26 | 176 | 125 | 52 |
| Binary | 10000 | 11000110 | 100011 | 1011100 | 0 | 1010010 | 10110 | 1111110 | 1010101 | 101010 |
Color Harmonies of #10C623
Complementary color
Monochromatic Colors of #10C623
Black with #10C623
Text Example
Text Example
White with #10C623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C623; }
p { color: rgb(16,198,35); }
H1.HeaderClassName
{
color: #10C623;
}
.AnyTagClassName
{
color: #10C623;
}
</style>
background-color css
<style>
a { background-color: #10C623; }
a { background-color: rgb(16,198,35); }
div.DivClassName
{
background-color: #10C623;
}
.BgClassName
{
background-color: #10C623;
}
</style>
border-color css
<style>
span { border-color: #10C623; }
span { border-color: rgb(16,198,35); }
td.TdClassName
{
border-color: #10C623;
}
.TagClassName
{
border-color: #10C623;
}
</style>