Shades of Dark Pastel Green #10BD29
Tints of Dark Pastel Green #10BD29
RGB
CMYK
RGB Variations
Color information
#10BD29 (or 0x10BD29) is known color: Dark Pastel Green. HEX triplet: 10, BD and 29. RGB value is (16,189,41). Sum of RGB (Red+Green+Blue) = 16+189+41=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 189 (74.22% from 255 or 76.83% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD29 is #EF42D6. Grayscale: #787878. Windows color (decimal): -15680215 or 2735376. OLE color: 2735376.
HSL color Cylindrical-coordinate representation of color #10BD29: hue angle of 128.67º 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 #10BD29 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 41 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.26 |
| HSL | 128.67º | 0.84% | 0.4% | - |
| HSV(B) | 128.67º | 0.92% | 0.74% | - |
| XYZ | 18.81 | 36.67 | 8.18 | - |
| YUV | 120.4 | 83.19 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 41 | 0.92 | 0 | 0.78 | 0.26 | 128.67 | 0.84 | 0.4 |
| Hex | 10 | BD | 29 | 5C | 0 | 4E | 1A | 81 | 54 | 28 |
| Octal | 20 | 275 | 51 | 134 | 0 | 116 | 32 | 201 | 124 | 50 |
| Binary | 10000 | 10111101 | 101001 | 1011100 | 0 | 1001110 | 11010 | 10000001 | 1010100 | 101000 |
Color Harmonies of #10BD29
Complementary color
Monochromatic Colors of #10BD29
Black with #10BD29
Text Example
Text Example
White with #10BD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD29; }
p { color: rgb(16,189,41); }
H1.HeaderClassName
{
color: #10BD29;
}
.AnyTagClassName
{
color: #10BD29;
}
</style>
background-color css
<style>
a { background-color: #10BD29; }
a { background-color: rgb(16,189,41); }
div.DivClassName
{
background-color: #10BD29;
}
.BgClassName
{
background-color: #10BD29;
}
</style>
border-color css
<style>
span { border-color: #10BD29; }
span { border-color: rgb(16,189,41); }
td.TdClassName
{
border-color: #10BD29;
}
.TagClassName
{
border-color: #10BD29;
}
</style>