Shades of Dark Pastel Green #12C52B
Tints of Dark Pastel Green #12C52B
RGB
CMYK
RGB Variations
Color information
#12C52B (or 0x12C52B) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 2B. RGB value is (18,197,43). Sum of RGB (Red+Green+Blue) = 18+197+43=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #12C52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C52B is #ED3AD4. Grayscale: #7E7E7E. Windows color (decimal): -15547093 or 2868498. OLE color: 2868498.
HSL color Cylindrical-coordinate representation of color #12C52B: hue angle of 128.38º 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 #12C52B is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 43 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.23 |
| HSL | 128.38º | 0.83% | 0.42% | - |
| HSV(B) | 128.38º | 0.91% | 0.77% | - |
| XYZ | 20.65 | 40.24 | 8.96 | - |
| YUV | 125.92 | 81.2 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 43 | 0.91 | 0 | 0.78 | 0.23 | 128.38 | 0.83 | 0.42 |
| Hex | 12 | C5 | 2B | 5B | 0 | 4E | 17 | 80 | 53 | 2A |
| Octal | 22 | 305 | 53 | 133 | 0 | 116 | 27 | 200 | 123 | 52 |
| Binary | 10010 | 11000101 | 101011 | 1011011 | 0 | 1001110 | 10111 | 10000000 | 1010011 | 101010 |
Color Harmonies of #12C52B
Complementary color
Monochromatic Colors of #12C52B
Black with #12C52B
Text Example
Text Example
White with #12C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C52B; }
p { color: rgb(18,197,43); }
H1.HeaderClassName
{
color: #12C52B;
}
.AnyTagClassName
{
color: #12C52B;
}
</style>
background-color css
<style>
a { background-color: #12C52B; }
a { background-color: rgb(18,197,43); }
div.DivClassName
{
background-color: #12C52B;
}
.BgClassName
{
background-color: #12C52B;
}
</style>
border-color css
<style>
span { border-color: #12C52B; }
span { border-color: rgb(18,197,43); }
td.TdClassName
{
border-color: #12C52B;
}
.TagClassName
{
border-color: #12C52B;
}
</style>