Shades of Dark Pastel Green #10BD54
Tints of Dark Pastel Green #10BD54
RGB
CMYK
RGB Variations
Color information
#10BD54 (or 0x10BD54) is known color: Dark Pastel Green. HEX triplet: 10, BD and 54. RGB value is (16,189,84). Sum of RGB (Red+Green+Blue) = 16+189+84=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD54 is #EF42AB. Grayscale: #7D7D7D. Windows color (decimal): -15680172 or 5553424. OLE color: 5553424.
HSL color Cylindrical-coordinate representation of color #10BD54: hue angle of 143.58º 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 #10BD54 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 84 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.26 |
| HSL | 143.58º | 0.84% | 0.4% | - |
| HSV(B) | 143.58º | 0.92% | 0.74% | - |
| XYZ | 20.01 | 37.15 | 14.5 | - |
| YUV | 125.3 | 104.69 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 84 | 0.92 | 0 | 0.56 | 0.26 | 143.58 | 0.84 | 0.4 |
| Hex | 10 | BD | 54 | 5C | 0 | 38 | 1A | 90 | 54 | 28 |
| Octal | 20 | 275 | 124 | 134 | 0 | 70 | 32 | 220 | 124 | 50 |
| Binary | 10000 | 10111101 | 1010100 | 1011100 | 0 | 111000 | 11010 | 10010000 | 1010100 | 101000 |
Color Harmonies of #10BD54
Complementary color
Monochromatic Colors of #10BD54
Black with #10BD54
Text Example
Text Example
White with #10BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD54; }
p { color: rgb(16,189,84); }
H1.HeaderClassName
{
color: #10BD54;
}
.AnyTagClassName
{
color: #10BD54;
}
</style>
background-color css
<style>
a { background-color: #10BD54; }
a { background-color: rgb(16,189,84); }
div.DivClassName
{
background-color: #10BD54;
}
.BgClassName
{
background-color: #10BD54;
}
</style>
border-color css
<style>
span { border-color: #10BD54; }
span { border-color: rgb(16,189,84); }
td.TdClassName
{
border-color: #10BD54;
}
.TagClassName
{
border-color: #10BD54;
}
</style>