Shades of Dark Pastel Green #01BC1E
Tints of Dark Pastel Green #01BC1E
RGB
CMYK
RGB Variations
Color information
#01BC1E (or 0x01BC1E) is known color: Dark Pastel Green. HEX triplet: 01, BC and 1E. RGB value is (1,188,30). Sum of RGB (Red+Green+Blue) = 1+188+30=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC1E is #FE43E1. Grayscale: #727272. Windows color (decimal): -16663522 or 2014209. OLE color: 2014209.
HSL color Cylindrical-coordinate representation of color #01BC1E: hue angle of 129.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC1E is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 30 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.26 |
| HSL | 129.3º | 0.99% | 0.37% | - |
| HSV(B) | 129.3º | 0.99% | 0.74% | - |
| XYZ | 18.23 | 36.07 | 7.23 | - |
| YUV | 114.08 | 80.55 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 30 | 0.99 | 0 | 0.84 | 0.26 | 129.3 | 0.99 | 0.37 |
| Hex | 1 | BC | 1E | 63 | 0 | 54 | 1A | 81 | 63 | 25 |
| Octal | 1 | 274 | 36 | 143 | 0 | 124 | 32 | 201 | 143 | 45 |
| Binary | 1 | 10111100 | 11110 | 1100011 | 0 | 1010100 | 11010 | 10000001 | 1100011 | 100101 |
Color Harmonies of #01BC1E
Complementary color
Monochromatic Colors of #01BC1E
Black with #01BC1E
Text Example
Text Example
White with #01BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC1E; }
p { color: rgb(1,188,30); }
H1.HeaderClassName
{
color: #01BC1E;
}
.AnyTagClassName
{
color: #01BC1E;
}
</style>
background-color css
<style>
a { background-color: #01BC1E; }
a { background-color: rgb(1,188,30); }
div.DivClassName
{
background-color: #01BC1E;
}
.BgClassName
{
background-color: #01BC1E;
}
</style>
border-color css
<style>
span { border-color: #01BC1E; }
span { border-color: rgb(1,188,30); }
td.TdClassName
{
border-color: #01BC1E;
}
.TagClassName
{
border-color: #01BC1E;
}
</style>