Shades of Dark Pastel Green #12C321
Tints of Dark Pastel Green #12C321
RGB
CMYK
RGB Variations
Color information
#12C321 (or 0x12C321) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 21. RGB value is (18,195,33). Sum of RGB (Red+Green+Blue) = 18+195+33=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #12C321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C321 is #ED3CDE. Grayscale: #7C7C7C. Windows color (decimal): -15547615 or 2212626. OLE color: 2212626.
HSL color Cylindrical-coordinate representation of color #12C321: hue angle of 125.08º 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 #12C321 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 33 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.24 |
| HSL | 125.08º | 0.83% | 0.42% | - |
| HSV(B) | 125.08º | 0.91% | 0.76% | - |
| XYZ | 20.04 | 39.27 | 7.96 | - |
| YUV | 123.61 | 76.86 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 33 | 0.91 | 0 | 0.83 | 0.24 | 125.08 | 0.83 | 0.42 |
| Hex | 12 | C3 | 21 | 5B | 0 | 53 | 18 | 7D | 53 | 2A |
| Octal | 22 | 303 | 41 | 133 | 0 | 123 | 30 | 175 | 123 | 52 |
| Binary | 10010 | 11000011 | 100001 | 1011011 | 0 | 1010011 | 11000 | 1111101 | 1010011 | 101010 |
Color Harmonies of #12C321
Complementary color
Monochromatic Colors of #12C321
Black with #12C321
Text Example
Text Example
White with #12C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C321; }
p { color: rgb(18,195,33); }
H1.HeaderClassName
{
color: #12C321;
}
.AnyTagClassName
{
color: #12C321;
}
</style>
background-color css
<style>
a { background-color: #12C321; }
a { background-color: rgb(18,195,33); }
div.DivClassName
{
background-color: #12C321;
}
.BgClassName
{
background-color: #12C321;
}
</style>
border-color css
<style>
span { border-color: #12C321; }
span { border-color: rgb(18,195,33); }
td.TdClassName
{
border-color: #12C321;
}
.TagClassName
{
border-color: #12C321;
}
</style>