Shades of Dark Pastel Green #12C226
Tints of Dark Pastel Green #12C226
RGB
CMYK
RGB Variations
Color information
#12C226 (or 0x12C226) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 26. RGB value is (18,194,38). Sum of RGB (Red+Green+Blue) = 18+194+38=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 194 (76.17% from 255 or 77.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 194 - color contains mainly: green. Hex color #12C226 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C226 is #ED3DD9. Grayscale: #7C7C7C. Windows color (decimal): -15547866 or 2540050. OLE color: 2540050.
HSL color Cylindrical-coordinate representation of color #12C226: hue angle of 126.82º 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 #12C226 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 38 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.24 |
| HSL | 126.82º | 0.83% | 0.42% | - |
| HSV(B) | 126.82º | 0.91% | 0.76% | - |
| XYZ | 19.89 | 38.85 | 8.28 | - |
| YUV | 123.59 | 79.69 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 38 | 0.91 | 0 | 0.80 | 0.24 | 126.82 | 0.83 | 0.42 |
| Hex | 12 | C2 | 26 | 5B | 0 | 50 | 18 | 7F | 53 | 2A |
| Octal | 22 | 302 | 46 | 133 | 0 | 120 | 30 | 177 | 123 | 52 |
| Binary | 10010 | 11000010 | 100110 | 1011011 | 0 | 1010000 | 11000 | 1111111 | 1010011 | 101010 |
Color Harmonies of #12C226
Complementary color
Monochromatic Colors of #12C226
Black with #12C226
Text Example
Text Example
White with #12C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C226; }
p { color: rgb(18,194,38); }
H1.HeaderClassName
{
color: #12C226;
}
.AnyTagClassName
{
color: #12C226;
}
</style>
background-color css
<style>
a { background-color: #12C226; }
a { background-color: rgb(18,194,38); }
div.DivClassName
{
background-color: #12C226;
}
.BgClassName
{
background-color: #12C226;
}
</style>
border-color css
<style>
span { border-color: #12C226; }
span { border-color: rgb(18,194,38); }
td.TdClassName
{
border-color: #12C226;
}
.TagClassName
{
border-color: #12C226;
}
</style>