Shades of Dark Pastel Green #12C047
Tints of Dark Pastel Green #12C047
RGB
CMYK
RGB Variations
Color information
#12C047 (or 0x12C047) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 47. RGB value is (18,192,71). Sum of RGB (Red+Green+Blue) = 18+192+71=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #12C047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C047 is #ED3FB8. Grayscale: #7E7E7E. Windows color (decimal): -15548345 or 4702226. OLE color: 4702226.
HSL color Cylindrical-coordinate representation of color #12C047: hue angle of 138.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C047 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 71 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.25 |
| HSL | 138.28º | 0.83% | 0.41% | - |
| HSV(B) | 138.28º | 0.91% | 0.75% | - |
| XYZ | 20.24 | 38.28 | 12.28 | - |
| YUV | 126.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 71 | 0.91 | 0 | 0.63 | 0.25 | 138.28 | 0.83 | 0.41 |
| Hex | 12 | C0 | 47 | 5B | 0 | 3F | 19 | 8A | 53 | 29 |
| Octal | 22 | 300 | 107 | 133 | 0 | 77 | 31 | 212 | 123 | 51 |
| Binary | 10010 | 11000000 | 1000111 | 1011011 | 0 | 111111 | 11001 | 10001010 | 1010011 | 101001 |
Color Harmonies of #12C047
Complementary color
Monochromatic Colors of #12C047
Black with #12C047
Text Example
Text Example
White with #12C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C047; }
p { color: rgb(18,192,71); }
H1.HeaderClassName
{
color: #12C047;
}
.AnyTagClassName
{
color: #12C047;
}
</style>
background-color css
<style>
a { background-color: #12C047; }
a { background-color: rgb(18,192,71); }
div.DivClassName
{
background-color: #12C047;
}
.BgClassName
{
background-color: #12C047;
}
</style>
border-color css
<style>
span { border-color: #12C047; }
span { border-color: rgb(18,192,71); }
td.TdClassName
{
border-color: #12C047;
}
.TagClassName
{
border-color: #12C047;
}
</style>