Shades of Dark Pastel Green #10BD2C
Tints of Dark Pastel Green #10BD2C
RGB
CMYK
RGB Variations
Color information
#10BD2C (or 0x10BD2C) is known color: Dark Pastel Green. HEX triplet: 10, BD and 2C. RGB value is (16,189,44). Sum of RGB (Red+Green+Blue) = 16+189+44=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 189 (74.22% from 255 or 75.90% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD2C is #EF42D3. Grayscale: #797979. Windows color (decimal): -15680212 or 2931984. OLE color: 2931984.
HSL color Cylindrical-coordinate representation of color #10BD2C: hue angle of 129.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD2C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 44 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.26 |
| HSL | 129.71º | 0.84% | 0.4% | - |
| HSV(B) | 129.71º | 0.92% | 0.74% | - |
| XYZ | 18.87 | 36.69 | 8.47 | - |
| YUV | 120.74 | 84.69 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 44 | 0.92 | 0 | 0.77 | 0.26 | 129.71 | 0.84 | 0.4 |
| Hex | 10 | BD | 2C | 5C | 0 | 4D | 1A | 82 | 54 | 28 |
| Octal | 20 | 275 | 54 | 134 | 0 | 115 | 32 | 202 | 124 | 50 |
| Binary | 10000 | 10111101 | 101100 | 1011100 | 0 | 1001101 | 11010 | 10000010 | 1010100 | 101000 |
Color Harmonies of #10BD2C
Complementary color
Monochromatic Colors of #10BD2C
Black with #10BD2C
Text Example
Text Example
White with #10BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD2C; }
p { color: rgb(16,189,44); }
H1.HeaderClassName
{
color: #10BD2C;
}
.AnyTagClassName
{
color: #10BD2C;
}
</style>
background-color css
<style>
a { background-color: #10BD2C; }
a { background-color: rgb(16,189,44); }
div.DivClassName
{
background-color: #10BD2C;
}
.BgClassName
{
background-color: #10BD2C;
}
</style>
border-color css
<style>
span { border-color: #10BD2C; }
span { border-color: rgb(16,189,44); }
td.TdClassName
{
border-color: #10BD2C;
}
.TagClassName
{
border-color: #10BD2C;
}
</style>