Shades of Dark Pastel Green #10C245
Tints of Dark Pastel Green #10C245
RGB
CMYK
RGB Variations
Color information
#10C245 (or 0x10C245) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 45. RGB value is (16,194,69). Sum of RGB (Red+Green+Blue) = 16+194+69=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #10C245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C245 is #EF3DBA. Grayscale: #7E7E7E. Windows color (decimal): -15678907 or 4571664. OLE color: 4571664.
HSL color Cylindrical-coordinate representation of color #10C245: hue angle of 137.87º 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 #10C245 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 69 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.24 |
| HSL | 137.87º | 0.85% | 0.41% | - |
| HSV(B) | 137.87º | 0.92% | 0.76% | - |
| XYZ | 20.58 | 39.12 | 12.1 | - |
| YUV | 126.53 | 95.53 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 69 | 0.92 | 0 | 0.64 | 0.24 | 137.87 | 0.85 | 0.41 |
| Hex | 10 | C2 | 45 | 5C | 0 | 40 | 18 | 8A | 55 | 29 |
| Octal | 20 | 302 | 105 | 134 | 0 | 100 | 30 | 212 | 125 | 51 |
| Binary | 10000 | 11000010 | 1000101 | 1011100 | 0 | 1000000 | 11000 | 10001010 | 1010101 | 101001 |
Color Harmonies of #10C245
Complementary color
Monochromatic Colors of #10C245
Black with #10C245
Text Example
Text Example
White with #10C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C245; }
p { color: rgb(16,194,69); }
H1.HeaderClassName
{
color: #10C245;
}
.AnyTagClassName
{
color: #10C245;
}
</style>
background-color css
<style>
a { background-color: #10C245; }
a { background-color: rgb(16,194,69); }
div.DivClassName
{
background-color: #10C245;
}
.BgClassName
{
background-color: #10C245;
}
</style>
border-color css
<style>
span { border-color: #10C245; }
span { border-color: rgb(16,194,69); }
td.TdClassName
{
border-color: #10C245;
}
.TagClassName
{
border-color: #10C245;
}
</style>