Shades of Dark Pastel Green #12C744
Tints of Dark Pastel Green #12C744
RGB
CMYK
RGB Variations
Color information
#12C744 (or 0x12C744) is known color: Dark Pastel Green. HEX triplet: 12, C7 and 44. RGB value is (18,199,68). Sum of RGB (Red+Green+Blue) = 18+199+68=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 199 (78.12% from 255 or 69.82% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 199 - color contains mainly: green. Hex color #12C744 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C744 is #ED38BB. Grayscale: #828282. Windows color (decimal): -15546556 or 4507410. OLE color: 4507410.
HSL color Cylindrical-coordinate representation of color #12C744: hue angle of 136.57º 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 #12C744 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 68 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.22 |
| HSL | 136.57º | 0.83% | 0.43% | - |
| HSV(B) | 136.57º | 0.91% | 0.78% | - |
| XYZ | 21.72 | 41.39 | 12.31 | - |
| YUV | 129.95 | 93.03 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 68 | 0.91 | 0 | 0.66 | 0.22 | 136.57 | 0.83 | 0.43 |
| Hex | 12 | C7 | 44 | 5B | 0 | 42 | 16 | 89 | 53 | 2B |
| Octal | 22 | 307 | 104 | 133 | 0 | 102 | 26 | 211 | 123 | 53 |
| Binary | 10010 | 11000111 | 1000100 | 1011011 | 0 | 1000010 | 10110 | 10001001 | 1010011 | 101011 |
Color Harmonies of #12C744
Complementary color
Monochromatic Colors of #12C744
Black with #12C744
Text Example
Text Example
White with #12C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C744; }
p { color: rgb(18,199,68); }
H1.HeaderClassName
{
color: #12C744;
}
.AnyTagClassName
{
color: #12C744;
}
</style>
background-color css
<style>
a { background-color: #12C744; }
a { background-color: rgb(18,199,68); }
div.DivClassName
{
background-color: #12C744;
}
.BgClassName
{
background-color: #12C744;
}
</style>
border-color css
<style>
span { border-color: #12C744; }
span { border-color: rgb(18,199,68); }
td.TdClassName
{
border-color: #12C744;
}
.TagClassName
{
border-color: #12C744;
}
</style>