Shades of Dark Pastel Green #12BA45
Tints of Dark Pastel Green #12BA45
RGB
CMYK
RGB Variations
Color information
#12BA45 (or 0x12BA45) is known color: Dark Pastel Green. HEX triplet: 12, BA and 45. RGB value is (18,186,69). Sum of RGB (Red+Green+Blue) = 18+186+69=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA45 is #ED45BA. Grayscale: #7A7A7A. Windows color (decimal): -15549883 or 4569618. OLE color: 4569618.
HSL color Cylindrical-coordinate representation of color #12BA45: hue angle of 138.21º 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 #12BA45 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 69 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.27 |
| HSL | 138.21º | 0.82% | 0.4% | - |
| HSV(B) | 138.21º | 0.9% | 0.73% | - |
| XYZ | 18.88 | 35.68 | 11.52 | - |
| YUV | 122.43 | 97.84 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 69 | 0.90 | 0 | 0.63 | 0.27 | 138.21 | 0.82 | 0.4 |
| Hex | 12 | BA | 45 | 5A | 0 | 3F | 1B | 8A | 52 | 28 |
| Octal | 22 | 272 | 105 | 132 | 0 | 77 | 33 | 212 | 122 | 50 |
| Binary | 10010 | 10111010 | 1000101 | 1011010 | 0 | 111111 | 11011 | 10001010 | 1010010 | 101000 |
Color Harmonies of #12BA45
Complementary color
Monochromatic Colors of #12BA45
Black with #12BA45
Text Example
Text Example
White with #12BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA45; }
p { color: rgb(18,186,69); }
H1.HeaderClassName
{
color: #12BA45;
}
.AnyTagClassName
{
color: #12BA45;
}
</style>
background-color css
<style>
a { background-color: #12BA45; }
a { background-color: rgb(18,186,69); }
div.DivClassName
{
background-color: #12BA45;
}
.BgClassName
{
background-color: #12BA45;
}
</style>
border-color css
<style>
span { border-color: #12BA45; }
span { border-color: rgb(18,186,69); }
td.TdClassName
{
border-color: #12BA45;
}
.TagClassName
{
border-color: #12BA45;
}
</style>