Shades of Dark Pastel Green #12B726
Tints of Dark Pastel Green #12B726
RGB
CMYK
RGB Variations
Color information
#12B726 (or 0x12B726) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 26. RGB value is (18,183,38). Sum of RGB (Red+Green+Blue) = 18+183+38=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #12B726 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B726 is #ED48D9. Grayscale: #757575. Windows color (decimal): -15550682 or 2537234. OLE color: 2537234.
HSL color Cylindrical-coordinate representation of color #12B726: hue angle of 127.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B726 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 38 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.28 |
| HSL | 127.27º | 0.82% | 0.39% | - |
| HSV(B) | 127.27º | 0.9% | 0.72% | - |
| XYZ | 17.53 | 34.14 | 7.5 | - |
| YUV | 117.14 | 83.34 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 38 | 0.90 | 0 | 0.79 | 0.28 | 127.27 | 0.82 | 0.39 |
| Hex | 12 | B7 | 26 | 5A | 0 | 4F | 1C | 7F | 52 | 27 |
| Octal | 22 | 267 | 46 | 132 | 0 | 117 | 34 | 177 | 122 | 47 |
| Binary | 10010 | 10110111 | 100110 | 1011010 | 0 | 1001111 | 11100 | 1111111 | 1010010 | 100111 |
Color Harmonies of #12B726
Complementary color
Monochromatic Colors of #12B726
Black with #12B726
Text Example
Text Example
White with #12B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B726; }
p { color: rgb(18,183,38); }
H1.HeaderClassName
{
color: #12B726;
}
.AnyTagClassName
{
color: #12B726;
}
</style>
background-color css
<style>
a { background-color: #12B726; }
a { background-color: rgb(18,183,38); }
div.DivClassName
{
background-color: #12B726;
}
.BgClassName
{
background-color: #12B726;
}
</style>
border-color css
<style>
span { border-color: #12B726; }
span { border-color: rgb(18,183,38); }
td.TdClassName
{
border-color: #12B726;
}
.TagClassName
{
border-color: #12B726;
}
</style>