Shades of Dark Pastel Green #10B127
Tints of Dark Pastel Green #10B127
RGB
CMYK
RGB Variations
Color information
#10B127 (or 0x10B127) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 27. RGB value is (16,177,39). Sum of RGB (Red+Green+Blue) = 16+177+39=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 177 (69.53% from 255 or 76.29% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 177 - color contains mainly: green. Hex color #10B127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B127 is #EF4ED8. Grayscale: #717171. Windows color (decimal): -15683289 or 2601232. OLE color: 2601232.
HSL color Cylindrical-coordinate representation of color #10B127: hue angle of 128.57º 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 #10B127 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 39 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.31 |
| HSL | 128.57º | 0.83% | 0.38% | - |
| HSV(B) | 128.57º | 0.91% | 0.69% | - |
| XYZ | 16.3 | 31.7 | 7.18 | - |
| YUV | 113.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 39 | 0.91 | 0 | 0.78 | 0.31 | 128.57 | 0.83 | 0.38 |
| Hex | 10 | B1 | 27 | 5B | 0 | 4E | 1F | 81 | 53 | 26 |
| Octal | 20 | 261 | 47 | 133 | 0 | 116 | 37 | 201 | 123 | 46 |
| Binary | 10000 | 10110001 | 100111 | 1011011 | 0 | 1001110 | 11111 | 10000001 | 1010011 | 100110 |
Color Harmonies of #10B127
Complementary color
Monochromatic Colors of #10B127
Black with #10B127
Text Example
Text Example
White with #10B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B127; }
p { color: rgb(16,177,39); }
H1.HeaderClassName
{
color: #10B127;
}
.AnyTagClassName
{
color: #10B127;
}
</style>
background-color css
<style>
a { background-color: #10B127; }
a { background-color: rgb(16,177,39); }
div.DivClassName
{
background-color: #10B127;
}
.BgClassName
{
background-color: #10B127;
}
</style>
border-color css
<style>
span { border-color: #10B127; }
span { border-color: rgb(16,177,39); }
td.TdClassName
{
border-color: #10B127;
}
.TagClassName
{
border-color: #10B127;
}
</style>