Shades of Dark Pastel Green #12B246
Tints of Dark Pastel Green #12B246
RGB
CMYK
RGB Variations
Color information
#12B246 (or 0x12B246) is known color: Dark Pastel Green. HEX triplet: 12, B2 and 46. RGB value is (18,178,70). Sum of RGB (Red+Green+Blue) = 18+178+70=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #12B246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B246 is #ED4DB9. Grayscale: #767676. Windows color (decimal): -15551930 or 4633106. OLE color: 4633106.
HSL color Cylindrical-coordinate representation of color #12B246: hue angle of 139.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B246 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 70 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.30 |
| HSL | 139.5º | 0.82% | 0.38% | - |
| HSV(B) | 139.5º | 0.9% | 0.7% | - |
| XYZ | 17.28 | 32.41 | 11.14 | - |
| YUV | 117.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 70 | 0.90 | 0 | 0.61 | 0.30 | 139.5 | 0.82 | 0.38 |
| Hex | 12 | B2 | 46 | 5A | 0 | 3D | 1E | 8C | 52 | 26 |
| Octal | 22 | 262 | 106 | 132 | 0 | 75 | 36 | 214 | 122 | 46 |
| Binary | 10010 | 10110010 | 1000110 | 1011010 | 0 | 111101 | 11110 | 10001100 | 1010010 | 100110 |
Color Harmonies of #12B246
Complementary color
Monochromatic Colors of #12B246
Black with #12B246
Text Example
Text Example
White with #12B246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B246; }
p { color: rgb(18,178,70); }
H1.HeaderClassName
{
color: #12B246;
}
.AnyTagClassName
{
color: #12B246;
}
</style>
background-color css
<style>
a { background-color: #12B246; }
a { background-color: rgb(18,178,70); }
div.DivClassName
{
background-color: #12B246;
}
.BgClassName
{
background-color: #12B246;
}
</style>
border-color css
<style>
span { border-color: #12B246; }
span { border-color: rgb(18,178,70); }
td.TdClassName
{
border-color: #12B246;
}
.TagClassName
{
border-color: #12B246;
}
</style>