Shades of Dark Pastel Green #12BD1D
Tints of Dark Pastel Green #12BD1D
RGB
CMYK
RGB Variations
Color information
#12BD1D (or 0x12BD1D) is known color: Dark Pastel Green. HEX triplet: 12, BD and 1D. RGB value is (18,189,29). Sum of RGB (Red+Green+Blue) = 18+189+29=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD1D is #ED42E2. Grayscale: #787878. Windows color (decimal): -15549155 or 1948946. OLE color: 1948946.
HSL color Cylindrical-coordinate representation of color #12BD1D: hue angle of 123.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD1D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 29 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.26 |
| HSL | 123.86º | 0.83% | 0.41% | - |
| HSV(B) | 123.86º | 0.9% | 0.74% | - |
| XYZ | 18.67 | 36.61 | 7.25 | - |
| YUV | 119.63 | 76.85 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 29 | 0.90 | 0 | 0.85 | 0.26 | 123.86 | 0.83 | 0.41 |
| Hex | 12 | BD | 1D | 5A | 0 | 55 | 1A | 7C | 53 | 29 |
| Octal | 22 | 275 | 35 | 132 | 0 | 125 | 32 | 174 | 123 | 51 |
| Binary | 10010 | 10111101 | 11101 | 1011010 | 0 | 1010101 | 11010 | 1111100 | 1010011 | 101001 |
Color Harmonies of #12BD1D
Complementary color
Monochromatic Colors of #12BD1D
Black with #12BD1D
Text Example
Text Example
White with #12BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD1D; }
p { color: rgb(18,189,29); }
H1.HeaderClassName
{
color: #12BD1D;
}
.AnyTagClassName
{
color: #12BD1D;
}
</style>
background-color css
<style>
a { background-color: #12BD1D; }
a { background-color: rgb(18,189,29); }
div.DivClassName
{
background-color: #12BD1D;
}
.BgClassName
{
background-color: #12BD1D;
}
</style>
border-color css
<style>
span { border-color: #12BD1D; }
span { border-color: rgb(18,189,29); }
td.TdClassName
{
border-color: #12BD1D;
}
.TagClassName
{
border-color: #12BD1D;
}
</style>