Shades of Dark Pastel Green #12D036
Tints of Dark Pastel Green #12D036
RGB
CMYK
RGB Variations
Color information
#12D036 (or 0x12D036) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 36. RGB value is (18,208,54). Sum of RGB (Red+Green+Blue) = 18+208+54=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #12D036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D036 is #ED2FC9. Grayscale: #868686. Windows color (decimal): -15544266 or 3592210. OLE color: 3592210.
HSL color Cylindrical-coordinate representation of color #12D036: hue angle of 131.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D036 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 54 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.18 |
| HSL | 131.37º | 0.84% | 0.44% | - |
| HSV(B) | 131.37º | 0.91% | 0.82% | - |
| XYZ | 23.47 | 45.51 | 11.04 | - |
| YUV | 133.63 | 83.05 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 54 | 0.91 | 0 | 0.74 | 0.18 | 131.37 | 0.84 | 0.44 |
| Hex | 12 | D0 | 36 | 5B | 0 | 4A | 12 | 83 | 54 | 2C |
| Octal | 22 | 320 | 66 | 133 | 0 | 112 | 22 | 203 | 124 | 54 |
| Binary | 10010 | 11010000 | 110110 | 1011011 | 0 | 1001010 | 10010 | 10000011 | 1010100 | 101100 |
Color Harmonies of #12D036
Complementary color
Monochromatic Colors of #12D036
Black with #12D036
Text Example
Text Example
White with #12D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D036; }
p { color: rgb(18,208,54); }
H1.HeaderClassName
{
color: #12D036;
}
.AnyTagClassName
{
color: #12D036;
}
</style>
background-color css
<style>
a { background-color: #12D036; }
a { background-color: rgb(18,208,54); }
div.DivClassName
{
background-color: #12D036;
}
.BgClassName
{
background-color: #12D036;
}
</style>
border-color css
<style>
span { border-color: #12D036; }
span { border-color: rgb(18,208,54); }
td.TdClassName
{
border-color: #12D036;
}
.TagClassName
{
border-color: #12D036;
}
</style>