Shades of Dark Pastel Green #10B220
Tints of Dark Pastel Green #10B220
RGB
CMYK
RGB Variations
Color information
#10B220 (or 0x10B220) is known color: Dark Pastel Green. HEX triplet: 10, B2 and 20. RGB value is (16,178,32). Sum of RGB (Red+Green+Blue) = 16+178+32=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #10B220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B220 is #EF4DDF. Grayscale: #717171. Windows color (decimal): -15683040 or 2142736. OLE color: 2142736.
HSL color Cylindrical-coordinate representation of color #10B220: hue angle of 125.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B220 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 32 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.30 |
| HSL | 125.93º | 0.84% | 0.38% | - |
| HSV(B) | 125.93º | 0.91% | 0.7% | - |
| XYZ | 16.39 | 32.06 | 6.69 | - |
| YUV | 112.92 | 82.33 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 32 | 0.91 | 0 | 0.82 | 0.30 | 125.93 | 0.84 | 0.38 |
| Hex | 10 | B2 | 20 | 5B | 0 | 52 | 1E | 7E | 54 | 26 |
| Octal | 20 | 262 | 40 | 133 | 0 | 122 | 36 | 176 | 124 | 46 |
| Binary | 10000 | 10110010 | 100000 | 1011011 | 0 | 1010010 | 11110 | 1111110 | 1010100 | 100110 |
Color Harmonies of #10B220
Complementary color
Monochromatic Colors of #10B220
Black with #10B220
Text Example
Text Example
White with #10B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B220; }
p { color: rgb(16,178,32); }
H1.HeaderClassName
{
color: #10B220;
}
.AnyTagClassName
{
color: #10B220;
}
</style>
background-color css
<style>
a { background-color: #10B220; }
a { background-color: rgb(16,178,32); }
div.DivClassName
{
background-color: #10B220;
}
.BgClassName
{
background-color: #10B220;
}
</style>
border-color css
<style>
span { border-color: #10B220; }
span { border-color: rgb(16,178,32); }
td.TdClassName
{
border-color: #10B220;
}
.TagClassName
{
border-color: #10B220;
}
</style>