Shades of Dark Pastel Green #01BA26
Tints of Dark Pastel Green #01BA26
RGB
CMYK
RGB Variations
Color information
#01BA26 (or 0x01BA26) is known color: Dark Pastel Green. HEX triplet: 01, BA and 26. RGB value is (1,186,38). Sum of RGB (Red+Green+Blue) = 1+186+38=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA26 is #FE45D9. Grayscale: #727272. Windows color (decimal): -16664026 or 2537985. OLE color: 2537985.
HSL color Cylindrical-coordinate representation of color #01BA26: hue angle of 132º 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 #01BA26 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 38 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.27 |
| HSL | 132º | 0.99% | 0.37% | - |
| HSV(B) | 132º | 0.99% | 0.73% | - |
| XYZ | 17.92 | 35.26 | 7.7 | - |
| YUV | 113.81 | 85.21 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 38 | 0.99 | 0 | 0.80 | 0.27 | 132 | 0.99 | 0.37 |
| Hex | 1 | BA | 26 | 63 | 0 | 50 | 1B | 84 | 63 | 25 |
| Octal | 1 | 272 | 46 | 143 | 0 | 120 | 33 | 204 | 143 | 45 |
| Binary | 1 | 10111010 | 100110 | 1100011 | 0 | 1010000 | 11011 | 10000100 | 1100011 | 100101 |
Color Harmonies of #01BA26
Complementary color
Monochromatic Colors of #01BA26
Black with #01BA26
Text Example
Text Example
White with #01BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA26; }
p { color: rgb(1,186,38); }
H1.HeaderClassName
{
color: #01BA26;
}
.AnyTagClassName
{
color: #01BA26;
}
</style>
background-color css
<style>
a { background-color: #01BA26; }
a { background-color: rgb(1,186,38); }
div.DivClassName
{
background-color: #01BA26;
}
.BgClassName
{
background-color: #01BA26;
}
</style>
border-color css
<style>
span { border-color: #01BA26; }
span { border-color: rgb(1,186,38); }
td.TdClassName
{
border-color: #01BA26;
}
.TagClassName
{
border-color: #01BA26;
}
</style>