Shades of Dark Pastel Green #12CD2D
Tints of Dark Pastel Green #12CD2D
RGB
CMYK
RGB Variations
Color information
#12CD2D (or 0x12CD2D) is known color: Dark Pastel Green. HEX triplet: 12, CD and 2D. RGB value is (18,205,45). Sum of RGB (Red+Green+Blue) = 18+205+45=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CD2D is #ED32D2. Grayscale: #838383. Windows color (decimal): -15545043 or 3001618. OLE color: 3001618.
HSL color Cylindrical-coordinate representation of color #12CD2D: hue angle of 128.66º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CD2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 205 | 45 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.20 |
| HSL | 128.66º | 0.84% | 0.44% | - |
| HSV(B) | 128.66º | 0.91% | 0.8% | - |
| XYZ | 22.55 | 43.98 | 9.78 | - |
| YUV | 130.85 | 79.55 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 45 | 0.91 | 0 | 0.78 | 0.20 | 128.66 | 0.84 | 0.44 |
| Hex | 12 | CD | 2D | 5B | 0 | 4E | 14 | 81 | 54 | 2C |
| Octal | 22 | 315 | 55 | 133 | 0 | 116 | 24 | 201 | 124 | 54 |
| Binary | 10010 | 11001101 | 101101 | 1011011 | 0 | 1001110 | 10100 | 10000001 | 1010100 | 101100 |
Color Harmonies of #12CD2D
Complementary color
Monochromatic Colors of #12CD2D
Black with #12CD2D
Text Example
Text Example
White with #12CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CD2D; }
p { color: rgb(18,205,45); }
H1.HeaderClassName
{
color: #12CD2D;
}
.AnyTagClassName
{
color: #12CD2D;
}
</style>
background-color css
<style>
a { background-color: #12CD2D; }
a { background-color: rgb(18,205,45); }
div.DivClassName
{
background-color: #12CD2D;
}
.BgClassName
{
background-color: #12CD2D;
}
</style>
border-color css
<style>
span { border-color: #12CD2D; }
span { border-color: rgb(18,205,45); }
td.TdClassName
{
border-color: #12CD2D;
}
.TagClassName
{
border-color: #12CD2D;
}
</style>