Shades of Dark Pastel Green #12C93D
Tints of Dark Pastel Green #12C93D
RGB
CMYK
RGB Variations
Color information
#12C93D (or 0x12C93D) is known color: Dark Pastel Green. HEX triplet: 12, C9 and 3D. RGB value is (18,201,61). Sum of RGB (Red+Green+Blue) = 18+201+61=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #12C93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C93D is #ED36C2. Grayscale: #828282. Windows color (decimal): -15546051 or 4049170. OLE color: 4049170.
HSL color Cylindrical-coordinate representation of color #12C93D: hue angle of 134.1º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C93D is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 61 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.21 |
| HSL | 134.1º | 0.84% | 0.43% | - |
| HSV(B) | 134.1º | 0.91% | 0.79% | - |
| XYZ | 21.98 | 42.24 | 11.41 | - |
| YUV | 130.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 61 | 0.91 | 0 | 0.70 | 0.21 | 134.1 | 0.84 | 0.43 |
| Hex | 12 | C9 | 3D | 5B | 0 | 46 | 15 | 86 | 54 | 2B |
| Octal | 22 | 311 | 75 | 133 | 0 | 106 | 25 | 206 | 124 | 53 |
| Binary | 10010 | 11001001 | 111101 | 1011011 | 0 | 1000110 | 10101 | 10000110 | 1010100 | 101011 |
Color Harmonies of #12C93D
Complementary color
Monochromatic Colors of #12C93D
Black with #12C93D
Text Example
Text Example
White with #12C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C93D; }
p { color: rgb(18,201,61); }
H1.HeaderClassName
{
color: #12C93D;
}
.AnyTagClassName
{
color: #12C93D;
}
</style>
background-color css
<style>
a { background-color: #12C93D; }
a { background-color: rgb(18,201,61); }
div.DivClassName
{
background-color: #12C93D;
}
.BgClassName
{
background-color: #12C93D;
}
</style>
border-color css
<style>
span { border-color: #12C93D; }
span { border-color: rgb(18,201,61); }
td.TdClassName
{
border-color: #12C93D;
}
.TagClassName
{
border-color: #12C93D;
}
</style>