Shades of Dark Pastel Green #10BC4D
Tints of Dark Pastel Green #10BC4D
RGB
CMYK
RGB Variations
Color information
#10BC4D (or 0x10BC4D) is known color: Dark Pastel Green. HEX triplet: 10, BC and 4D. RGB value is (16,188,77). Sum of RGB (Red+Green+Blue) = 16+188+77=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC4D is #EF43B2. Grayscale: #7C7C7C. Windows color (decimal): -15680435 or 5094416. OLE color: 5094416.
HSL color Cylindrical-coordinate representation of color #10BC4D: hue angle of 141.28º 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 #10BC4D is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 77 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.26 |
| HSL | 141.28º | 0.84% | 0.4% | - |
| HSV(B) | 141.28º | 0.91% | 0.74% | - |
| XYZ | 19.54 | 36.61 | 13.06 | - |
| YUV | 123.92 | 101.52 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 77 | 0.91 | 0 | 0.59 | 0.26 | 141.28 | 0.84 | 0.4 |
| Hex | 10 | BC | 4D | 5B | 0 | 3B | 1A | 8D | 54 | 28 |
| Octal | 20 | 274 | 115 | 133 | 0 | 73 | 32 | 215 | 124 | 50 |
| Binary | 10000 | 10111100 | 1001101 | 1011011 | 0 | 111011 | 11010 | 10001101 | 1010100 | 101000 |
Color Harmonies of #10BC4D
Complementary color
Monochromatic Colors of #10BC4D
Black with #10BC4D
Text Example
Text Example
White with #10BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC4D; }
p { color: rgb(16,188,77); }
H1.HeaderClassName
{
color: #10BC4D;
}
.AnyTagClassName
{
color: #10BC4D;
}
</style>
background-color css
<style>
a { background-color: #10BC4D; }
a { background-color: rgb(16,188,77); }
div.DivClassName
{
background-color: #10BC4D;
}
.BgClassName
{
background-color: #10BC4D;
}
</style>
border-color css
<style>
span { border-color: #10BC4D; }
span { border-color: rgb(16,188,77); }
td.TdClassName
{
border-color: #10BC4D;
}
.TagClassName
{
border-color: #10BC4D;
}
</style>