Shades of Dark Pastel Green #10BA51
Tints of Dark Pastel Green #10BA51
RGB
CMYK
RGB Variations
Color information
#10BA51 (or 0x10BA51) is known color: Dark Pastel Green. HEX triplet: 10, BA and 51. RGB value is (16,186,81). Sum of RGB (Red+Green+Blue) = 16+186+81=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA51 is #EF45AE. Grayscale: #7B7B7B. Windows color (decimal): -15680943 or 5356048. OLE color: 5356048.
HSL color Cylindrical-coordinate representation of color #10BA51: hue angle of 142.94º 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 #10BA51 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 81 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.27 |
| HSL | 142.94º | 0.84% | 0.4% | - |
| HSV(B) | 142.94º | 0.91% | 0.73% | - |
| XYZ | 19.26 | 35.82 | 13.68 | - |
| YUV | 123.2 | 104.18 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 81 | 0.91 | 0 | 0.56 | 0.27 | 142.94 | 0.84 | 0.4 |
| Hex | 10 | BA | 51 | 5B | 0 | 38 | 1B | 8F | 54 | 28 |
| Octal | 20 | 272 | 121 | 133 | 0 | 70 | 33 | 217 | 124 | 50 |
| Binary | 10000 | 10111010 | 1010001 | 1011011 | 0 | 111000 | 11011 | 10001111 | 1010100 | 101000 |
Color Harmonies of #10BA51
Complementary color
Monochromatic Colors of #10BA51
Black with #10BA51
Text Example
Text Example
White with #10BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA51; }
p { color: rgb(16,186,81); }
H1.HeaderClassName
{
color: #10BA51;
}
.AnyTagClassName
{
color: #10BA51;
}
</style>
background-color css
<style>
a { background-color: #10BA51; }
a { background-color: rgb(16,186,81); }
div.DivClassName
{
background-color: #10BA51;
}
.BgClassName
{
background-color: #10BA51;
}
</style>
border-color css
<style>
span { border-color: #10BA51; }
span { border-color: rgb(16,186,81); }
td.TdClassName
{
border-color: #10BA51;
}
.TagClassName
{
border-color: #10BA51;
}
</style>