Shades of Dark Pastel Green #01BC24
Tints of Dark Pastel Green #01BC24
RGB
CMYK
RGB Variations
Color information
#01BC24 (or 0x01BC24) is known color: Dark Pastel Green. HEX triplet: 01, BC and 24. RGB value is (1,188,36). Sum of RGB (Red+Green+Blue) = 1+188+36=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC24 is #FE43DB. Grayscale: #737373. Windows color (decimal): -16663516 or 2407425. OLE color: 2407425.
HSL color Cylindrical-coordinate representation of color #01BC24: hue angle of 131.23º 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 #01BC24 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 36 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.26 |
| HSL | 131.23º | 0.99% | 0.37% | - |
| HSV(B) | 131.23º | 0.99% | 0.74% | - |
| XYZ | 18.31 | 36.1 | 7.67 | - |
| YUV | 114.76 | 83.55 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 36 | 0.99 | 0 | 0.81 | 0.26 | 131.23 | 0.99 | 0.37 |
| Hex | 1 | BC | 24 | 63 | 0 | 51 | 1A | 83 | 63 | 25 |
| Octal | 1 | 274 | 44 | 143 | 0 | 121 | 32 | 203 | 143 | 45 |
| Binary | 1 | 10111100 | 100100 | 1100011 | 0 | 1010001 | 11010 | 10000011 | 1100011 | 100101 |
Color Harmonies of #01BC24
Complementary color
Monochromatic Colors of #01BC24
Black with #01BC24
Text Example
Text Example
White with #01BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC24; }
p { color: rgb(1,188,36); }
H1.HeaderClassName
{
color: #01BC24;
}
.AnyTagClassName
{
color: #01BC24;
}
</style>
background-color css
<style>
a { background-color: #01BC24; }
a { background-color: rgb(1,188,36); }
div.DivClassName
{
background-color: #01BC24;
}
.BgClassName
{
background-color: #01BC24;
}
</style>
border-color css
<style>
span { border-color: #01BC24; }
span { border-color: rgb(1,188,36); }
td.TdClassName
{
border-color: #01BC24;
}
.TagClassName
{
border-color: #01BC24;
}
</style>