Shades of Dark Pastel Green #12CC40
Tints of Dark Pastel Green #12CC40
RGB
CMYK
RGB Variations
Color information
#12CC40 (or 0x12CC40) is known color: Dark Pastel Green. HEX triplet: 12, CC and 40. RGB value is (18,204,64). Sum of RGB (Red+Green+Blue) = 18+204+64=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC40 is #ED33BF. Grayscale: #848484. Windows color (decimal): -15545280 or 4246546. OLE color: 4246546.
HSL color Cylindrical-coordinate representation of color #12CC40: hue angle of 134.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC40 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 64 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.2 |
| HSL | 134.84º | 0.84% | 0.44% | - |
| HSV(B) | 134.84º | 0.91% | 0.8% | - |
| XYZ | 22.77 | 43.68 | 12.08 | - |
| YUV | 132.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 64 | 0.91 | 0 | 0.69 | 0.2 | 134.84 | 0.84 | 0.44 |
| Hex | 12 | CC | 40 | 5B | 0 | 45 | 14 | 87 | 54 | 2C |
| Octal | 22 | 314 | 100 | 133 | 0 | 105 | 24 | 207 | 124 | 54 |
| Binary | 10010 | 11001100 | 1000000 | 1011011 | 0 | 1000101 | 10100 | 10000111 | 1010100 | 101100 |
Color Harmonies of #12CC40
Complementary color
Monochromatic Colors of #12CC40
Black with #12CC40
Text Example
Text Example
White with #12CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC40; }
p { color: rgb(18,204,64); }
H1.HeaderClassName
{
color: #12CC40;
}
.AnyTagClassName
{
color: #12CC40;
}
</style>
background-color css
<style>
a { background-color: #12CC40; }
a { background-color: rgb(18,204,64); }
div.DivClassName
{
background-color: #12CC40;
}
.BgClassName
{
background-color: #12CC40;
}
</style>
border-color css
<style>
span { border-color: #12CC40; }
span { border-color: rgb(18,204,64); }
td.TdClassName
{
border-color: #12CC40;
}
.TagClassName
{
border-color: #12CC40;
}
</style>