Shades of Dark Pastel Green #10D13A
Tints of Dark Pastel Green #10D13A
RGB
CMYK
RGB Variations
Color information
#10D13A (or 0x10D13A) is known color: Dark Pastel Green. HEX triplet: 10, D1 and 3A. RGB value is (16,209,58). Sum of RGB (Red+Green+Blue) = 16+209+58=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 209 (82.03% from 255 or 73.85% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 209 - color contains mainly: green. Hex color #10D13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D13A is #EF2EC5. Grayscale: #868686. Windows color (decimal): -15675078 or 3854608. OLE color: 3854608.
HSL color Cylindrical-coordinate representation of color #10D13A: hue angle of 133.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D13A is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 58 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.18 |
| HSL | 133.06º | 0.86% | 0.44% | - |
| HSV(B) | 133.06º | 0.92% | 0.82% | - |
| XYZ | 23.78 | 46.02 | 11.63 | - |
| YUV | 134.08 | 85.06 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 58 | 0.92 | 0 | 0.72 | 0.18 | 133.06 | 0.86 | 0.44 |
| Hex | 10 | D1 | 3A | 5C | 0 | 48 | 12 | 85 | 56 | 2C |
| Octal | 20 | 321 | 72 | 134 | 0 | 110 | 22 | 205 | 126 | 54 |
| Binary | 10000 | 11010001 | 111010 | 1011100 | 0 | 1001000 | 10010 | 10000101 | 1010110 | 101100 |
Color Harmonies of #10D13A
Complementary color
Monochromatic Colors of #10D13A
Black with #10D13A
Text Example
Text Example
White with #10D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D13A; }
p { color: rgb(16,209,58); }
H1.HeaderClassName
{
color: #10D13A;
}
.AnyTagClassName
{
color: #10D13A;
}
</style>
background-color css
<style>
a { background-color: #10D13A; }
a { background-color: rgb(16,209,58); }
div.DivClassName
{
background-color: #10D13A;
}
.BgClassName
{
background-color: #10D13A;
}
</style>
border-color css
<style>
span { border-color: #10D13A; }
span { border-color: rgb(16,209,58); }
td.TdClassName
{
border-color: #10D13A;
}
.TagClassName
{
border-color: #10D13A;
}
</style>