Shades of Dark Pastel Green #10BD40
Tints of Dark Pastel Green #10BD40
RGB
CMYK
RGB Variations
Color information
#10BD40 (or 0x10BD40) is known color: Dark Pastel Green. HEX triplet: 10, BD and 40. RGB value is (16,189,64). Sum of RGB (Red+Green+Blue) = 16+189+64=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 189 (74.22% from 255 or 70.26% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD40 is #EF42BF. Grayscale: #7B7B7B. Windows color (decimal): -15680192 or 4242704. OLE color: 4242704.
HSL color Cylindrical-coordinate representation of color #10BD40: hue angle of 136.65º 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 #10BD40 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 64 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.26 |
| HSL | 136.65º | 0.84% | 0.4% | - |
| HSV(B) | 136.65º | 0.92% | 0.74% | - |
| XYZ | 19.34 | 36.88 | 10.95 | - |
| YUV | 123.02 | 94.69 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 64 | 0.92 | 0 | 0.66 | 0.26 | 136.65 | 0.84 | 0.4 |
| Hex | 10 | BD | 40 | 5C | 0 | 42 | 1A | 89 | 54 | 28 |
| Octal | 20 | 275 | 100 | 134 | 0 | 102 | 32 | 211 | 124 | 50 |
| Binary | 10000 | 10111101 | 1000000 | 1011100 | 0 | 1000010 | 11010 | 10001001 | 1010100 | 101000 |
Color Harmonies of #10BD40
Complementary color
Monochromatic Colors of #10BD40
Black with #10BD40
Text Example
Text Example
White with #10BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD40; }
p { color: rgb(16,189,64); }
H1.HeaderClassName
{
color: #10BD40;
}
.AnyTagClassName
{
color: #10BD40;
}
</style>
background-color css
<style>
a { background-color: #10BD40; }
a { background-color: rgb(16,189,64); }
div.DivClassName
{
background-color: #10BD40;
}
.BgClassName
{
background-color: #10BD40;
}
</style>
border-color css
<style>
span { border-color: #10BD40; }
span { border-color: rgb(16,189,64); }
td.TdClassName
{
border-color: #10BD40;
}
.TagClassName
{
border-color: #10BD40;
}
</style>