Shades of Dark Pastel Green #12C139
Tints of Dark Pastel Green #12C139
RGB
CMYK
RGB Variations
Color information
#12C139 (or 0x12C139) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 39. RGB value is (18,193,57). Sum of RGB (Red+Green+Blue) = 18+193+57=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #12C139 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C139 is #ED3EC6. Grayscale: #7D7D7D. Windows color (decimal): -15548103 or 3784978. OLE color: 3784978.
HSL color Cylindrical-coordinate representation of color #12C139: hue angle of 133.37º 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 #12C139 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 57 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.24 |
| HSL | 133.37º | 0.83% | 0.41% | - |
| HSV(B) | 133.37º | 0.91% | 0.76% | - |
| XYZ | 20.06 | 38.56 | 10.26 | - |
| YUV | 125.17 | 89.52 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 57 | 0.91 | 0 | 0.70 | 0.24 | 133.37 | 0.83 | 0.41 |
| Hex | 12 | C1 | 39 | 5B | 0 | 46 | 18 | 85 | 53 | 29 |
| Octal | 22 | 301 | 71 | 133 | 0 | 106 | 30 | 205 | 123 | 51 |
| Binary | 10010 | 11000001 | 111001 | 1011011 | 0 | 1000110 | 11000 | 10000101 | 1010011 | 101001 |
Color Harmonies of #12C139
Complementary color
Monochromatic Colors of #12C139
Black with #12C139
Text Example
Text Example
White with #12C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C139; }
p { color: rgb(18,193,57); }
H1.HeaderClassName
{
color: #12C139;
}
.AnyTagClassName
{
color: #12C139;
}
</style>
background-color css
<style>
a { background-color: #12C139; }
a { background-color: rgb(18,193,57); }
div.DivClassName
{
background-color: #12C139;
}
.BgClassName
{
background-color: #12C139;
}
</style>
border-color css
<style>
span { border-color: #12C139; }
span { border-color: rgb(18,193,57); }
td.TdClassName
{
border-color: #12C139;
}
.TagClassName
{
border-color: #12C139;
}
</style>