Shades of Dark Pastel Green #10B136
Tints of Dark Pastel Green #10B136
RGB
CMYK
RGB Variations
Color information
#10B136 (or 0x10B136) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 36. RGB value is (16,177,54). Sum of RGB (Red+Green+Blue) = 16+177+54=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #10B136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B136 is #EF4EC9. Grayscale: #737373. Windows color (decimal): -15683274 or 3584272. OLE color: 3584272.
HSL color Cylindrical-coordinate representation of color #10B136: hue angle of 134.16º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B136 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 54 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.31 |
| HSL | 134.16º | 0.83% | 0.38% | - |
| HSV(B) | 134.16º | 0.91% | 0.69% | - |
| XYZ | 16.6 | 31.82 | 8.76 | - |
| YUV | 114.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 54 | 0.91 | 0 | 0.69 | 0.31 | 134.16 | 0.83 | 0.38 |
| Hex | 10 | B1 | 36 | 5B | 0 | 45 | 1F | 86 | 53 | 26 |
| Octal | 20 | 261 | 66 | 133 | 0 | 105 | 37 | 206 | 123 | 46 |
| Binary | 10000 | 10110001 | 110110 | 1011011 | 0 | 1000101 | 11111 | 10000110 | 1010011 | 100110 |
Color Harmonies of #10B136
Complementary color
Monochromatic Colors of #10B136
Black with #10B136
Text Example
Text Example
White with #10B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B136; }
p { color: rgb(16,177,54); }
H1.HeaderClassName
{
color: #10B136;
}
.AnyTagClassName
{
color: #10B136;
}
</style>
background-color css
<style>
a { background-color: #10B136; }
a { background-color: rgb(16,177,54); }
div.DivClassName
{
background-color: #10B136;
}
.BgClassName
{
background-color: #10B136;
}
</style>
border-color css
<style>
span { border-color: #10B136; }
span { border-color: rgb(16,177,54); }
td.TdClassName
{
border-color: #10B136;
}
.TagClassName
{
border-color: #10B136;
}
</style>