Shades of Dark Pastel Green #01BA45
Tints of Dark Pastel Green #01BA45
RGB
CMYK
RGB Variations
Color information
#01BA45 (or 0x01BA45) is known color: Dark Pastel Green. HEX triplet: 01, BA and 45. RGB value is (1,186,69). Sum of RGB (Red+Green+Blue) = 1+186+69=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA45 is #FE45BA. Grayscale: #757575. Windows color (decimal): -16663995 or 4569601. OLE color: 4569601.
HSL color Cylindrical-coordinate representation of color #01BA45: hue angle of 142.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA45 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 69 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.27 |
| HSL | 142.05º | 0.99% | 0.37% | - |
| HSV(B) | 142.05º | 0.99% | 0.73% | - |
| XYZ | 18.65 | 35.55 | 11.51 | - |
| YUV | 117.35 | 100.71 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 69 | 0.99 | 0 | 0.63 | 0.27 | 142.05 | 0.99 | 0.37 |
| Hex | 1 | BA | 45 | 63 | 0 | 3F | 1B | 8E | 63 | 25 |
| Octal | 1 | 272 | 105 | 143 | 0 | 77 | 33 | 216 | 143 | 45 |
| Binary | 1 | 10111010 | 1000101 | 1100011 | 0 | 111111 | 11011 | 10001110 | 1100011 | 100101 |
Color Harmonies of #01BA45
Complementary color
Monochromatic Colors of #01BA45
Black with #01BA45
Text Example
Text Example
White with #01BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA45; }
p { color: rgb(1,186,69); }
H1.HeaderClassName
{
color: #01BA45;
}
.AnyTagClassName
{
color: #01BA45;
}
</style>
background-color css
<style>
a { background-color: #01BA45; }
a { background-color: rgb(1,186,69); }
div.DivClassName
{
background-color: #01BA45;
}
.BgClassName
{
background-color: #01BA45;
}
</style>
border-color css
<style>
span { border-color: #01BA45; }
span { border-color: rgb(1,186,69); }
td.TdClassName
{
border-color: #01BA45;
}
.TagClassName
{
border-color: #01BA45;
}
</style>