Shades of Dark Pastel Green #12C340
Tints of Dark Pastel Green #12C340
RGB
CMYK
RGB Variations
Color information
#12C340 (or 0x12C340) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 40. RGB value is (18,195,64). Sum of RGB (Red+Green+Blue) = 18+195+64=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #12C340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C340 is #ED3CBF. Grayscale: #7F7F7F. Windows color (decimal): -15547584 or 4244242. OLE color: 4244242.
HSL color Cylindrical-coordinate representation of color #12C340: hue angle of 135.59º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C340 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 64 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.24 |
| HSL | 135.59º | 0.83% | 0.42% | - |
| HSV(B) | 135.59º | 0.91% | 0.76% | - |
| XYZ | 20.69 | 39.53 | 11.39 | - |
| YUV | 127.14 | 92.36 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 64 | 0.91 | 0 | 0.67 | 0.24 | 135.59 | 0.83 | 0.42 |
| Hex | 12 | C3 | 40 | 5B | 0 | 43 | 18 | 88 | 53 | 2A |
| Octal | 22 | 303 | 100 | 133 | 0 | 103 | 30 | 210 | 123 | 52 |
| Binary | 10010 | 11000011 | 1000000 | 1011011 | 0 | 1000011 | 11000 | 10001000 | 1010011 | 101010 |
Color Harmonies of #12C340
Complementary color
Monochromatic Colors of #12C340
Black with #12C340
Text Example
Text Example
White with #12C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C340; }
p { color: rgb(18,195,64); }
H1.HeaderClassName
{
color: #12C340;
}
.AnyTagClassName
{
color: #12C340;
}
</style>
background-color css
<style>
a { background-color: #12C340; }
a { background-color: rgb(18,195,64); }
div.DivClassName
{
background-color: #12C340;
}
.BgClassName
{
background-color: #12C340;
}
</style>
border-color css
<style>
span { border-color: #12C340; }
span { border-color: rgb(18,195,64); }
td.TdClassName
{
border-color: #12C340;
}
.TagClassName
{
border-color: #12C340;
}
</style>