Shades of Dark Pastel Green #12B144
Tints of Dark Pastel Green #12B144
RGB
CMYK
RGB Variations
Color information
#12B144 (or 0x12B144) is known color: Dark Pastel Green. HEX triplet: 12, B1 and 44. RGB value is (18,177,68). Sum of RGB (Red+Green+Blue) = 18+177+68=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 177 (69.53% from 255 or 67.30% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 177 - color contains mainly: green. Hex color #12B144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B144 is #ED4EBB. Grayscale: #757575. Windows color (decimal): -15552188 or 4501778. OLE color: 4501778.
HSL color Cylindrical-coordinate representation of color #12B144: hue angle of 138.87º 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 #12B144 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 68 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.31 |
| HSL | 138.87º | 0.82% | 0.38% | - |
| HSV(B) | 138.87º | 0.9% | 0.69% | - |
| XYZ | 17.01 | 31.99 | 10.75 | - |
| YUV | 117.03 | 100.32 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 68 | 0.90 | 0 | 0.62 | 0.31 | 138.87 | 0.82 | 0.38 |
| Hex | 12 | B1 | 44 | 5A | 0 | 3E | 1F | 8B | 52 | 26 |
| Octal | 22 | 261 | 104 | 132 | 0 | 76 | 37 | 213 | 122 | 46 |
| Binary | 10010 | 10110001 | 1000100 | 1011010 | 0 | 111110 | 11111 | 10001011 | 1010010 | 100110 |
Color Harmonies of #12B144
Complementary color
Monochromatic Colors of #12B144
Black with #12B144
Text Example
Text Example
White with #12B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B144; }
p { color: rgb(18,177,68); }
H1.HeaderClassName
{
color: #12B144;
}
.AnyTagClassName
{
color: #12B144;
}
</style>
background-color css
<style>
a { background-color: #12B144; }
a { background-color: rgb(18,177,68); }
div.DivClassName
{
background-color: #12B144;
}
.BgClassName
{
background-color: #12B144;
}
</style>
border-color css
<style>
span { border-color: #12B144; }
span { border-color: rgb(18,177,68); }
td.TdClassName
{
border-color: #12B144;
}
.TagClassName
{
border-color: #12B144;
}
</style>