Shades of Dark Pastel Green #12B145
Tints of Dark Pastel Green #12B145
RGB
CMYK
RGB Variations
Color information
#12B145 (or 0x12B145) is known color: Dark Pastel Green. HEX triplet: 12, B1 and 45. RGB value is (18,177,69). Sum of RGB (Red+Green+Blue) = 18+177+69=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #12B145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B145 is #ED4EBA. Grayscale: #757575. Windows color (decimal): -15552187 or 4567314. OLE color: 4567314.
HSL color Cylindrical-coordinate representation of color #12B145: hue angle of 139.25º 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 #12B145 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 69 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.31 |
| HSL | 139.25º | 0.82% | 0.38% | - |
| HSV(B) | 139.25º | 0.9% | 0.69% | - |
| XYZ | 17.05 | 32 | 10.91 | - |
| YUV | 117.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 69 | 0.90 | 0 | 0.61 | 0.31 | 139.25 | 0.82 | 0.38 |
| Hex | 12 | B1 | 45 | 5A | 0 | 3D | 1F | 8B | 52 | 26 |
| Octal | 22 | 261 | 105 | 132 | 0 | 75 | 37 | 213 | 122 | 46 |
| Binary | 10010 | 10110001 | 1000101 | 1011010 | 0 | 111101 | 11111 | 10001011 | 1010010 | 100110 |
Color Harmonies of #12B145
Complementary color
Monochromatic Colors of #12B145
Black with #12B145
Text Example
Text Example
White with #12B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B145; }
p { color: rgb(18,177,69); }
H1.HeaderClassName
{
color: #12B145;
}
.AnyTagClassName
{
color: #12B145;
}
</style>
background-color css
<style>
a { background-color: #12B145; }
a { background-color: rgb(18,177,69); }
div.DivClassName
{
background-color: #12B145;
}
.BgClassName
{
background-color: #12B145;
}
</style>
border-color css
<style>
span { border-color: #12B145; }
span { border-color: rgb(18,177,69); }
td.TdClassName
{
border-color: #12B145;
}
.TagClassName
{
border-color: #12B145;
}
</style>