Shades of Dark Pastel Green #12B547
Tints of Dark Pastel Green #12B547
RGB
CMYK
RGB Variations
Color information
#12B547 (or 0x12B547) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 47. RGB value is (18,181,71). Sum of RGB (Red+Green+Blue) = 18+181+71=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #12B547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B547 is #ED4AB8. Grayscale: #787878. Windows color (decimal): -15551161 or 4699410. OLE color: 4699410.
HSL color Cylindrical-coordinate representation of color #12B547: hue angle of 139.51º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B547 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 71 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.29 |
| HSL | 139.51º | 0.82% | 0.39% | - |
| HSV(B) | 139.51º | 0.9% | 0.71% | - |
| XYZ | 17.91 | 33.63 | 11.51 | - |
| YUV | 119.72 | 100.5 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 71 | 0.90 | 0 | 0.61 | 0.29 | 139.51 | 0.82 | 0.39 |
| Hex | 12 | B5 | 47 | 5A | 0 | 3D | 1D | 8C | 52 | 27 |
| Octal | 22 | 265 | 107 | 132 | 0 | 75 | 35 | 214 | 122 | 47 |
| Binary | 10010 | 10110101 | 1000111 | 1011010 | 0 | 111101 | 11101 | 10001100 | 1010010 | 100111 |
Color Harmonies of #12B547
Complementary color
Monochromatic Colors of #12B547
Black with #12B547
Text Example
Text Example
White with #12B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B547; }
p { color: rgb(18,181,71); }
H1.HeaderClassName
{
color: #12B547;
}
.AnyTagClassName
{
color: #12B547;
}
</style>
background-color css
<style>
a { background-color: #12B547; }
a { background-color: rgb(18,181,71); }
div.DivClassName
{
background-color: #12B547;
}
.BgClassName
{
background-color: #12B547;
}
</style>
border-color css
<style>
span { border-color: #12B547; }
span { border-color: rgb(18,181,71); }
td.TdClassName
{
border-color: #12B547;
}
.TagClassName
{
border-color: #12B547;
}
</style>