Shades of Dark Pastel Green #12C027
Tints of Dark Pastel Green #12C027
RGB
CMYK
RGB Variations
Color information
#12C027 (or 0x12C027) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 27. RGB value is (18,192,39). Sum of RGB (Red+Green+Blue) = 18+192+39=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #12C027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C027 is #ED3FD8. Grayscale: #7A7A7A. Windows color (decimal): -15548377 or 2605074. OLE color: 2605074.
HSL color Cylindrical-coordinate representation of color #12C027: hue angle of 127.24º 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 #12C027 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 39 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.25 |
| HSL | 127.24º | 0.83% | 0.41% | - |
| HSV(B) | 127.24º | 0.91% | 0.75% | - |
| XYZ | 19.47 | 37.97 | 8.22 | - |
| YUV | 122.53 | 80.85 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 39 | 0.91 | 0 | 0.80 | 0.25 | 127.24 | 0.83 | 0.41 |
| Hex | 12 | C0 | 27 | 5B | 0 | 50 | 19 | 7F | 53 | 29 |
| Octal | 22 | 300 | 47 | 133 | 0 | 120 | 31 | 177 | 123 | 51 |
| Binary | 10010 | 11000000 | 100111 | 1011011 | 0 | 1010000 | 11001 | 1111111 | 1010011 | 101001 |
Color Harmonies of #12C027
Complementary color
Monochromatic Colors of #12C027
Black with #12C027
Text Example
Text Example
White with #12C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C027; }
p { color: rgb(18,192,39); }
H1.HeaderClassName
{
color: #12C027;
}
.AnyTagClassName
{
color: #12C027;
}
</style>
background-color css
<style>
a { background-color: #12C027; }
a { background-color: rgb(18,192,39); }
div.DivClassName
{
background-color: #12C027;
}
.BgClassName
{
background-color: #12C027;
}
</style>
border-color css
<style>
span { border-color: #12C027; }
span { border-color: rgb(18,192,39); }
td.TdClassName
{
border-color: #12C027;
}
.TagClassName
{
border-color: #12C027;
}
</style>