Shades of Dark Pastel Green #06BA27
Tints of Dark Pastel Green #06BA27
RGB
CMYK
RGB Variations
Color information
#06BA27 (or 0x06BA27) is known color: Dark Pastel Green. HEX triplet: 06, BA and 27. RGB value is (6,186,39). Sum of RGB (Red+Green+Blue) = 6+186+39=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA27 is #F945D8. Grayscale: #737373. Windows color (decimal): -16336345 or 2603526. OLE color: 2603526.
HSL color Cylindrical-coordinate representation of color #06BA27: hue angle of 131º 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 #06BA27 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 39 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.27 |
| HSL | 131º | 0.94% | 0.38% | - |
| HSV(B) | 131º | 0.97% | 0.73% | - |
| XYZ | 18 | 35.3 | 7.78 | - |
| YUV | 115.42 | 84.87 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 39 | 0.97 | 0 | 0.79 | 0.27 | 131 | 0.94 | 0.38 |
| Hex | 6 | BA | 27 | 61 | 0 | 4F | 1B | 83 | 5E | 26 |
| Octal | 6 | 272 | 47 | 141 | 0 | 117 | 33 | 203 | 136 | 46 |
| Binary | 110 | 10111010 | 100111 | 1100001 | 0 | 1001111 | 11011 | 10000011 | 1011110 | 100110 |
Color Harmonies of #06BA27
Complementary color
Monochromatic Colors of #06BA27
Black with #06BA27
Text Example
Text Example
White with #06BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA27; }
p { color: rgb(6,186,39); }
H1.HeaderClassName
{
color: #06BA27;
}
.AnyTagClassName
{
color: #06BA27;
}
</style>
background-color css
<style>
a { background-color: #06BA27; }
a { background-color: rgb(6,186,39); }
div.DivClassName
{
background-color: #06BA27;
}
.BgClassName
{
background-color: #06BA27;
}
</style>
border-color css
<style>
span { border-color: #06BA27; }
span { border-color: rgb(6,186,39); }
td.TdClassName
{
border-color: #06BA27;
}
.TagClassName
{
border-color: #06BA27;
}
</style>