Shades of Dark Pastel Green #12C130
Tints of Dark Pastel Green #12C130
RGB
CMYK
RGB Variations
Color information
#12C130 (or 0x12C130) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 30. RGB value is (18,193,48). Sum of RGB (Red+Green+Blue) = 18+193+48=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #12C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C130 is #ED3ECF. Grayscale: #7C7C7C. Windows color (decimal): -15548112 or 3195154. OLE color: 3195154.
HSL color Cylindrical-coordinate representation of color #12C130: hue angle of 130.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C130 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 48 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.24 |
| HSL | 130.29º | 0.83% | 0.41% | - |
| HSV(B) | 130.29º | 0.91% | 0.76% | - |
| XYZ | 19.85 | 38.48 | 9.18 | - |
| YUV | 124.15 | 85.02 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 48 | 0.91 | 0 | 0.75 | 0.24 | 130.29 | 0.83 | 0.41 |
| Hex | 12 | C1 | 30 | 5B | 0 | 4B | 18 | 82 | 53 | 29 |
| Octal | 22 | 301 | 60 | 133 | 0 | 113 | 30 | 202 | 123 | 51 |
| Binary | 10010 | 11000001 | 110000 | 1011011 | 0 | 1001011 | 11000 | 10000010 | 1010011 | 101001 |
Color Harmonies of #12C130
Complementary color
Monochromatic Colors of #12C130
Black with #12C130
Text Example
Text Example
White with #12C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C130; }
p { color: rgb(18,193,48); }
H1.HeaderClassName
{
color: #12C130;
}
.AnyTagClassName
{
color: #12C130;
}
</style>
background-color css
<style>
a { background-color: #12C130; }
a { background-color: rgb(18,193,48); }
div.DivClassName
{
background-color: #12C130;
}
.BgClassName
{
background-color: #12C130;
}
</style>
border-color css
<style>
span { border-color: #12C130; }
span { border-color: rgb(18,193,48); }
td.TdClassName
{
border-color: #12C130;
}
.TagClassName
{
border-color: #12C130;
}
</style>