Shades of Dark Pastel Green #12B543
Tints of Dark Pastel Green #12B543
RGB
CMYK
RGB Variations
Color information
#12B543 (or 0x12B543) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 43. RGB value is (18,181,67). Sum of RGB (Red+Green+Blue) = 18+181+67=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #12B543 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B543 is #ED4ABC. Grayscale: #777777. Windows color (decimal): -15551165 or 4437266. OLE color: 4437266.
HSL color Cylindrical-coordinate representation of color #12B543: hue angle of 138.04º 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 #12B543 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 67 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.29 |
| HSL | 138.04º | 0.82% | 0.39% | - |
| HSV(B) | 138.04º | 0.9% | 0.71% | - |
| XYZ | 17.79 | 33.58 | 10.85 | - |
| YUV | 119.27 | 98.5 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 67 | 0.90 | 0 | 0.63 | 0.29 | 138.04 | 0.82 | 0.39 |
| Hex | 12 | B5 | 43 | 5A | 0 | 3F | 1D | 8A | 52 | 27 |
| Octal | 22 | 265 | 103 | 132 | 0 | 77 | 35 | 212 | 122 | 47 |
| Binary | 10010 | 10110101 | 1000011 | 1011010 | 0 | 111111 | 11101 | 10001010 | 1010010 | 100111 |
Color Harmonies of #12B543
Complementary color
Monochromatic Colors of #12B543
Black with #12B543
Text Example
Text Example
White with #12B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B543; }
p { color: rgb(18,181,67); }
H1.HeaderClassName
{
color: #12B543;
}
.AnyTagClassName
{
color: #12B543;
}
</style>
background-color css
<style>
a { background-color: #12B543; }
a { background-color: rgb(18,181,67); }
div.DivClassName
{
background-color: #12B543;
}
.BgClassName
{
background-color: #12B543;
}
</style>
border-color css
<style>
span { border-color: #12B543; }
span { border-color: rgb(18,181,67); }
td.TdClassName
{
border-color: #12B543;
}
.TagClassName
{
border-color: #12B543;
}
</style>