Shades of Dark Pastel Green #12AB42
Tints of Dark Pastel Green #12AB42
RGB
CMYK
RGB Variations
Color information
#12AB42 (or 0x12AB42) is known color: Dark Pastel Green. HEX triplet: 12, AB and 42. RGB value is (18,171,66). Sum of RGB (Red+Green+Blue) = 18+171+66=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB42 is #ED54BD. Grayscale: #717171. Windows color (decimal): -15553726 or 4369170. OLE color: 4369170.
HSL color Cylindrical-coordinate representation of color #12AB42: hue angle of 138.82º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB42 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 66 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.33 |
| HSL | 138.82º | 0.81% | 0.37% | - |
| HSV(B) | 138.82º | 0.89% | 0.67% | - |
| XYZ | 15.8 | 29.65 | 10.04 | - |
| YUV | 113.28 | 101.31 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 66 | 0.89 | 0 | 0.61 | 0.33 | 138.82 | 0.81 | 0.37 |
| Hex | 12 | AB | 42 | 59 | 0 | 3D | 21 | 8B | 51 | 25 |
| Octal | 22 | 253 | 102 | 131 | 0 | 75 | 41 | 213 | 121 | 45 |
| Binary | 10010 | 10101011 | 1000010 | 1011001 | 0 | 111101 | 100001 | 10001011 | 1010001 | 100101 |
Color Harmonies of #12AB42
Complementary color
Monochromatic Colors of #12AB42
Black with #12AB42
Text Example
Text Example
White with #12AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB42; }
p { color: rgb(18,171,66); }
H1.HeaderClassName
{
color: #12AB42;
}
.AnyTagClassName
{
color: #12AB42;
}
</style>
background-color css
<style>
a { background-color: #12AB42; }
a { background-color: rgb(18,171,66); }
div.DivClassName
{
background-color: #12AB42;
}
.BgClassName
{
background-color: #12AB42;
}
</style>
border-color css
<style>
span { border-color: #12AB42; }
span { border-color: rgb(18,171,66); }
td.TdClassName
{
border-color: #12AB42;
}
.TagClassName
{
border-color: #12AB42;
}
</style>