Shades of Dark Pastel Green #12C248
Tints of Dark Pastel Green #12C248
RGB
CMYK
RGB Variations
Color information
#12C248 (or 0x12C248) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 48. RGB value is (18,194,72). Sum of RGB (Red+Green+Blue) = 18+194+72=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #12C248 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C248 is #ED3DB7. Grayscale: #7F7F7F. Windows color (decimal): -15547832 or 4768274. OLE color: 4768274.
HSL color Cylindrical-coordinate representation of color #12C248: hue angle of 138.41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C248 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 72 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.24 |
| HSL | 138.41º | 0.83% | 0.42% | - |
| HSV(B) | 138.41º | 0.91% | 0.76% | - |
| XYZ | 20.71 | 39.18 | 12.6 | - |
| YUV | 127.47 | 96.69 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 72 | 0.91 | 0 | 0.63 | 0.24 | 138.41 | 0.83 | 0.42 |
| Hex | 12 | C2 | 48 | 5B | 0 | 3F | 18 | 8A | 53 | 2A |
| Octal | 22 | 302 | 110 | 133 | 0 | 77 | 30 | 212 | 123 | 52 |
| Binary | 10010 | 11000010 | 1001000 | 1011011 | 0 | 111111 | 11000 | 10001010 | 1010011 | 101010 |
Color Harmonies of #12C248
Complementary color
Monochromatic Colors of #12C248
Black with #12C248
Text Example
Text Example
White with #12C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C248; }
p { color: rgb(18,194,72); }
H1.HeaderClassName
{
color: #12C248;
}
.AnyTagClassName
{
color: #12C248;
}
</style>
background-color css
<style>
a { background-color: #12C248; }
a { background-color: rgb(18,194,72); }
div.DivClassName
{
background-color: #12C248;
}
.BgClassName
{
background-color: #12C248;
}
</style>
border-color css
<style>
span { border-color: #12C248; }
span { border-color: rgb(18,194,72); }
td.TdClassName
{
border-color: #12C248;
}
.TagClassName
{
border-color: #12C248;
}
</style>