Shades of Dark Pastel Green #12C733
Tints of Dark Pastel Green #12C733
RGB
CMYK
RGB Variations
Color information
#12C733 (or 0x12C733) is known color: Dark Pastel Green. HEX triplet: 12, C7 and 33. RGB value is (18,199,51). Sum of RGB (Red+Green+Blue) = 18+199+51=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 199 (78.12% from 255 or 74.25% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 199 - color contains mainly: green. Hex color #12C733 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C733 is #ED38CC. Grayscale: #808080. Windows color (decimal): -15546573 or 3393298. OLE color: 3393298.
HSL color Cylindrical-coordinate representation of color #12C733: hue angle of 130.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C733 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 51 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.22 |
| HSL | 130.94º | 0.83% | 0.43% | - |
| HSV(B) | 130.94º | 0.91% | 0.78% | - |
| XYZ | 21.27 | 41.21 | 9.97 | - |
| YUV | 128.01 | 84.53 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 51 | 0.91 | 0 | 0.74 | 0.22 | 130.94 | 0.83 | 0.43 |
| Hex | 12 | C7 | 33 | 5B | 0 | 4A | 16 | 83 | 53 | 2B |
| Octal | 22 | 307 | 63 | 133 | 0 | 112 | 26 | 203 | 123 | 53 |
| Binary | 10010 | 11000111 | 110011 | 1011011 | 0 | 1001010 | 10110 | 10000011 | 1010011 | 101011 |
Color Harmonies of #12C733
Complementary color
Monochromatic Colors of #12C733
Black with #12C733
Text Example
Text Example
White with #12C733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C733; }
p { color: rgb(18,199,51); }
H1.HeaderClassName
{
color: #12C733;
}
.AnyTagClassName
{
color: #12C733;
}
</style>
background-color css
<style>
a { background-color: #12C733; }
a { background-color: rgb(18,199,51); }
div.DivClassName
{
background-color: #12C733;
}
.BgClassName
{
background-color: #12C733;
}
</style>
border-color css
<style>
span { border-color: #12C733; }
span { border-color: rgb(18,199,51); }
td.TdClassName
{
border-color: #12C733;
}
.TagClassName
{
border-color: #12C733;
}
</style>