Shades of Dark Pastel Green #00BA1C
Tints of Dark Pastel Green #00BA1C
RGB
CMYK
RGB Variations
Color information
#00BA1C (or 0x00BA1C) is known color: Dark Pastel Green. HEX triplet: 00, BA and 1C. RGB value is (0,186,28). Sum of RGB (Red+Green+Blue) = 0+186+28=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 186 (73.05% from 255 or 86.92% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BA1C is #FF45E3. Grayscale: #707070. Windows color (decimal): -16729572 or 1882624. OLE color: 1882624.
HSL color Cylindrical-coordinate representation of color #00BA1C: hue angle of 129.03º 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 #00BA1C is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 28 | - |
| CMYK | 1 | 0 | 0.85 | 0.27 |
| HSL | 129.03º | 1% | 0.36% | - |
| HSV(B) | 129.03º | 1% | 0.73% | - |
| XYZ | 17.77 | 35.2 | 6.96 | - |
| YUV | 112.37 | 80.38 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 28 | 1 | 0 | 0.85 | 0.27 | 129.03 | 1 | 0.36 |
| Hex | 0 | BA | 1C | 64 | 0 | 55 | 1B | 81 | 64 | 24 |
| Octal | 0 | 272 | 34 | 144 | 0 | 125 | 33 | 201 | 144 | 44 |
| Binary | 0 | 10111010 | 11100 | 1100100 | 0 | 1010101 | 11011 | 10000001 | 1100100 | 100100 |
Color Harmonies of #00BA1C
Complementary color
Monochromatic Colors of #00BA1C
Black with #00BA1C
Text Example
Text Example
White with #00BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA1C; }
p { color: rgb(0,186,28); }
H1.HeaderClassName
{
color: #00BA1C;
}
.AnyTagClassName
{
color: #00BA1C;
}
</style>
background-color css
<style>
a { background-color: #00BA1C; }
a { background-color: rgb(0,186,28); }
div.DivClassName
{
background-color: #00BA1C;
}
.BgClassName
{
background-color: #00BA1C;
}
</style>
border-color css
<style>
span { border-color: #00BA1C; }
span { border-color: rgb(0,186,28); }
td.TdClassName
{
border-color: #00BA1C;
}
.TagClassName
{
border-color: #00BA1C;
}
</style>