Shades of Dark Pastel Green #01BA1A
Tints of Dark Pastel Green #01BA1A
RGB
CMYK
RGB Variations
Color information
#01BA1A (or 0x01BA1A) is known color: Dark Pastel Green. HEX triplet: 01, BA and 1A. RGB value is (1,186,26). Sum of RGB (Red+Green+Blue) = 1+186+26=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 186 (73.05% from 255 or 87.32% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA1A is #FE45E5. Grayscale: #707070. Windows color (decimal): -16664038 or 1751553. OLE color: 1751553.
HSL color Cylindrical-coordinate representation of color #01BA1A: hue angle of 128.11º 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 #01BA1A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 26 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.27 |
| HSL | 128.11º | 0.99% | 0.37% | - |
| HSV(B) | 128.11º | 0.99% | 0.73% | - |
| XYZ | 17.76 | 35.2 | 6.84 | - |
| YUV | 112.45 | 79.21 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 26 | 0.99 | 0 | 0.86 | 0.27 | 128.11 | 0.99 | 0.37 |
| Hex | 1 | BA | 1A | 63 | 0 | 56 | 1B | 80 | 63 | 25 |
| Octal | 1 | 272 | 32 | 143 | 0 | 126 | 33 | 200 | 143 | 45 |
| Binary | 1 | 10111010 | 11010 | 1100011 | 0 | 1010110 | 11011 | 10000000 | 1100011 | 100101 |
Color Harmonies of #01BA1A
Complementary color
Monochromatic Colors of #01BA1A
Black with #01BA1A
Text Example
Text Example
White with #01BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA1A; }
p { color: rgb(1,186,26); }
H1.HeaderClassName
{
color: #01BA1A;
}
.AnyTagClassName
{
color: #01BA1A;
}
</style>
background-color css
<style>
a { background-color: #01BA1A; }
a { background-color: rgb(1,186,26); }
div.DivClassName
{
background-color: #01BA1A;
}
.BgClassName
{
background-color: #01BA1A;
}
</style>
border-color css
<style>
span { border-color: #01BA1A; }
span { border-color: rgb(1,186,26); }
td.TdClassName
{
border-color: #01BA1A;
}
.TagClassName
{
border-color: #01BA1A;
}
</style>