Shades of Dark Pastel Green #06C324
Tints of Dark Pastel Green #06C324
RGB
CMYK
RGB Variations
Color information
#06C324 (or 0x06C324) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 24. RGB value is (6,195,36). Sum of RGB (Red+Green+Blue) = 6+195+36=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #06C324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C324 is #F93CDB. Grayscale: #787878. Windows color (decimal): -16334044 or 2409222. OLE color: 2409222.
HSL color Cylindrical-coordinate representation of color #06C324: hue angle of 129.52º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C324 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 36 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.24 |
| HSL | 129.52º | 0.94% | 0.39% | - |
| HSV(B) | 129.52º | 0.97% | 0.76% | - |
| XYZ | 19.91 | 39.2 | 8.19 | - |
| YUV | 120.36 | 80.38 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 36 | 0.97 | 0 | 0.82 | 0.24 | 129.52 | 0.94 | 0.39 |
| Hex | 6 | C3 | 24 | 61 | 0 | 52 | 18 | 82 | 5E | 27 |
| Octal | 6 | 303 | 44 | 141 | 0 | 122 | 30 | 202 | 136 | 47 |
| Binary | 110 | 11000011 | 100100 | 1100001 | 0 | 1010010 | 11000 | 10000010 | 1011110 | 100111 |
Color Harmonies of #06C324
Complementary color
Monochromatic Colors of #06C324
Black with #06C324
Text Example
Text Example
White with #06C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C324; }
p { color: rgb(6,195,36); }
H1.HeaderClassName
{
color: #06C324;
}
.AnyTagClassName
{
color: #06C324;
}
</style>
background-color css
<style>
a { background-color: #06C324; }
a { background-color: rgb(6,195,36); }
div.DivClassName
{
background-color: #06C324;
}
.BgClassName
{
background-color: #06C324;
}
</style>
border-color css
<style>
span { border-color: #06C324; }
span { border-color: rgb(6,195,36); }
td.TdClassName
{
border-color: #06C324;
}
.TagClassName
{
border-color: #06C324;
}
</style>