Shades of Dark Pastel Green #12BC4D
Tints of Dark Pastel Green #12BC4D
RGB
CMYK
RGB Variations
Color information
#12BC4D (or 0x12BC4D) is known color: Dark Pastel Green. HEX triplet: 12, BC and 4D. RGB value is (18,188,77). Sum of RGB (Red+Green+Blue) = 18+188+77=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC4D is #ED43B2. Grayscale: #7C7C7C. Windows color (decimal): -15549363 or 5094418. OLE color: 5094418.
HSL color Cylindrical-coordinate representation of color #12BC4D: hue angle of 140.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC4D is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 77 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.26 |
| HSL | 140.82º | 0.83% | 0.4% | - |
| HSV(B) | 140.82º | 0.9% | 0.74% | - |
| XYZ | 19.57 | 36.63 | 13.06 | - |
| YUV | 124.52 | 101.18 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 77 | 0.90 | 0 | 0.59 | 0.26 | 140.82 | 0.83 | 0.4 |
| Hex | 12 | BC | 4D | 5A | 0 | 3B | 1A | 8D | 53 | 28 |
| Octal | 22 | 274 | 115 | 132 | 0 | 73 | 32 | 215 | 123 | 50 |
| Binary | 10010 | 10111100 | 1001101 | 1011010 | 0 | 111011 | 11010 | 10001101 | 1010011 | 101000 |
Color Harmonies of #12BC4D
Complementary color
Monochromatic Colors of #12BC4D
Black with #12BC4D
Text Example
Text Example
White with #12BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC4D; }
p { color: rgb(18,188,77); }
H1.HeaderClassName
{
color: #12BC4D;
}
.AnyTagClassName
{
color: #12BC4D;
}
</style>
background-color css
<style>
a { background-color: #12BC4D; }
a { background-color: rgb(18,188,77); }
div.DivClassName
{
background-color: #12BC4D;
}
.BgClassName
{
background-color: #12BC4D;
}
</style>
border-color css
<style>
span { border-color: #12BC4D; }
span { border-color: rgb(18,188,77); }
td.TdClassName
{
border-color: #12BC4D;
}
.TagClassName
{
border-color: #12BC4D;
}
</style>