Shades of Dark Pastel Green #12BC34
Tints of Dark Pastel Green #12BC34
RGB
CMYK
RGB Variations
Color information
#12BC34 (or 0x12BC34) is known color: Dark Pastel Green. HEX triplet: 12, BC and 34. RGB value is (18,188,52). Sum of RGB (Red+Green+Blue) = 18+188+52=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BC34 is #ED43CB. Grayscale: #7A7A7A. Windows color (decimal): -15549388 or 3456018. OLE color: 3456018.
HSL color Cylindrical-coordinate representation of color #12BC34: hue angle of 132º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC34 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 52 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.26 |
| HSL | 132º | 0.83% | 0.4% | - |
| HSV(B) | 132º | 0.9% | 0.74% | - |
| XYZ | 18.85 | 36.34 | 9.27 | - |
| YUV | 121.67 | 88.68 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 52 | 0.90 | 0 | 0.72 | 0.26 | 132 | 0.83 | 0.4 |
| Hex | 12 | BC | 34 | 5A | 0 | 48 | 1A | 84 | 53 | 28 |
| Octal | 22 | 274 | 64 | 132 | 0 | 110 | 32 | 204 | 123 | 50 |
| Binary | 10010 | 10111100 | 110100 | 1011010 | 0 | 1001000 | 11010 | 10000100 | 1010011 | 101000 |
Color Harmonies of #12BC34
Complementary color
Monochromatic Colors of #12BC34
Black with #12BC34
Text Example
Text Example
White with #12BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC34; }
p { color: rgb(18,188,52); }
H1.HeaderClassName
{
color: #12BC34;
}
.AnyTagClassName
{
color: #12BC34;
}
</style>
background-color css
<style>
a { background-color: #12BC34; }
a { background-color: rgb(18,188,52); }
div.DivClassName
{
background-color: #12BC34;
}
.BgClassName
{
background-color: #12BC34;
}
</style>
border-color css
<style>
span { border-color: #12BC34; }
span { border-color: rgb(18,188,52); }
td.TdClassName
{
border-color: #12BC34;
}
.TagClassName
{
border-color: #12BC34;
}
</style>