Shades of Dark Pastel Green #06BA19
Tints of Dark Pastel Green #06BA19
RGB
CMYK
RGB Variations
Color information
#06BA19 (or 0x06BA19) is known color: Dark Pastel Green. HEX triplet: 06, BA and 19. RGB value is (6,186,25). Sum of RGB (Red+Green+Blue) = 6+186+25=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BA19 is #F945E6. Grayscale: #727272. Windows color (decimal): -16336359 or 1686022. OLE color: 1686022.
HSL color Cylindrical-coordinate representation of color #06BA19: hue angle of 126.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA19 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 25 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.27 |
| HSL | 126.33º | 0.94% | 0.38% | - |
| HSV(B) | 126.33º | 0.97% | 0.73% | - |
| XYZ | 17.81 | 35.23 | 6.78 | - |
| YUV | 113.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 25 | 0.97 | 0 | 0.87 | 0.27 | 126.33 | 0.94 | 0.38 |
| Hex | 6 | BA | 19 | 61 | 0 | 57 | 1B | 7E | 5E | 26 |
| Octal | 6 | 272 | 31 | 141 | 0 | 127 | 33 | 176 | 136 | 46 |
| Binary | 110 | 10111010 | 11001 | 1100001 | 0 | 1010111 | 11011 | 1111110 | 1011110 | 100110 |
Color Harmonies of #06BA19
Complementary color
Monochromatic Colors of #06BA19
Black with #06BA19
Text Example
Text Example
White with #06BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA19; }
p { color: rgb(6,186,25); }
H1.HeaderClassName
{
color: #06BA19;
}
.AnyTagClassName
{
color: #06BA19;
}
</style>
background-color css
<style>
a { background-color: #06BA19; }
a { background-color: rgb(6,186,25); }
div.DivClassName
{
background-color: #06BA19;
}
.BgClassName
{
background-color: #06BA19;
}
</style>
border-color css
<style>
span { border-color: #06BA19; }
span { border-color: rgb(6,186,25); }
td.TdClassName
{
border-color: #06BA19;
}
.TagClassName
{
border-color: #06BA19;
}
</style>