Shades of Dark Pastel Green #12BD4D
Tints of Dark Pastel Green #12BD4D
RGB
CMYK
RGB Variations
Color information
#12BD4D (or 0x12BD4D) is known color: Dark Pastel Green. HEX triplet: 12, BD and 4D. RGB value is (18,189,77). Sum of RGB (Red+Green+Blue) = 18+189+77=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD4D is #ED42B2. Grayscale: #7D7D7D. Windows color (decimal): -15549107 or 5094674. OLE color: 5094674.
HSL color Cylindrical-coordinate representation of color #12BD4D: hue angle of 140.7º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD4D is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 77 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.26 |
| HSL | 140.7º | 0.83% | 0.41% | - |
| HSV(B) | 140.7º | 0.9% | 0.74% | - |
| XYZ | 19.79 | 37.06 | 13.13 | - |
| YUV | 125.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 77 | 0.90 | 0 | 0.59 | 0.26 | 140.7 | 0.83 | 0.41 |
| Hex | 12 | BD | 4D | 5A | 0 | 3B | 1A | 8D | 53 | 29 |
| Octal | 22 | 275 | 115 | 132 | 0 | 73 | 32 | 215 | 123 | 51 |
| Binary | 10010 | 10111101 | 1001101 | 1011010 | 0 | 111011 | 11010 | 10001101 | 1010011 | 101001 |
Color Harmonies of #12BD4D
Complementary color
Monochromatic Colors of #12BD4D
Black with #12BD4D
Text Example
Text Example
White with #12BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD4D; }
p { color: rgb(18,189,77); }
H1.HeaderClassName
{
color: #12BD4D;
}
.AnyTagClassName
{
color: #12BD4D;
}
</style>
background-color css
<style>
a { background-color: #12BD4D; }
a { background-color: rgb(18,189,77); }
div.DivClassName
{
background-color: #12BD4D;
}
.BgClassName
{
background-color: #12BD4D;
}
</style>
border-color css
<style>
span { border-color: #12BD4D; }
span { border-color: rgb(18,189,77); }
td.TdClassName
{
border-color: #12BD4D;
}
.TagClassName
{
border-color: #12BD4D;
}
</style>