Shades of Dark Pastel Green #12BA23
Tints of Dark Pastel Green #12BA23
RGB
CMYK
RGB Variations
Color information
#12BA23 (or 0x12BA23) is known color: Dark Pastel Green. HEX triplet: 12, BA and 23. RGB value is (18,186,35). Sum of RGB (Red+Green+Blue) = 18+186+35=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA23 is #ED45DC. Grayscale: #767676. Windows color (decimal): -15549917 or 2341394. OLE color: 2341394.
HSL color Cylindrical-coordinate representation of color #12BA23: hue angle of 126.07º 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 #12BA23 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 35 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.27 |
| HSL | 126.07º | 0.82% | 0.4% | - |
| HSV(B) | 126.07º | 0.9% | 0.73% | - |
| XYZ | 18.11 | 35.37 | 7.46 | - |
| YUV | 118.55 | 80.84 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 35 | 0.90 | 0 | 0.81 | 0.27 | 126.07 | 0.82 | 0.4 |
| Hex | 12 | BA | 23 | 5A | 0 | 51 | 1B | 7E | 52 | 28 |
| Octal | 22 | 272 | 43 | 132 | 0 | 121 | 33 | 176 | 122 | 50 |
| Binary | 10010 | 10111010 | 100011 | 1011010 | 0 | 1010001 | 11011 | 1111110 | 1010010 | 101000 |
Color Harmonies of #12BA23
Complementary color
Monochromatic Colors of #12BA23
Black with #12BA23
Text Example
Text Example
White with #12BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA23; }
p { color: rgb(18,186,35); }
H1.HeaderClassName
{
color: #12BA23;
}
.AnyTagClassName
{
color: #12BA23;
}
</style>
background-color css
<style>
a { background-color: #12BA23; }
a { background-color: rgb(18,186,35); }
div.DivClassName
{
background-color: #12BA23;
}
.BgClassName
{
background-color: #12BA23;
}
</style>
border-color css
<style>
span { border-color: #12BA23; }
span { border-color: rgb(18,186,35); }
td.TdClassName
{
border-color: #12BA23;
}
.TagClassName
{
border-color: #12BA23;
}
</style>