Shades of Dark Pastel Green #10C443
Tints of Dark Pastel Green #10C443
RGB
CMYK
RGB Variations
Color information
#10C443 (or 0x10C443) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 43. RGB value is (16,196,67). Sum of RGB (Red+Green+Blue) = 16+196+67=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #10C443 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C443 is #EF3BBC. Grayscale: #7F7F7F. Windows color (decimal): -15678397 or 4441104. OLE color: 4441104.
HSL color Cylindrical-coordinate representation of color #10C443: hue angle of 137º 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 #10C443 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 67 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.23 |
| HSL | 137º | 0.85% | 0.42% | - |
| HSV(B) | 137º | 0.92% | 0.77% | - |
| XYZ | 20.97 | 40 | 11.92 | - |
| YUV | 127.47 | 93.87 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 67 | 0.92 | 0 | 0.66 | 0.23 | 137 | 0.85 | 0.42 |
| Hex | 10 | C4 | 43 | 5C | 0 | 42 | 17 | 89 | 55 | 2A |
| Octal | 20 | 304 | 103 | 134 | 0 | 102 | 27 | 211 | 125 | 52 |
| Binary | 10000 | 11000100 | 1000011 | 1011100 | 0 | 1000010 | 10111 | 10001001 | 1010101 | 101010 |
Color Harmonies of #10C443
Complementary color
Monochromatic Colors of #10C443
Black with #10C443
Text Example
Text Example
White with #10C443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C443; }
p { color: rgb(16,196,67); }
H1.HeaderClassName
{
color: #10C443;
}
.AnyTagClassName
{
color: #10C443;
}
</style>
background-color css
<style>
a { background-color: #10C443; }
a { background-color: rgb(16,196,67); }
div.DivClassName
{
background-color: #10C443;
}
.BgClassName
{
background-color: #10C443;
}
</style>
border-color css
<style>
span { border-color: #10C443; }
span { border-color: rgb(16,196,67); }
td.TdClassName
{
border-color: #10C443;
}
.TagClassName
{
border-color: #10C443;
}
</style>