Shades of Dark Pastel Green #12A929
Tints of Dark Pastel Green #12A929
RGB
CMYK
RGB Variations
Color information
#12A929 (or 0x12A929) is known color: Dark Pastel Green. HEX triplet: 12, A9 and 29. RGB value is (18,169,41). Sum of RGB (Red+Green+Blue) = 18+169+41=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 169 (66.41% from 255 or 74.12% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 169 - color contains mainly: green. Hex color #12A929 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A929 is #ED56D6. Grayscale: #6D6D6D. Windows color (decimal): -15554263 or 2730258. OLE color: 2730258.
HSL color Cylindrical-coordinate representation of color #12A929: hue angle of 129.14º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A929 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 169 | 41 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.34 |
| HSL | 129.14º | 0.81% | 0.37% | - |
| HSV(B) | 129.14º | 0.89% | 0.66% | - |
| XYZ | 14.84 | 28.66 | 6.85 | - |
| YUV | 109.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 41 | 0.89 | 0 | 0.76 | 0.34 | 129.14 | 0.81 | 0.37 |
| Hex | 12 | A9 | 29 | 59 | 0 | 4C | 22 | 81 | 51 | 25 |
| Octal | 22 | 251 | 51 | 131 | 0 | 114 | 42 | 201 | 121 | 45 |
| Binary | 10010 | 10101001 | 101001 | 1011001 | 0 | 1001100 | 100010 | 10000001 | 1010001 | 100101 |
Color Harmonies of #12A929
Complementary color
Monochromatic Colors of #12A929
Black with #12A929
Text Example
Text Example
White with #12A929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A929; }
p { color: rgb(18,169,41); }
H1.HeaderClassName
{
color: #12A929;
}
.AnyTagClassName
{
color: #12A929;
}
</style>
background-color css
<style>
a { background-color: #12A929; }
a { background-color: rgb(18,169,41); }
div.DivClassName
{
background-color: #12A929;
}
.BgClassName
{
background-color: #12A929;
}
</style>
border-color css
<style>
span { border-color: #12A929; }
span { border-color: rgb(18,169,41); }
td.TdClassName
{
border-color: #12A929;
}
.TagClassName
{
border-color: #12A929;
}
</style>