Shades of Dark Pastel Green #12C024
Tints of Dark Pastel Green #12C024
RGB
CMYK
RGB Variations
Color information
#12C024 (or 0x12C024) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 24. RGB value is (18,192,36). Sum of RGB (Red+Green+Blue) = 18+192+36=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #12C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C024 is #ED3FDB. Grayscale: #7A7A7A. Windows color (decimal): -15548380 or 2408466. OLE color: 2408466.
HSL color Cylindrical-coordinate representation of color #12C024: hue angle of 126.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C024 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 36 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.25 |
| HSL | 126.21º | 0.83% | 0.41% | - |
| HSV(B) | 126.21º | 0.91% | 0.75% | - |
| XYZ | 19.42 | 37.96 | 7.97 | - |
| YUV | 122.19 | 79.35 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 36 | 0.91 | 0 | 0.81 | 0.25 | 126.21 | 0.83 | 0.41 |
| Hex | 12 | C0 | 24 | 5B | 0 | 51 | 19 | 7E | 53 | 29 |
| Octal | 22 | 300 | 44 | 133 | 0 | 121 | 31 | 176 | 123 | 51 |
| Binary | 10010 | 11000000 | 100100 | 1011011 | 0 | 1010001 | 11001 | 1111110 | 1010011 | 101001 |
Color Harmonies of #12C024
Complementary color
Monochromatic Colors of #12C024
Black with #12C024
Text Example
Text Example
White with #12C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C024; }
p { color: rgb(18,192,36); }
H1.HeaderClassName
{
color: #12C024;
}
.AnyTagClassName
{
color: #12C024;
}
</style>
background-color css
<style>
a { background-color: #12C024; }
a { background-color: rgb(18,192,36); }
div.DivClassName
{
background-color: #12C024;
}
.BgClassName
{
background-color: #12C024;
}
</style>
border-color css
<style>
span { border-color: #12C024; }
span { border-color: rgb(18,192,36); }
td.TdClassName
{
border-color: #12C024;
}
.TagClassName
{
border-color: #12C024;
}
</style>