Shades of Dark Pastel Green #12A134
Tints of Dark Pastel Green #12A134
RGB
CMYK
RGB Variations
Color information
#12A134 (or 0x12A134) is known color: Dark Pastel Green. HEX triplet: 12, A1 and 34. RGB value is (18,161,52). Sum of RGB (Red+Green+Blue) = 18+161+52=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 161 (63.28% from 255 or 69.70% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 161 - color contains mainly: green. Hex color #12A134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A134 is #ED5ECB. Grayscale: #6A6A6A. Windows color (decimal): -15556300 or 3449106. OLE color: 3449106.
HSL color Cylindrical-coordinate representation of color #12A134: hue angle of 134.27º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A134 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 52 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.37 |
| HSL | 134.27º | 0.8% | 0.35% | - |
| HSV(B) | 134.27º | 0.89% | 0.63% | - |
| XYZ | 13.61 | 25.87 | 7.52 | - |
| YUV | 105.82 | 97.62 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 52 | 0.89 | 0 | 0.68 | 0.37 | 134.27 | 0.8 | 0.35 |
| Hex | 12 | A1 | 34 | 59 | 0 | 44 | 25 | 86 | 50 | 23 |
| Octal | 22 | 241 | 64 | 131 | 0 | 104 | 45 | 206 | 120 | 43 |
| Binary | 10010 | 10100001 | 110100 | 1011001 | 0 | 1000100 | 100101 | 10000110 | 1010000 | 100011 |
Color Harmonies of #12A134
Complementary color
Monochromatic Colors of #12A134
Black with #12A134
Text Example
Text Example
White with #12A134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A134; }
p { color: rgb(18,161,52); }
H1.HeaderClassName
{
color: #12A134;
}
.AnyTagClassName
{
color: #12A134;
}
</style>
background-color css
<style>
a { background-color: #12A134; }
a { background-color: rgb(18,161,52); }
div.DivClassName
{
background-color: #12A134;
}
.BgClassName
{
background-color: #12A134;
}
</style>
border-color css
<style>
span { border-color: #12A134; }
span { border-color: rgb(18,161,52); }
td.TdClassName
{
border-color: #12A134;
}
.TagClassName
{
border-color: #12A134;
}
</style>