Shades of Dark Pastel Green #10B046
Tints of Dark Pastel Green #10B046
RGB
CMYK
RGB Variations
Color information
#10B046 (or 0x10B046) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 46. RGB value is (16,176,70). Sum of RGB (Red+Green+Blue) = 16+176+70=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 176 (69.14% from 255 or 67.18% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 176 - color contains mainly: green. Hex color #10B046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B046 is #EF4FB9. Grayscale: #747474. Windows color (decimal): -15683514 or 4632592. OLE color: 4632592.
HSL color Cylindrical-coordinate representation of color #10B046: hue angle of 140.25º 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 #10B046 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 70 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.31 |
| HSL | 140.25º | 0.83% | 0.38% | - |
| HSV(B) | 140.25º | 0.91% | 0.69% | - |
| XYZ | 16.84 | 31.6 | 11.01 | - |
| YUV | 116.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 70 | 0.91 | 0 | 0.60 | 0.31 | 140.25 | 0.83 | 0.38 |
| Hex | 10 | B0 | 46 | 5B | 0 | 3C | 1F | 8C | 53 | 26 |
| Octal | 20 | 260 | 106 | 133 | 0 | 74 | 37 | 214 | 123 | 46 |
| Binary | 10000 | 10110000 | 1000110 | 1011011 | 0 | 111100 | 11111 | 10001100 | 1010011 | 100110 |
Color Harmonies of #10B046
Complementary color
Monochromatic Colors of #10B046
Black with #10B046
Text Example
Text Example
White with #10B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B046; }
p { color: rgb(16,176,70); }
H1.HeaderClassName
{
color: #10B046;
}
.AnyTagClassName
{
color: #10B046;
}
</style>
background-color css
<style>
a { background-color: #10B046; }
a { background-color: rgb(16,176,70); }
div.DivClassName
{
background-color: #10B046;
}
.BgClassName
{
background-color: #10B046;
}
</style>
border-color css
<style>
span { border-color: #10B046; }
span { border-color: rgb(16,176,70); }
td.TdClassName
{
border-color: #10B046;
}
.TagClassName
{
border-color: #10B046;
}
</style>