Shades of Dark Pastel Green #10BC1D
Tints of Dark Pastel Green #10BC1D
RGB
CMYK
RGB Variations
Color information
#10BC1D (or 0x10BC1D) is known color: Dark Pastel Green. HEX triplet: 10, BC and 1D. RGB value is (16,188,29). Sum of RGB (Red+Green+Blue) = 16+188+29=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC1D is #EF43E2. Grayscale: #767676. Windows color (decimal): -15680483 or 1948688. OLE color: 1948688.
HSL color Cylindrical-coordinate representation of color #10BC1D: hue angle of 124.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC1D is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 29 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.26 |
| HSL | 124.53º | 0.84% | 0.4% | - |
| HSV(B) | 124.53º | 0.91% | 0.74% | - |
| XYZ | 18.42 | 36.17 | 7.17 | - |
| YUV | 118.45 | 77.52 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 29 | 0.91 | 0 | 0.85 | 0.26 | 124.53 | 0.84 | 0.4 |
| Hex | 10 | BC | 1D | 5B | 0 | 55 | 1A | 7D | 54 | 28 |
| Octal | 20 | 274 | 35 | 133 | 0 | 125 | 32 | 175 | 124 | 50 |
| Binary | 10000 | 10111100 | 11101 | 1011011 | 0 | 1010101 | 11010 | 1111101 | 1010100 | 101000 |
Color Harmonies of #10BC1D
Complementary color
Monochromatic Colors of #10BC1D
Black with #10BC1D
Text Example
Text Example
White with #10BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC1D; }
p { color: rgb(16,188,29); }
H1.HeaderClassName
{
color: #10BC1D;
}
.AnyTagClassName
{
color: #10BC1D;
}
</style>
background-color css
<style>
a { background-color: #10BC1D; }
a { background-color: rgb(16,188,29); }
div.DivClassName
{
background-color: #10BC1D;
}
.BgClassName
{
background-color: #10BC1D;
}
</style>
border-color css
<style>
span { border-color: #10BC1D; }
span { border-color: rgb(16,188,29); }
td.TdClassName
{
border-color: #10BC1D;
}
.TagClassName
{
border-color: #10BC1D;
}
</style>