Shades of Dark Pastel Green #12B921
Tints of Dark Pastel Green #12B921
RGB
CMYK
RGB Variations
Color information
#12B921 (or 0x12B921) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 21. RGB value is (18,185,33). Sum of RGB (Red+Green+Blue) = 18+185+33=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #12B921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B921 is #ED46DE. Grayscale: #767676. Windows color (decimal): -15550175 or 2210066. OLE color: 2210066.
HSL color Cylindrical-coordinate representation of color #12B921: hue angle of 125.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B921 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 33 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.27 |
| HSL | 125.39º | 0.82% | 0.4% | - |
| HSV(B) | 125.39º | 0.9% | 0.73% | - |
| XYZ | 17.87 | 34.94 | 7.24 | - |
| YUV | 117.74 | 80.17 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 33 | 0.90 | 0 | 0.82 | 0.27 | 125.39 | 0.82 | 0.4 |
| Hex | 12 | B9 | 21 | 5A | 0 | 52 | 1B | 7D | 52 | 28 |
| Octal | 22 | 271 | 41 | 132 | 0 | 122 | 33 | 175 | 122 | 50 |
| Binary | 10010 | 10111001 | 100001 | 1011010 | 0 | 1010010 | 11011 | 1111101 | 1010010 | 101000 |
Color Harmonies of #12B921
Complementary color
Monochromatic Colors of #12B921
Black with #12B921
Text Example
Text Example
White with #12B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B921; }
p { color: rgb(18,185,33); }
H1.HeaderClassName
{
color: #12B921;
}
.AnyTagClassName
{
color: #12B921;
}
</style>
background-color css
<style>
a { background-color: #12B921; }
a { background-color: rgb(18,185,33); }
div.DivClassName
{
background-color: #12B921;
}
.BgClassName
{
background-color: #12B921;
}
</style>
border-color css
<style>
span { border-color: #12B921; }
span { border-color: rgb(18,185,33); }
td.TdClassName
{
border-color: #12B921;
}
.TagClassName
{
border-color: #12B921;
}
</style>