Shades of Dark Pastel Green #10BC31
Tints of Dark Pastel Green #10BC31
RGB
CMYK
RGB Variations
Color information
#10BC31 (or 0x10BC31) is known color: Dark Pastel Green. HEX triplet: 10, BC and 31. RGB value is (16,188,49). Sum of RGB (Red+Green+Blue) = 16+188+49=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC31 is #EF43CE. Grayscale: #797979. Windows color (decimal): -15680463 or 3259408. OLE color: 3259408.
HSL color Cylindrical-coordinate representation of color #10BC31: hue angle of 131.51º 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 #10BC31 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 49 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.26 |
| HSL | 131.51º | 0.84% | 0.4% | - |
| HSV(B) | 131.51º | 0.91% | 0.74% | - |
| XYZ | 18.75 | 36.3 | 8.92 | - |
| YUV | 120.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 49 | 0.91 | 0 | 0.74 | 0.26 | 131.51 | 0.84 | 0.4 |
| Hex | 10 | BC | 31 | 5B | 0 | 4A | 1A | 84 | 54 | 28 |
| Octal | 20 | 274 | 61 | 133 | 0 | 112 | 32 | 204 | 124 | 50 |
| Binary | 10000 | 10111100 | 110001 | 1011011 | 0 | 1001010 | 11010 | 10000100 | 1010100 | 101000 |
Color Harmonies of #10BC31
Complementary color
Monochromatic Colors of #10BC31
Black with #10BC31
Text Example
Text Example
White with #10BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC31; }
p { color: rgb(16,188,49); }
H1.HeaderClassName
{
color: #10BC31;
}
.AnyTagClassName
{
color: #10BC31;
}
</style>
background-color css
<style>
a { background-color: #10BC31; }
a { background-color: rgb(16,188,49); }
div.DivClassName
{
background-color: #10BC31;
}
.BgClassName
{
background-color: #10BC31;
}
</style>
border-color css
<style>
span { border-color: #10BC31; }
span { border-color: rgb(16,188,49); }
td.TdClassName
{
border-color: #10BC31;
}
.TagClassName
{
border-color: #10BC31;
}
</style>