Shades of Dark Pastel Green #06D926
Tints of Dark Pastel Green #06D926
RGB
CMYK
RGB Variations
Color information
#06D926 (or 0x06D926) is known color: Dark Pastel Green. HEX triplet: 06, D9 and 26. RGB value is (6,217,38). Sum of RGB (Red+Green+Blue) = 6+217+38=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #06D926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D926 is #F926D9. Grayscale: #868686. Windows color (decimal): -16328410 or 2545926. OLE color: 2545926.
HSL color Cylindrical-coordinate representation of color #06D926: hue angle of 129.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D926 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 38 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.15 |
| HSL | 129.1º | 0.95% | 0.44% | - |
| HSV(B) | 129.1º | 0.97% | 0.85% | - |
| XYZ | 25.24 | 49.8 | 10.12 | - |
| YUV | 133.51 | 74.1 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 38 | 0.97 | 0 | 0.82 | 0.15 | 129.1 | 0.95 | 0.44 |
| Hex | 6 | D9 | 26 | 61 | 0 | 52 | F | 81 | 5F | 2C |
| Octal | 6 | 331 | 46 | 141 | 0 | 122 | 17 | 201 | 137 | 54 |
| Binary | 110 | 11011001 | 100110 | 1100001 | 0 | 1010010 | 1111 | 10000001 | 1011111 | 101100 |
Color Harmonies of #06D926
Complementary color
Monochromatic Colors of #06D926
Black with #06D926
Text Example
Text Example
White with #06D926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D926; }
p { color: rgb(6,217,38); }
H1.HeaderClassName
{
color: #06D926;
}
.AnyTagClassName
{
color: #06D926;
}
</style>
background-color css
<style>
a { background-color: #06D926; }
a { background-color: rgb(6,217,38); }
div.DivClassName
{
background-color: #06D926;
}
.BgClassName
{
background-color: #06D926;
}
</style>
border-color css
<style>
span { border-color: #06D926; }
span { border-color: rgb(6,217,38); }
td.TdClassName
{
border-color: #06D926;
}
.TagClassName
{
border-color: #06D926;
}
</style>