Shades of Dark Pastel Green #12DA2D
Tints of Dark Pastel Green #12DA2D
RGB
CMYK
RGB Variations
Color information
#12DA2D (or 0x12DA2D) is known color: Dark Pastel Green. HEX triplet: 12, DA and 2D. RGB value is (18,218,45). Sum of RGB (Red+Green+Blue) = 18+218+45=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA2D is #ED25D2. Grayscale: #8A8A8A. Windows color (decimal): -15541715 or 3004946. OLE color: 3004946.
HSL color Cylindrical-coordinate representation of color #12DA2D: hue angle of 128.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA2D is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 45 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.15 |
| HSL | 128.1º | 0.85% | 0.46% | - |
| HSV(B) | 128.1º | 0.92% | 0.85% | - |
| XYZ | 25.79 | 50.46 | 10.86 | - |
| YUV | 138.48 | 75.24 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 45 | 0.92 | 0 | 0.79 | 0.15 | 128.1 | 0.85 | 0.46 |
| Hex | 12 | DA | 2D | 5C | 0 | 4F | F | 80 | 55 | 2E |
| Octal | 22 | 332 | 55 | 134 | 0 | 117 | 17 | 200 | 125 | 56 |
| Binary | 10010 | 11011010 | 101101 | 1011100 | 0 | 1001111 | 1111 | 10000000 | 1010101 | 101110 |
Color Harmonies of #12DA2D
Complementary color
Monochromatic Colors of #12DA2D
Black with #12DA2D
Text Example
Text Example
White with #12DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA2D; }
p { color: rgb(18,218,45); }
H1.HeaderClassName
{
color: #12DA2D;
}
.AnyTagClassName
{
color: #12DA2D;
}
</style>
background-color css
<style>
a { background-color: #12DA2D; }
a { background-color: rgb(18,218,45); }
div.DivClassName
{
background-color: #12DA2D;
}
.BgClassName
{
background-color: #12DA2D;
}
</style>
border-color css
<style>
span { border-color: #12DA2D; }
span { border-color: rgb(18,218,45); }
td.TdClassName
{
border-color: #12DA2D;
}
.TagClassName
{
border-color: #12DA2D;
}
</style>