Shades of Dark Pastel Green #00BA25
Tints of Dark Pastel Green #00BA25
RGB
CMYK
RGB Variations
Color information
#00BA25 (or 0x00BA25) is known color: Dark Pastel Green. HEX triplet: 00, BA and 25. RGB value is (0,186,37). Sum of RGB (Red+Green+Blue) = 0+186+37=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BA25 is #FF45DA. Grayscale: #717171. Windows color (decimal): -16729563 or 2472448. OLE color: 2472448.
HSL color Cylindrical-coordinate representation of color #00BA25: hue angle of 131.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA25 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 37 | - |
| CMYK | 1 | 0 | 0.80 | 0.27 |
| HSL | 131.94º | 1% | 0.36% | - |
| HSV(B) | 131.94º | 1% | 0.73% | - |
| XYZ | 17.89 | 35.25 | 7.61 | - |
| YUV | 113.4 | 84.88 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 37 | 1 | 0 | 0.80 | 0.27 | 131.94 | 1 | 0.36 |
| Hex | 0 | BA | 25 | 64 | 0 | 50 | 1B | 84 | 64 | 24 |
| Octal | 0 | 272 | 45 | 144 | 0 | 120 | 33 | 204 | 144 | 44 |
| Binary | 0 | 10111010 | 100101 | 1100100 | 0 | 1010000 | 11011 | 10000100 | 1100100 | 100100 |
Color Harmonies of #00BA25
Complementary color
Monochromatic Colors of #00BA25
Black with #00BA25
Text Example
Text Example
White with #00BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA25; }
p { color: rgb(0,186,37); }
H1.HeaderClassName
{
color: #00BA25;
}
.AnyTagClassName
{
color: #00BA25;
}
</style>
background-color css
<style>
a { background-color: #00BA25; }
a { background-color: rgb(0,186,37); }
div.DivClassName
{
background-color: #00BA25;
}
.BgClassName
{
background-color: #00BA25;
}
</style>
border-color css
<style>
span { border-color: #00BA25; }
span { border-color: rgb(0,186,37); }
td.TdClassName
{
border-color: #00BA25;
}
.TagClassName
{
border-color: #00BA25;
}
</style>