Shades of Dark Pastel Green #12C648
Tints of Dark Pastel Green #12C648
RGB
CMYK
RGB Variations
Color information
#12C648 (or 0x12C648) is known color: Dark Pastel Green. HEX triplet: 12, C6 and 48. RGB value is (18,198,72). Sum of RGB (Red+Green+Blue) = 18+198+72=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 198 (77.73% from 255 or 68.75% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 198 - color contains mainly: green. Hex color #12C648 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C648 is #ED39B7. Grayscale: #828282. Windows color (decimal): -15546808 or 4769298. OLE color: 4769298.
HSL color Cylindrical-coordinate representation of color #12C648: hue angle of 138º 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 #12C648 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 72 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.22 |
| HSL | 138º | 0.83% | 0.42% | - |
| HSV(B) | 138º | 0.91% | 0.78% | - |
| XYZ | 21.61 | 40.98 | 12.9 | - |
| YUV | 129.82 | 95.37 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 72 | 0.91 | 0 | 0.64 | 0.22 | 138 | 0.83 | 0.42 |
| Hex | 12 | C6 | 48 | 5B | 0 | 40 | 16 | 8A | 53 | 2A |
| Octal | 22 | 306 | 110 | 133 | 0 | 100 | 26 | 212 | 123 | 52 |
| Binary | 10010 | 11000110 | 1001000 | 1011011 | 0 | 1000000 | 10110 | 10001010 | 1010011 | 101010 |
Color Harmonies of #12C648
Complementary color
Monochromatic Colors of #12C648
Black with #12C648
Text Example
Text Example
White with #12C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C648; }
p { color: rgb(18,198,72); }
H1.HeaderClassName
{
color: #12C648;
}
.AnyTagClassName
{
color: #12C648;
}
</style>
background-color css
<style>
a { background-color: #12C648; }
a { background-color: rgb(18,198,72); }
div.DivClassName
{
background-color: #12C648;
}
.BgClassName
{
background-color: #12C648;
}
</style>
border-color css
<style>
span { border-color: #12C648; }
span { border-color: rgb(18,198,72); }
td.TdClassName
{
border-color: #12C648;
}
.TagClassName
{
border-color: #12C648;
}
</style>