Shades of Dark Pastel Green #01BC4A
Tints of Dark Pastel Green #01BC4A
RGB
CMYK
RGB Variations
Color information
#01BC4A (or 0x01BC4A) is known color: Dark Pastel Green. HEX triplet: 01, BC and 4A. RGB value is (1,188,74). Sum of RGB (Red+Green+Blue) = 1+188+74=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC4A is #FE43B5. Grayscale: #777777. Windows color (decimal): -16663478 or 4897793. OLE color: 4897793.
HSL color Cylindrical-coordinate representation of color #01BC4A: hue angle of 143.42º 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 #01BC4A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 74 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.26 |
| HSL | 143.42º | 0.99% | 0.37% | - |
| HSV(B) | 143.42º | 0.99% | 0.74% | - |
| XYZ | 19.23 | 36.47 | 12.5 | - |
| YUV | 119.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 74 | 0.99 | 0 | 0.61 | 0.26 | 143.42 | 0.99 | 0.37 |
| Hex | 1 | BC | 4A | 63 | 0 | 3D | 1A | 8F | 63 | 25 |
| Octal | 1 | 274 | 112 | 143 | 0 | 75 | 32 | 217 | 143 | 45 |
| Binary | 1 | 10111100 | 1001010 | 1100011 | 0 | 111101 | 11010 | 10001111 | 1100011 | 100101 |
Color Harmonies of #01BC4A
Complementary color
Monochromatic Colors of #01BC4A
Black with #01BC4A
Text Example
Text Example
White with #01BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC4A; }
p { color: rgb(1,188,74); }
H1.HeaderClassName
{
color: #01BC4A;
}
.AnyTagClassName
{
color: #01BC4A;
}
</style>
background-color css
<style>
a { background-color: #01BC4A; }
a { background-color: rgb(1,188,74); }
div.DivClassName
{
background-color: #01BC4A;
}
.BgClassName
{
background-color: #01BC4A;
}
</style>
border-color css
<style>
span { border-color: #01BC4A; }
span { border-color: rgb(1,188,74); }
td.TdClassName
{
border-color: #01BC4A;
}
.TagClassName
{
border-color: #01BC4A;
}
</style>