Shades of Dark Pastel Green #12B12E
Tints of Dark Pastel Green #12B12E
RGB
CMYK
RGB Variations
Color information
#12B12E (or 0x12B12E) is known color: Dark Pastel Green. HEX triplet: 12, B1 and 2E. RGB value is (18,177,46). Sum of RGB (Red+Green+Blue) = 18+177+46=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #12B12E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B12E is #ED4ED1. Grayscale: #727272. Windows color (decimal): -15552210 or 3059986. OLE color: 3059986.
HSL color Cylindrical-coordinate representation of color #12B12E: hue angle of 130.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B12E is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 46 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.31 |
| HSL | 130.57º | 0.82% | 0.38% | - |
| HSV(B) | 130.57º | 0.9% | 0.69% | - |
| XYZ | 16.46 | 31.77 | 7.85 | - |
| YUV | 114.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 46 | 0.90 | 0 | 0.74 | 0.31 | 130.57 | 0.82 | 0.38 |
| Hex | 12 | B1 | 2E | 5A | 0 | 4A | 1F | 83 | 52 | 26 |
| Octal | 22 | 261 | 56 | 132 | 0 | 112 | 37 | 203 | 122 | 46 |
| Binary | 10010 | 10110001 | 101110 | 1011010 | 0 | 1001010 | 11111 | 10000011 | 1010010 | 100110 |
Color Harmonies of #12B12E
Complementary color
Monochromatic Colors of #12B12E
Black with #12B12E
Text Example
Text Example
White with #12B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B12E; }
p { color: rgb(18,177,46); }
H1.HeaderClassName
{
color: #12B12E;
}
.AnyTagClassName
{
color: #12B12E;
}
</style>
background-color css
<style>
a { background-color: #12B12E; }
a { background-color: rgb(18,177,46); }
div.DivClassName
{
background-color: #12B12E;
}
.BgClassName
{
background-color: #12B12E;
}
</style>
border-color css
<style>
span { border-color: #12B12E; }
span { border-color: rgb(18,177,46); }
td.TdClassName
{
border-color: #12B12E;
}
.TagClassName
{
border-color: #12B12E;
}
</style>