Shades of Dark Pastel Green #12CC3C
Tints of Dark Pastel Green #12CC3C
RGB
CMYK
RGB Variations
Color information
#12CC3C (or 0x12CC3C) is known color: Dark Pastel Green. HEX triplet: 12, CC and 3C. RGB value is (18,204,60). Sum of RGB (Red+Green+Blue) = 18+204+60=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC3C is #ED33C3. Grayscale: #848484. Windows color (decimal): -15545284 or 3984402. OLE color: 3984402.
HSL color Cylindrical-coordinate representation of color #12CC3C: hue angle of 133.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC3C is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 60 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.2 |
| HSL | 133.55º | 0.84% | 0.44% | - |
| HSV(B) | 133.55º | 0.91% | 0.8% | - |
| XYZ | 22.66 | 43.64 | 11.5 | - |
| YUV | 131.97 | 87.38 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 60 | 0.91 | 0 | 0.71 | 0.2 | 133.55 | 0.84 | 0.44 |
| Hex | 12 | CC | 3C | 5B | 0 | 47 | 14 | 86 | 54 | 2C |
| Octal | 22 | 314 | 74 | 133 | 0 | 107 | 24 | 206 | 124 | 54 |
| Binary | 10010 | 11001100 | 111100 | 1011011 | 0 | 1000111 | 10100 | 10000110 | 1010100 | 101100 |
Color Harmonies of #12CC3C
Complementary color
Monochromatic Colors of #12CC3C
Black with #12CC3C
Text Example
Text Example
White with #12CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC3C; }
p { color: rgb(18,204,60); }
H1.HeaderClassName
{
color: #12CC3C;
}
.AnyTagClassName
{
color: #12CC3C;
}
</style>
background-color css
<style>
a { background-color: #12CC3C; }
a { background-color: rgb(18,204,60); }
div.DivClassName
{
background-color: #12CC3C;
}
.BgClassName
{
background-color: #12CC3C;
}
</style>
border-color css
<style>
span { border-color: #12CC3C; }
span { border-color: rgb(18,204,60); }
td.TdClassName
{
border-color: #12CC3C;
}
.TagClassName
{
border-color: #12CC3C;
}
</style>