Shades of Dark Pastel Green #12AB3D
Tints of Dark Pastel Green #12AB3D
RGB
CMYK
RGB Variations
Color information
#12AB3D (or 0x12AB3D) is known color: Dark Pastel Green. HEX triplet: 12, AB and 3D. RGB value is (18,171,61). Sum of RGB (Red+Green+Blue) = 18+171+61=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB3D is #ED54C2. Grayscale: #717171. Windows color (decimal): -15553731 or 4041490. OLE color: 4041490.
HSL color Cylindrical-coordinate representation of color #12AB3D: hue angle of 136.86º 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 #12AB3D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 61 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.33 |
| HSL | 136.86º | 0.81% | 0.37% | - |
| HSV(B) | 136.86º | 0.89% | 0.67% | - |
| XYZ | 15.65 | 29.59 | 9.3 | - |
| YUV | 112.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 61 | 0.89 | 0 | 0.64 | 0.33 | 136.86 | 0.81 | 0.37 |
| Hex | 12 | AB | 3D | 59 | 0 | 40 | 21 | 89 | 51 | 25 |
| Octal | 22 | 253 | 75 | 131 | 0 | 100 | 41 | 211 | 121 | 45 |
| Binary | 10010 | 10101011 | 111101 | 1011001 | 0 | 1000000 | 100001 | 10001001 | 1010001 | 100101 |
Color Harmonies of #12AB3D
Complementary color
Monochromatic Colors of #12AB3D
Black with #12AB3D
Text Example
Text Example
White with #12AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB3D; }
p { color: rgb(18,171,61); }
H1.HeaderClassName
{
color: #12AB3D;
}
.AnyTagClassName
{
color: #12AB3D;
}
</style>
background-color css
<style>
a { background-color: #12AB3D; }
a { background-color: rgb(18,171,61); }
div.DivClassName
{
background-color: #12AB3D;
}
.BgClassName
{
background-color: #12AB3D;
}
</style>
border-color css
<style>
span { border-color: #12AB3D; }
span { border-color: rgb(18,171,61); }
td.TdClassName
{
border-color: #12AB3D;
}
.TagClassName
{
border-color: #12AB3D;
}
</style>