Shades of Dark Pastel Green #10BD3C
Tints of Dark Pastel Green #10BD3C
RGB
CMYK
RGB Variations
Color information
#10BD3C (or 0x10BD3C) is known color: Dark Pastel Green. HEX triplet: 10, BD and 3C. RGB value is (16,189,60). Sum of RGB (Red+Green+Blue) = 16+189+60=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD3C is #EF42C3. Grayscale: #7A7A7A. Windows color (decimal): -15680196 or 3980560. OLE color: 3980560.
HSL color Cylindrical-coordinate representation of color #10BD3C: hue angle of 135.26º 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 #10BD3C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 60 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.26 |
| HSL | 135.26º | 0.84% | 0.4% | - |
| HSV(B) | 135.26º | 0.92% | 0.74% | - |
| XYZ | 19.23 | 36.83 | 10.37 | - |
| YUV | 122.57 | 92.69 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 60 | 0.92 | 0 | 0.68 | 0.26 | 135.26 | 0.84 | 0.4 |
| Hex | 10 | BD | 3C | 5C | 0 | 44 | 1A | 87 | 54 | 28 |
| Octal | 20 | 275 | 74 | 134 | 0 | 104 | 32 | 207 | 124 | 50 |
| Binary | 10000 | 10111101 | 111100 | 1011100 | 0 | 1000100 | 11010 | 10000111 | 1010100 | 101000 |
Color Harmonies of #10BD3C
Complementary color
Monochromatic Colors of #10BD3C
Black with #10BD3C
Text Example
Text Example
White with #10BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD3C; }
p { color: rgb(16,189,60); }
H1.HeaderClassName
{
color: #10BD3C;
}
.AnyTagClassName
{
color: #10BD3C;
}
</style>
background-color css
<style>
a { background-color: #10BD3C; }
a { background-color: rgb(16,189,60); }
div.DivClassName
{
background-color: #10BD3C;
}
.BgClassName
{
background-color: #10BD3C;
}
</style>
border-color css
<style>
span { border-color: #10BD3C; }
span { border-color: rgb(16,189,60); }
td.TdClassName
{
border-color: #10BD3C;
}
.TagClassName
{
border-color: #10BD3C;
}
</style>