Shades of Dark Pastel Green #12D129
Tints of Dark Pastel Green #12D129
RGB
CMYK
RGB Variations
Color information
#12D129 (or 0x12D129) is known color: Dark Pastel Green. HEX triplet: 12, D1 and 29. RGB value is (18,209,41). Sum of RGB (Red+Green+Blue) = 18+209+41=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 209 (82.03% from 255 or 77.99% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 209 - color contains mainly: green. Hex color #12D129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D129 is #ED2ED6. Grayscale: #858585. Windows color (decimal): -15544023 or 2740498. OLE color: 2740498.
HSL color Cylindrical-coordinate representation of color #12D129: hue angle of 127.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D129 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 41 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.18 |
| HSL | 127.23º | 0.84% | 0.45% | - |
| HSV(B) | 127.23º | 0.91% | 0.82% | - |
| XYZ | 23.45 | 45.89 | 9.72 | - |
| YUV | 132.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 41 | 0.91 | 0 | 0.80 | 0.18 | 127.23 | 0.84 | 0.45 |
| Hex | 12 | D1 | 29 | 5B | 0 | 50 | 12 | 7F | 54 | 2D |
| Octal | 22 | 321 | 51 | 133 | 0 | 120 | 22 | 177 | 124 | 55 |
| Binary | 10010 | 11010001 | 101001 | 1011011 | 0 | 1010000 | 10010 | 1111111 | 1010100 | 101101 |
Color Harmonies of #12D129
Complementary color
Monochromatic Colors of #12D129
Black with #12D129
Text Example
Text Example
White with #12D129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D129; }
p { color: rgb(18,209,41); }
H1.HeaderClassName
{
color: #12D129;
}
.AnyTagClassName
{
color: #12D129;
}
</style>
background-color css
<style>
a { background-color: #12D129; }
a { background-color: rgb(18,209,41); }
div.DivClassName
{
background-color: #12D129;
}
.BgClassName
{
background-color: #12D129;
}
</style>
border-color css
<style>
span { border-color: #12D129; }
span { border-color: rgb(18,209,41); }
td.TdClassName
{
border-color: #12D129;
}
.TagClassName
{
border-color: #12D129;
}
</style>