Shades of Dark Pastel Green #12C324
Tints of Dark Pastel Green #12C324
RGB
CMYK
RGB Variations
Color information
#12C324 (or 0x12C324) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 24. RGB value is (18,195,36). Sum of RGB (Red+Green+Blue) = 18+195+36=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 195 (76.56% from 255 or 78.31% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 195 - color contains mainly: green. Hex color #12C324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C324 is #ED3CDB. Grayscale: #7C7C7C. Windows color (decimal): -15547612 or 2409234. OLE color: 2409234.
HSL color Cylindrical-coordinate representation of color #12C324: hue angle of 126.1º 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 #12C324 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 36 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.24 |
| HSL | 126.1º | 0.83% | 0.42% | - |
| HSV(B) | 126.1º | 0.91% | 0.76% | - |
| XYZ | 20.08 | 39.29 | 8.19 | - |
| YUV | 123.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 36 | 0.91 | 0 | 0.82 | 0.24 | 126.1 | 0.83 | 0.42 |
| Hex | 12 | C3 | 24 | 5B | 0 | 52 | 18 | 7E | 53 | 2A |
| Octal | 22 | 303 | 44 | 133 | 0 | 122 | 30 | 176 | 123 | 52 |
| Binary | 10010 | 11000011 | 100100 | 1011011 | 0 | 1010010 | 11000 | 1111110 | 1010011 | 101010 |
Color Harmonies of #12C324
Complementary color
Monochromatic Colors of #12C324
Black with #12C324
Text Example
Text Example
White with #12C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C324; }
p { color: rgb(18,195,36); }
H1.HeaderClassName
{
color: #12C324;
}
.AnyTagClassName
{
color: #12C324;
}
</style>
background-color css
<style>
a { background-color: #12C324; }
a { background-color: rgb(18,195,36); }
div.DivClassName
{
background-color: #12C324;
}
.BgClassName
{
background-color: #12C324;
}
</style>
border-color css
<style>
span { border-color: #12C324; }
span { border-color: rgb(18,195,36); }
td.TdClassName
{
border-color: #12C324;
}
.TagClassName
{
border-color: #12C324;
}
</style>