Shades of Dark Pastel Green #12C528
Tints of Dark Pastel Green #12C528
RGB
CMYK
RGB Variations
Color information
#12C528 (or 0x12C528) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 28. RGB value is (18,197,40). Sum of RGB (Red+Green+Blue) = 18+197+40=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 197 (77.34% from 255 or 77.25% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 197 - color contains mainly: green. Hex color #12C528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C528 is #ED3AD7. Grayscale: #7E7E7E. Windows color (decimal): -15547096 or 2671890. OLE color: 2671890.
HSL color Cylindrical-coordinate representation of color #12C528: hue angle of 127.37º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C528 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 40 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.23 |
| HSL | 127.37º | 0.83% | 0.42% | - |
| HSV(B) | 127.37º | 0.91% | 0.77% | - |
| XYZ | 20.6 | 40.21 | 8.68 | - |
| YUV | 125.58 | 79.7 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 40 | 0.91 | 0 | 0.80 | 0.23 | 127.37 | 0.83 | 0.42 |
| Hex | 12 | C5 | 28 | 5B | 0 | 50 | 17 | 7F | 53 | 2A |
| Octal | 22 | 305 | 50 | 133 | 0 | 120 | 27 | 177 | 123 | 52 |
| Binary | 10010 | 11000101 | 101000 | 1011011 | 0 | 1010000 | 10111 | 1111111 | 1010011 | 101010 |
Color Harmonies of #12C528
Complementary color
Monochromatic Colors of #12C528
Black with #12C528
Text Example
Text Example
White with #12C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C528; }
p { color: rgb(18,197,40); }
H1.HeaderClassName
{
color: #12C528;
}
.AnyTagClassName
{
color: #12C528;
}
</style>
background-color css
<style>
a { background-color: #12C528; }
a { background-color: rgb(18,197,40); }
div.DivClassName
{
background-color: #12C528;
}
.BgClassName
{
background-color: #12C528;
}
</style>
border-color css
<style>
span { border-color: #12C528; }
span { border-color: rgb(18,197,40); }
td.TdClassName
{
border-color: #12C528;
}
.TagClassName
{
border-color: #12C528;
}
</style>