Shades of Dark Pastel Green #10B951
Tints of Dark Pastel Green #10B951
RGB
CMYK
RGB Variations
Color information
#10B951 (or 0x10B951) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 51. RGB value is (16,185,81). Sum of RGB (Red+Green+Blue) = 16+185+81=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #10B951 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B951 is #EF46AE. Grayscale: #7A7A7A. Windows color (decimal): -15681199 or 5355792. OLE color: 5355792.
HSL color Cylindrical-coordinate representation of color #10B951: hue angle of 143.08º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B951 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 81 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.27 |
| HSL | 143.08º | 0.84% | 0.39% | - |
| HSV(B) | 143.08º | 0.91% | 0.73% | - |
| XYZ | 19.05 | 35.4 | 13.61 | - |
| YUV | 122.61 | 104.51 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 81 | 0.91 | 0 | 0.56 | 0.27 | 143.08 | 0.84 | 0.39 |
| Hex | 10 | B9 | 51 | 5B | 0 | 38 | 1B | 8F | 54 | 27 |
| Octal | 20 | 271 | 121 | 133 | 0 | 70 | 33 | 217 | 124 | 47 |
| Binary | 10000 | 10111001 | 1010001 | 1011011 | 0 | 111000 | 11011 | 10001111 | 1010100 | 100111 |
Color Harmonies of #10B951
Complementary color
Monochromatic Colors of #10B951
Black with #10B951
Text Example
Text Example
White with #10B951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B951; }
p { color: rgb(16,185,81); }
H1.HeaderClassName
{
color: #10B951;
}
.AnyTagClassName
{
color: #10B951;
}
</style>
background-color css
<style>
a { background-color: #10B951; }
a { background-color: rgb(16,185,81); }
div.DivClassName
{
background-color: #10B951;
}
.BgClassName
{
background-color: #10B951;
}
</style>
border-color css
<style>
span { border-color: #10B951; }
span { border-color: rgb(16,185,81); }
td.TdClassName
{
border-color: #10B951;
}
.TagClassName
{
border-color: #10B951;
}
</style>