Shades of Dark Pastel Green #12C150
Tints of Dark Pastel Green #12C150
RGB
CMYK
RGB Variations
Color information
#12C150 (or 0x12C150) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 50. RGB value is (18,193,80). Sum of RGB (Red+Green+Blue) = 18+193+80=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #12C150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C150 is #ED3EAF. Grayscale: #808080. Windows color (decimal): -15548080 or 5292306. OLE color: 5292306.
HSL color Cylindrical-coordinate representation of color #12C150: hue angle of 141.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C150 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 80 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.24 |
| HSL | 141.26º | 0.83% | 0.41% | - |
| HSV(B) | 141.26º | 0.91% | 0.76% | - |
| XYZ | 20.77 | 38.85 | 13.99 | - |
| YUV | 127.79 | 101.02 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 80 | 0.91 | 0 | 0.59 | 0.24 | 141.26 | 0.83 | 0.41 |
| Hex | 12 | C1 | 50 | 5B | 0 | 3B | 18 | 8D | 53 | 29 |
| Octal | 22 | 301 | 120 | 133 | 0 | 73 | 30 | 215 | 123 | 51 |
| Binary | 10010 | 11000001 | 1010000 | 1011011 | 0 | 111011 | 11000 | 10001101 | 1010011 | 101001 |
Color Harmonies of #12C150
Complementary color
Monochromatic Colors of #12C150
Black with #12C150
Text Example
Text Example
White with #12C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C150; }
p { color: rgb(18,193,80); }
H1.HeaderClassName
{
color: #12C150;
}
.AnyTagClassName
{
color: #12C150;
}
</style>
background-color css
<style>
a { background-color: #12C150; }
a { background-color: rgb(18,193,80); }
div.DivClassName
{
background-color: #12C150;
}
.BgClassName
{
background-color: #12C150;
}
</style>
border-color css
<style>
span { border-color: #12C150; }
span { border-color: rgb(18,193,80); }
td.TdClassName
{
border-color: #12C150;
}
.TagClassName
{
border-color: #12C150;
}
</style>