Shades of Dark Pastel Green #12C227
Tints of Dark Pastel Green #12C227
RGB
CMYK
RGB Variations
Color information
#12C227 (or 0x12C227) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 27. RGB value is (18,194,39). Sum of RGB (Red+Green+Blue) = 18+194+39=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #12C227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C227 is #ED3DD8. Grayscale: #7C7C7C. Windows color (decimal): -15547865 or 2605586. OLE color: 2605586.
HSL color Cylindrical-coordinate representation of color #12C227: hue angle of 127.16º 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 #12C227 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 39 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.24 |
| HSL | 127.16º | 0.83% | 0.42% | - |
| HSV(B) | 127.16º | 0.91% | 0.76% | - |
| XYZ | 19.91 | 38.86 | 8.37 | - |
| YUV | 123.71 | 80.19 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 39 | 0.91 | 0 | 0.80 | 0.24 | 127.16 | 0.83 | 0.42 |
| Hex | 12 | C2 | 27 | 5B | 0 | 50 | 18 | 7F | 53 | 2A |
| Octal | 22 | 302 | 47 | 133 | 0 | 120 | 30 | 177 | 123 | 52 |
| Binary | 10010 | 11000010 | 100111 | 1011011 | 0 | 1010000 | 11000 | 1111111 | 1010011 | 101010 |
Color Harmonies of #12C227
Complementary color
Monochromatic Colors of #12C227
Black with #12C227
Text Example
Text Example
White with #12C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C227; }
p { color: rgb(18,194,39); }
H1.HeaderClassName
{
color: #12C227;
}
.AnyTagClassName
{
color: #12C227;
}
</style>
background-color css
<style>
a { background-color: #12C227; }
a { background-color: rgb(18,194,39); }
div.DivClassName
{
background-color: #12C227;
}
.BgClassName
{
background-color: #12C227;
}
</style>
border-color css
<style>
span { border-color: #12C227; }
span { border-color: rgb(18,194,39); }
td.TdClassName
{
border-color: #12C227;
}
.TagClassName
{
border-color: #12C227;
}
</style>