Shades of Dark Pastel Green #10BC19
Tints of Dark Pastel Green #10BC19
RGB
CMYK
RGB Variations
Color information
#10BC19 (or 0x10BC19) is known color: Dark Pastel Green. HEX triplet: 10, BC and 19. RGB value is (16,188,25). Sum of RGB (Red+Green+Blue) = 16+188+25=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC19 is #EF43E6. Grayscale: #767676. Windows color (decimal): -15680487 or 1686544. OLE color: 1686544.
HSL color Cylindrical-coordinate representation of color #10BC19: hue angle of 123.14º 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 #10BC19 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 25 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.26 |
| HSL | 123.14º | 0.84% | 0.4% | - |
| HSV(B) | 123.14º | 0.91% | 0.74% | - |
| XYZ | 18.37 | 36.15 | 6.93 | - |
| YUV | 117.99 | 75.52 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 25 | 0.91 | 0 | 0.87 | 0.26 | 123.14 | 0.84 | 0.4 |
| Hex | 10 | BC | 19 | 5B | 0 | 57 | 1A | 7B | 54 | 28 |
| Octal | 20 | 274 | 31 | 133 | 0 | 127 | 32 | 173 | 124 | 50 |
| Binary | 10000 | 10111100 | 11001 | 1011011 | 0 | 1010111 | 11010 | 1111011 | 1010100 | 101000 |
Color Harmonies of #10BC19
Complementary color
Monochromatic Colors of #10BC19
Black with #10BC19
Text Example
Text Example
White with #10BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC19; }
p { color: rgb(16,188,25); }
H1.HeaderClassName
{
color: #10BC19;
}
.AnyTagClassName
{
color: #10BC19;
}
</style>
background-color css
<style>
a { background-color: #10BC19; }
a { background-color: rgb(16,188,25); }
div.DivClassName
{
background-color: #10BC19;
}
.BgClassName
{
background-color: #10BC19;
}
</style>
border-color css
<style>
span { border-color: #10BC19; }
span { border-color: rgb(16,188,25); }
td.TdClassName
{
border-color: #10BC19;
}
.TagClassName
{
border-color: #10BC19;
}
</style>