Shades of Dark Pastel Green #12B22C
Tints of Dark Pastel Green #12B22C
RGB
CMYK
RGB Variations
Color information
#12B22C (or 0x12B22C) is known color: Dark Pastel Green. HEX triplet: 12, B2 and 2C. RGB value is (18,178,44). Sum of RGB (Red+Green+Blue) = 18+178+44=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #12B22C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B22C is #ED4DD3. Grayscale: #737373. Windows color (decimal): -15551956 or 2929170. OLE color: 2929170.
HSL color Cylindrical-coordinate representation of color #12B22C: hue angle of 129.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B22C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 44 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.30 |
| HSL | 129.75º | 0.82% | 0.38% | - |
| HSV(B) | 129.75º | 0.9% | 0.7% | - |
| XYZ | 16.62 | 32.15 | 7.71 | - |
| YUV | 114.88 | 87.99 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 44 | 0.90 | 0 | 0.75 | 0.30 | 129.75 | 0.82 | 0.38 |
| Hex | 12 | B2 | 2C | 5A | 0 | 4B | 1E | 82 | 52 | 26 |
| Octal | 22 | 262 | 54 | 132 | 0 | 113 | 36 | 202 | 122 | 46 |
| Binary | 10010 | 10110010 | 101100 | 1011010 | 0 | 1001011 | 11110 | 10000010 | 1010010 | 100110 |
Color Harmonies of #12B22C
Complementary color
Monochromatic Colors of #12B22C
Black with #12B22C
Text Example
Text Example
White with #12B22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B22C; }
p { color: rgb(18,178,44); }
H1.HeaderClassName
{
color: #12B22C;
}
.AnyTagClassName
{
color: #12B22C;
}
</style>
background-color css
<style>
a { background-color: #12B22C; }
a { background-color: rgb(18,178,44); }
div.DivClassName
{
background-color: #12B22C;
}
.BgClassName
{
background-color: #12B22C;
}
</style>
border-color css
<style>
span { border-color: #12B22C; }
span { border-color: rgb(18,178,44); }
td.TdClassName
{
border-color: #12B22C;
}
.TagClassName
{
border-color: #12B22C;
}
</style>