Shades of Dark Pastel Green #10C344
Tints of Dark Pastel Green #10C344
RGB
CMYK
RGB Variations
Color information
#10C344 (or 0x10C344) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 44. RGB value is (16,195,68). Sum of RGB (Red+Green+Blue) = 16+195+68=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #10C344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C344 is #EF3CBB. Grayscale: #7F7F7F. Windows color (decimal): -15678652 or 4506384. OLE color: 4506384.
HSL color Cylindrical-coordinate representation of color #10C344: hue angle of 137.43º 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 #10C344 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 68 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.24 |
| HSL | 137.43º | 0.85% | 0.41% | - |
| HSV(B) | 137.43º | 0.92% | 0.76% | - |
| XYZ | 20.77 | 39.56 | 12.01 | - |
| YUV | 127 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 68 | 0.92 | 0 | 0.65 | 0.24 | 137.43 | 0.85 | 0.41 |
| Hex | 10 | C3 | 44 | 5C | 0 | 41 | 18 | 89 | 55 | 29 |
| Octal | 20 | 303 | 104 | 134 | 0 | 101 | 30 | 211 | 125 | 51 |
| Binary | 10000 | 11000011 | 1000100 | 1011100 | 0 | 1000001 | 11000 | 10001001 | 1010101 | 101001 |
Color Harmonies of #10C344
Complementary color
Monochromatic Colors of #10C344
Black with #10C344
Text Example
Text Example
White with #10C344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C344; }
p { color: rgb(16,195,68); }
H1.HeaderClassName
{
color: #10C344;
}
.AnyTagClassName
{
color: #10C344;
}
</style>
background-color css
<style>
a { background-color: #10C344; }
a { background-color: rgb(16,195,68); }
div.DivClassName
{
background-color: #10C344;
}
.BgClassName
{
background-color: #10C344;
}
</style>
border-color css
<style>
span { border-color: #10C344; }
span { border-color: rgb(16,195,68); }
td.TdClassName
{
border-color: #10C344;
}
.TagClassName
{
border-color: #10C344;
}
</style>