Shades of Dark Pastel Green #10BC42
Tints of Dark Pastel Green #10BC42
RGB
CMYK
RGB Variations
Color information
#10BC42 (or 0x10BC42) is known color: Dark Pastel Green. HEX triplet: 10, BC and 42. RGB value is (16,188,66). Sum of RGB (Red+Green+Blue) = 16+188+66=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC42 is #EF43BD. Grayscale: #7A7A7A. Windows color (decimal): -15680446 or 4373520. OLE color: 4373520.
HSL color Cylindrical-coordinate representation of color #10BC42: hue angle of 137.44º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC42 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 66 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.26 |
| HSL | 137.44º | 0.84% | 0.4% | - |
| HSV(B) | 137.44º | 0.91% | 0.74% | - |
| XYZ | 19.18 | 36.47 | 11.18 | - |
| YUV | 122.66 | 96.02 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 66 | 0.91 | 0 | 0.65 | 0.26 | 137.44 | 0.84 | 0.4 |
| Hex | 10 | BC | 42 | 5B | 0 | 41 | 1A | 89 | 54 | 28 |
| Octal | 20 | 274 | 102 | 133 | 0 | 101 | 32 | 211 | 124 | 50 |
| Binary | 10000 | 10111100 | 1000010 | 1011011 | 0 | 1000001 | 11010 | 10001001 | 1010100 | 101000 |
Color Harmonies of #10BC42
Complementary color
Monochromatic Colors of #10BC42
Black with #10BC42
Text Example
Text Example
White with #10BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC42; }
p { color: rgb(16,188,66); }
H1.HeaderClassName
{
color: #10BC42;
}
.AnyTagClassName
{
color: #10BC42;
}
</style>
background-color css
<style>
a { background-color: #10BC42; }
a { background-color: rgb(16,188,66); }
div.DivClassName
{
background-color: #10BC42;
}
.BgClassName
{
background-color: #10BC42;
}
</style>
border-color css
<style>
span { border-color: #10BC42; }
span { border-color: rgb(16,188,66); }
td.TdClassName
{
border-color: #10BC42;
}
.TagClassName
{
border-color: #10BC42;
}
</style>