Shades of Dark Pastel Green #10BA19
Tints of Dark Pastel Green #10BA19
RGB
CMYK
RGB Variations
Color information
#10BA19 (or 0x10BA19) is known color: Dark Pastel Green. HEX triplet: 10, BA and 19. RGB value is (16,186,25). Sum of RGB (Red+Green+Blue) = 16+186+25=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BA19 is #EF45E6. Grayscale: #757575. Windows color (decimal): -15680999 or 1686032. OLE color: 1686032.
HSL color Cylindrical-coordinate representation of color #10BA19: hue angle of 123.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA19 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 25 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.27 |
| HSL | 123.18º | 0.84% | 0.4% | - |
| HSV(B) | 123.18º | 0.91% | 0.73% | - |
| XYZ | 17.95 | 35.3 | 6.79 | - |
| YUV | 116.82 | 76.18 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 25 | 0.91 | 0 | 0.87 | 0.27 | 123.18 | 0.84 | 0.4 |
| Hex | 10 | BA | 19 | 5B | 0 | 57 | 1B | 7B | 54 | 28 |
| Octal | 20 | 272 | 31 | 133 | 0 | 127 | 33 | 173 | 124 | 50 |
| Binary | 10000 | 10111010 | 11001 | 1011011 | 0 | 1010111 | 11011 | 1111011 | 1010100 | 101000 |
Color Harmonies of #10BA19
Complementary color
Monochromatic Colors of #10BA19
Black with #10BA19
Text Example
Text Example
White with #10BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA19; }
p { color: rgb(16,186,25); }
H1.HeaderClassName
{
color: #10BA19;
}
.AnyTagClassName
{
color: #10BA19;
}
</style>
background-color css
<style>
a { background-color: #10BA19; }
a { background-color: rgb(16,186,25); }
div.DivClassName
{
background-color: #10BA19;
}
.BgClassName
{
background-color: #10BA19;
}
</style>
border-color css
<style>
span { border-color: #10BA19; }
span { border-color: rgb(16,186,25); }
td.TdClassName
{
border-color: #10BA19;
}
.TagClassName
{
border-color: #10BA19;
}
</style>