Shades of Dark Pastel Green #12C141
Tints of Dark Pastel Green #12C141
RGB
CMYK
RGB Variations
Color information
#12C141 (or 0x12C141) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 41. RGB value is (18,193,65). Sum of RGB (Red+Green+Blue) = 18+193+65=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #12C141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C141 is #ED3EBE. Grayscale: #7E7E7E. Windows color (decimal): -15548095 or 4309266. OLE color: 4309266.
HSL color Cylindrical-coordinate representation of color #12C141: hue angle of 136.11º 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 #12C141 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 65 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.24 |
| HSL | 136.11º | 0.83% | 0.41% | - |
| HSV(B) | 136.11º | 0.91% | 0.76% | - |
| XYZ | 20.27 | 38.65 | 11.39 | - |
| YUV | 126.08 | 93.52 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 65 | 0.91 | 0 | 0.66 | 0.24 | 136.11 | 0.83 | 0.41 |
| Hex | 12 | C1 | 41 | 5B | 0 | 42 | 18 | 88 | 53 | 29 |
| Octal | 22 | 301 | 101 | 133 | 0 | 102 | 30 | 210 | 123 | 51 |
| Binary | 10010 | 11000001 | 1000001 | 1011011 | 0 | 1000010 | 11000 | 10001000 | 1010011 | 101001 |
Color Harmonies of #12C141
Complementary color
Monochromatic Colors of #12C141
Black with #12C141
Text Example
Text Example
White with #12C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C141; }
p { color: rgb(18,193,65); }
H1.HeaderClassName
{
color: #12C141;
}
.AnyTagClassName
{
color: #12C141;
}
</style>
background-color css
<style>
a { background-color: #12C141; }
a { background-color: rgb(18,193,65); }
div.DivClassName
{
background-color: #12C141;
}
.BgClassName
{
background-color: #12C141;
}
</style>
border-color css
<style>
span { border-color: #12C141; }
span { border-color: rgb(18,193,65); }
td.TdClassName
{
border-color: #12C141;
}
.TagClassName
{
border-color: #12C141;
}
</style>