Shades of Dark Pastel Green #12AD2B
Tints of Dark Pastel Green #12AD2B
RGB
CMYK
RGB Variations
Color information
#12AD2B (or 0x12AD2B) is known color: Dark Pastel Green. HEX triplet: 12, AD and 2B. RGB value is (18,173,43). Sum of RGB (Red+Green+Blue) = 18+173+43=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 173 (67.97% from 255 or 73.93% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD2B is #ED52D4. Grayscale: #707070. Windows color (decimal): -15553237 or 2862354. OLE color: 2862354.
HSL color Cylindrical-coordinate representation of color #12AD2B: hue angle of 129.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD2B is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 43 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.32 |
| HSL | 129.68º | 0.81% | 0.37% | - |
| HSV(B) | 129.68º | 0.9% | 0.68% | - |
| XYZ | 15.63 | 30.19 | 7.29 | - |
| YUV | 111.84 | 89.15 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 43 | 0.90 | 0 | 0.75 | 0.32 | 129.68 | 0.81 | 0.37 |
| Hex | 12 | AD | 2B | 5A | 0 | 4B | 20 | 82 | 51 | 25 |
| Octal | 22 | 255 | 53 | 132 | 0 | 113 | 40 | 202 | 121 | 45 |
| Binary | 10010 | 10101101 | 101011 | 1011010 | 0 | 1001011 | 100000 | 10000010 | 1010001 | 100101 |
Color Harmonies of #12AD2B
Complementary color
Monochromatic Colors of #12AD2B
Black with #12AD2B
Text Example
Text Example
White with #12AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD2B; }
p { color: rgb(18,173,43); }
H1.HeaderClassName
{
color: #12AD2B;
}
.AnyTagClassName
{
color: #12AD2B;
}
</style>
background-color css
<style>
a { background-color: #12AD2B; }
a { background-color: rgb(18,173,43); }
div.DivClassName
{
background-color: #12AD2B;
}
.BgClassName
{
background-color: #12AD2B;
}
</style>
border-color css
<style>
span { border-color: #12AD2B; }
span { border-color: rgb(18,173,43); }
td.TdClassName
{
border-color: #12AD2B;
}
.TagClassName
{
border-color: #12AD2B;
}
</style>