Shades of Dark Pastel Green #10BC39
Tints of Dark Pastel Green #10BC39
RGB
CMYK
RGB Variations
Color information
#10BC39 (or 0x10BC39) is known color: Dark Pastel Green. HEX triplet: 10, BC and 39. RGB value is (16,188,57). Sum of RGB (Red+Green+Blue) = 16+188+57=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC39 is #EF43C6. Grayscale: #797979. Windows color (decimal): -15680455 or 3783696. OLE color: 3783696.
HSL color Cylindrical-coordinate representation of color #10BC39: hue angle of 134.3º 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 #10BC39 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 57 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.26 |
| HSL | 134.3º | 0.84% | 0.4% | - |
| HSV(B) | 134.3º | 0.91% | 0.74% | - |
| XYZ | 18.94 | 36.37 | 9.89 | - |
| YUV | 121.64 | 91.52 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 57 | 0.91 | 0 | 0.70 | 0.26 | 134.3 | 0.84 | 0.4 |
| Hex | 10 | BC | 39 | 5B | 0 | 46 | 1A | 86 | 54 | 28 |
| Octal | 20 | 274 | 71 | 133 | 0 | 106 | 32 | 206 | 124 | 50 |
| Binary | 10000 | 10111100 | 111001 | 1011011 | 0 | 1000110 | 11010 | 10000110 | 1010100 | 101000 |
Color Harmonies of #10BC39
Complementary color
Monochromatic Colors of #10BC39
Black with #10BC39
Text Example
Text Example
White with #10BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC39; }
p { color: rgb(16,188,57); }
H1.HeaderClassName
{
color: #10BC39;
}
.AnyTagClassName
{
color: #10BC39;
}
</style>
background-color css
<style>
a { background-color: #10BC39; }
a { background-color: rgb(16,188,57); }
div.DivClassName
{
background-color: #10BC39;
}
.BgClassName
{
background-color: #10BC39;
}
</style>
border-color css
<style>
span { border-color: #10BC39; }
span { border-color: rgb(16,188,57); }
td.TdClassName
{
border-color: #10BC39;
}
.TagClassName
{
border-color: #10BC39;
}
</style>