Shades of Dark Pastel Green #12BD1C
Tints of Dark Pastel Green #12BD1C
RGB
CMYK
RGB Variations
Color information
#12BD1C (or 0x12BD1C) is known color: Dark Pastel Green. HEX triplet: 12, BD and 1C. RGB value is (18,189,28). Sum of RGB (Red+Green+Blue) = 18+189+28=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD1C is #ED42E3. Grayscale: #777777. Windows color (decimal): -15549156 or 1883410. OLE color: 1883410.
HSL color Cylindrical-coordinate representation of color #12BD1C: hue angle of 123.51º 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 #12BD1C is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 28 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.26 |
| HSL | 123.51º | 0.83% | 0.41% | - |
| HSV(B) | 123.51º | 0.9% | 0.74% | - |
| XYZ | 18.66 | 36.61 | 7.18 | - |
| YUV | 119.52 | 76.35 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 28 | 0.90 | 0 | 0.85 | 0.26 | 123.51 | 0.83 | 0.41 |
| Hex | 12 | BD | 1C | 5A | 0 | 55 | 1A | 7C | 53 | 29 |
| Octal | 22 | 275 | 34 | 132 | 0 | 125 | 32 | 174 | 123 | 51 |
| Binary | 10010 | 10111101 | 11100 | 1011010 | 0 | 1010101 | 11010 | 1111100 | 1010011 | 101001 |
Color Harmonies of #12BD1C
Complementary color
Monochromatic Colors of #12BD1C
Black with #12BD1C
Text Example
Text Example
White with #12BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD1C; }
p { color: rgb(18,189,28); }
H1.HeaderClassName
{
color: #12BD1C;
}
.AnyTagClassName
{
color: #12BD1C;
}
</style>
background-color css
<style>
a { background-color: #12BD1C; }
a { background-color: rgb(18,189,28); }
div.DivClassName
{
background-color: #12BD1C;
}
.BgClassName
{
background-color: #12BD1C;
}
</style>
border-color css
<style>
span { border-color: #12BD1C; }
span { border-color: rgb(18,189,28); }
td.TdClassName
{
border-color: #12BD1C;
}
.TagClassName
{
border-color: #12BD1C;
}
</style>