Shades of Dark Pastel Green #06BA21
Tints of Dark Pastel Green #06BA21
RGB
CMYK
RGB Variations
Color information
#06BA21 (or 0x06BA21) is known color: Dark Pastel Green. HEX triplet: 06, BA and 21. RGB value is (6,186,33). Sum of RGB (Red+Green+Blue) = 6+186+33=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA21 is #F945DE. Grayscale: #737373. Windows color (decimal): -16336351 or 2210310. OLE color: 2210310.
HSL color Cylindrical-coordinate representation of color #06BA21: hue angle of 129º 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 #06BA21 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 33 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.27 |
| HSL | 129º | 0.94% | 0.38% | - |
| HSV(B) | 129º | 0.97% | 0.73% | - |
| XYZ | 17.91 | 35.27 | 7.3 | - |
| YUV | 114.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 33 | 0.97 | 0 | 0.82 | 0.27 | 129 | 0.94 | 0.38 |
| Hex | 6 | BA | 21 | 61 | 0 | 52 | 1B | 81 | 5E | 26 |
| Octal | 6 | 272 | 41 | 141 | 0 | 122 | 33 | 201 | 136 | 46 |
| Binary | 110 | 10111010 | 100001 | 1100001 | 0 | 1010010 | 11011 | 10000001 | 1011110 | 100110 |
Color Harmonies of #06BA21
Complementary color
Monochromatic Colors of #06BA21
Black with #06BA21
Text Example
Text Example
White with #06BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA21; }
p { color: rgb(6,186,33); }
H1.HeaderClassName
{
color: #06BA21;
}
.AnyTagClassName
{
color: #06BA21;
}
</style>
background-color css
<style>
a { background-color: #06BA21; }
a { background-color: rgb(6,186,33); }
div.DivClassName
{
background-color: #06BA21;
}
.BgClassName
{
background-color: #06BA21;
}
</style>
border-color css
<style>
span { border-color: #06BA21; }
span { border-color: rgb(6,186,33); }
td.TdClassName
{
border-color: #06BA21;
}
.TagClassName
{
border-color: #06BA21;
}
</style>