Shades of Dark Pastel Green #10C844
Tints of Dark Pastel Green #10C844
RGB
CMYK
RGB Variations
Color information
#10C844 (or 0x10C844) is known color: Dark Pastel Green. HEX triplet: 10, C8 and 44. RGB value is (16,200,68). Sum of RGB (Red+Green+Blue) = 16+200+68=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #10C844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C844 is #EF37BB. Grayscale: #828282. Windows color (decimal): -15677372 or 4507664. OLE color: 4507664.
HSL color Cylindrical-coordinate representation of color #10C844: hue angle of 136.96º 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 #10C844 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 68 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.22 |
| HSL | 136.96º | 0.85% | 0.42% | - |
| HSV(B) | 136.96º | 0.92% | 0.78% | - |
| XYZ | 21.91 | 41.84 | 12.39 | - |
| YUV | 129.94 | 93.04 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 68 | 0.92 | 0 | 0.66 | 0.22 | 136.96 | 0.85 | 0.42 |
| Hex | 10 | C8 | 44 | 5C | 0 | 42 | 16 | 89 | 55 | 2A |
| Octal | 20 | 310 | 104 | 134 | 0 | 102 | 26 | 211 | 125 | 52 |
| Binary | 10000 | 11001000 | 1000100 | 1011100 | 0 | 1000010 | 10110 | 10001001 | 1010101 | 101010 |
Color Harmonies of #10C844
Complementary color
Monochromatic Colors of #10C844
Black with #10C844
Text Example
Text Example
White with #10C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C844; }
p { color: rgb(16,200,68); }
H1.HeaderClassName
{
color: #10C844;
}
.AnyTagClassName
{
color: #10C844;
}
</style>
background-color css
<style>
a { background-color: #10C844; }
a { background-color: rgb(16,200,68); }
div.DivClassName
{
background-color: #10C844;
}
.BgClassName
{
background-color: #10C844;
}
</style>
border-color css
<style>
span { border-color: #10C844; }
span { border-color: rgb(16,200,68); }
td.TdClassName
{
border-color: #10C844;
}
.TagClassName
{
border-color: #10C844;
}
</style>