Shades of Dark Pastel Green #12C649
Tints of Dark Pastel Green #12C649
RGB
CMYK
RGB Variations
Color information
#12C649 (or 0x12C649) is known color: Dark Pastel Green. HEX triplet: 12, C6 and 49. RGB value is (18,198,73). Sum of RGB (Red+Green+Blue) = 18+198+73=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #12C649 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C649 is #ED39B6. Grayscale: #828282. Windows color (decimal): -15546807 or 4834834. OLE color: 4834834.
HSL color Cylindrical-coordinate representation of color #12C649: hue angle of 138.33º 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 #12C649 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 73 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.22 |
| HSL | 138.33º | 0.83% | 0.42% | - |
| HSV(B) | 138.33º | 0.91% | 0.78% | - |
| XYZ | 21.65 | 41 | 13.08 | - |
| YUV | 129.93 | 95.87 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 73 | 0.91 | 0 | 0.63 | 0.22 | 138.33 | 0.83 | 0.42 |
| Hex | 12 | C6 | 49 | 5B | 0 | 3F | 16 | 8A | 53 | 2A |
| Octal | 22 | 306 | 111 | 133 | 0 | 77 | 26 | 212 | 123 | 52 |
| Binary | 10010 | 11000110 | 1001001 | 1011011 | 0 | 111111 | 10110 | 10001010 | 1010011 | 101010 |
Color Harmonies of #12C649
Complementary color
Monochromatic Colors of #12C649
Black with #12C649
Text Example
Text Example
White with #12C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C649; }
p { color: rgb(18,198,73); }
H1.HeaderClassName
{
color: #12C649;
}
.AnyTagClassName
{
color: #12C649;
}
</style>
background-color css
<style>
a { background-color: #12C649; }
a { background-color: rgb(18,198,73); }
div.DivClassName
{
background-color: #12C649;
}
.BgClassName
{
background-color: #12C649;
}
</style>
border-color css
<style>
span { border-color: #12C649; }
span { border-color: rgb(18,198,73); }
td.TdClassName
{
border-color: #12C649;
}
.TagClassName
{
border-color: #12C649;
}
</style>