Shades of Dark Pastel Green #12C04C
Tints of Dark Pastel Green #12C04C
RGB
CMYK
RGB Variations
Color information
#12C04C (or 0x12C04C) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 4C. RGB value is (18,192,76). Sum of RGB (Red+Green+Blue) = 18+192+76=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #12C04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C04C is #ED3FB3. Grayscale: #7F7F7F. Windows color (decimal): -15548340 or 5029906. OLE color: 5029906.
HSL color Cylindrical-coordinate representation of color #12C04C: hue angle of 140º 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 #12C04C is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 76 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.25 |
| HSL | 140º | 0.83% | 0.41% | - |
| HSV(B) | 140º | 0.91% | 0.75% | - |
| XYZ | 20.4 | 38.35 | 13.16 | - |
| YUV | 126.75 | 99.35 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 76 | 0.91 | 0 | 0.60 | 0.25 | 140 | 0.83 | 0.41 |
| Hex | 12 | C0 | 4C | 5B | 0 | 3C | 19 | 8C | 53 | 29 |
| Octal | 22 | 300 | 114 | 133 | 0 | 74 | 31 | 214 | 123 | 51 |
| Binary | 10010 | 11000000 | 1001100 | 1011011 | 0 | 111100 | 11001 | 10001100 | 1010011 | 101001 |
Color Harmonies of #12C04C
Complementary color
Monochromatic Colors of #12C04C
Black with #12C04C
Text Example
Text Example
White with #12C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C04C; }
p { color: rgb(18,192,76); }
H1.HeaderClassName
{
color: #12C04C;
}
.AnyTagClassName
{
color: #12C04C;
}
</style>
background-color css
<style>
a { background-color: #12C04C; }
a { background-color: rgb(18,192,76); }
div.DivClassName
{
background-color: #12C04C;
}
.BgClassName
{
background-color: #12C04C;
}
</style>
border-color css
<style>
span { border-color: #12C04C; }
span { border-color: rgb(18,192,76); }
td.TdClassName
{
border-color: #12C04C;
}
.TagClassName
{
border-color: #12C04C;
}
</style>