Shades of Dark Pastel Green #12C645
Tints of Dark Pastel Green #12C645
RGB
CMYK
RGB Variations
Color information
#12C645 (or 0x12C645) is known color: Dark Pastel Green. HEX triplet: 12, C6 and 45. RGB value is (18,198,69). Sum of RGB (Red+Green+Blue) = 18+198+69=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #12C645 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C645 is #ED39BA. Grayscale: #818181. Windows color (decimal): -15546811 or 4572690. OLE color: 4572690.
HSL color Cylindrical-coordinate representation of color #12C645: hue angle of 137º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C645 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 69 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.22 |
| HSL | 137º | 0.83% | 0.42% | - |
| HSV(B) | 137º | 0.91% | 0.78% | - |
| XYZ | 21.52 | 40.95 | 12.4 | - |
| YUV | 129.47 | 93.87 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 69 | 0.91 | 0 | 0.65 | 0.22 | 137 | 0.83 | 0.42 |
| Hex | 12 | C6 | 45 | 5B | 0 | 41 | 16 | 89 | 53 | 2A |
| Octal | 22 | 306 | 105 | 133 | 0 | 101 | 26 | 211 | 123 | 52 |
| Binary | 10010 | 11000110 | 1000101 | 1011011 | 0 | 1000001 | 10110 | 10001001 | 1010011 | 101010 |
Color Harmonies of #12C645
Complementary color
Monochromatic Colors of #12C645
Black with #12C645
Text Example
Text Example
White with #12C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C645; }
p { color: rgb(18,198,69); }
H1.HeaderClassName
{
color: #12C645;
}
.AnyTagClassName
{
color: #12C645;
}
</style>
background-color css
<style>
a { background-color: #12C645; }
a { background-color: rgb(18,198,69); }
div.DivClassName
{
background-color: #12C645;
}
.BgClassName
{
background-color: #12C645;
}
</style>
border-color css
<style>
span { border-color: #12C645; }
span { border-color: rgb(18,198,69); }
td.TdClassName
{
border-color: #12C645;
}
.TagClassName
{
border-color: #12C645;
}
</style>