Shades of Dark Pastel Green #10B11D
Tints of Dark Pastel Green #10B11D
RGB
CMYK
RGB Variations
Color information
#10B11D (or 0x10B11D) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 1D. RGB value is (16,177,29). Sum of RGB (Red+Green+Blue) = 16+177+29=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 177 (69.53% from 255 or 79.73% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 177 - color contains mainly: green. Hex color #10B11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B11D is #EF4EE2. Grayscale: #707070. Windows color (decimal): -15683299 or 1945872. OLE color: 1945872.
HSL color Cylindrical-coordinate representation of color #10B11D: hue angle of 124.84º 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 #10B11D is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 29 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.31 |
| HSL | 124.84º | 0.83% | 0.38% | - |
| HSV(B) | 124.84º | 0.91% | 0.69% | - |
| XYZ | 16.16 | 31.64 | 6.42 | - |
| YUV | 111.99 | 81.16 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 29 | 0.91 | 0 | 0.84 | 0.31 | 124.84 | 0.83 | 0.38 |
| Hex | 10 | B1 | 1D | 5B | 0 | 54 | 1F | 7D | 53 | 26 |
| Octal | 20 | 261 | 35 | 133 | 0 | 124 | 37 | 175 | 123 | 46 |
| Binary | 10000 | 10110001 | 11101 | 1011011 | 0 | 1010100 | 11111 | 1111101 | 1010011 | 100110 |
Color Harmonies of #10B11D
Complementary color
Monochromatic Colors of #10B11D
Black with #10B11D
Text Example
Text Example
White with #10B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B11D; }
p { color: rgb(16,177,29); }
H1.HeaderClassName
{
color: #10B11D;
}
.AnyTagClassName
{
color: #10B11D;
}
</style>
background-color css
<style>
a { background-color: #10B11D; }
a { background-color: rgb(16,177,29); }
div.DivClassName
{
background-color: #10B11D;
}
.BgClassName
{
background-color: #10B11D;
}
</style>
border-color css
<style>
span { border-color: #10B11D; }
span { border-color: rgb(16,177,29); }
td.TdClassName
{
border-color: #10B11D;
}
.TagClassName
{
border-color: #10B11D;
}
</style>