Shades of Dark Pastel Green #12CA45
Tints of Dark Pastel Green #12CA45
RGB
CMYK
RGB Variations
Color information
#12CA45 (or 0x12CA45) is known color: Dark Pastel Green. HEX triplet: 12, CA and 45. RGB value is (18,202,69). Sum of RGB (Red+Green+Blue) = 18+202+69=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA45 is #ED35BA. Grayscale: #848484. Windows color (decimal): -15545787 or 4573714. OLE color: 4573714.
HSL color Cylindrical-coordinate representation of color #12CA45: hue angle of 136.63º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA45 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 69 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.21 |
| HSL | 136.63º | 0.84% | 0.43% | - |
| HSV(B) | 136.63º | 0.91% | 0.79% | - |
| XYZ | 22.44 | 42.8 | 12.71 | - |
| YUV | 131.82 | 92.54 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 69 | 0.91 | 0 | 0.66 | 0.21 | 136.63 | 0.84 | 0.43 |
| Hex | 12 | CA | 45 | 5B | 0 | 42 | 15 | 89 | 54 | 2B |
| Octal | 22 | 312 | 105 | 133 | 0 | 102 | 25 | 211 | 124 | 53 |
| Binary | 10010 | 11001010 | 1000101 | 1011011 | 0 | 1000010 | 10101 | 10001001 | 1010100 | 101011 |
Color Harmonies of #12CA45
Complementary color
Monochromatic Colors of #12CA45
Black with #12CA45
Text Example
Text Example
White with #12CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CA45; }
p { color: rgb(18,202,69); }
H1.HeaderClassName
{
color: #12CA45;
}
.AnyTagClassName
{
color: #12CA45;
}
</style>
background-color css
<style>
a { background-color: #12CA45; }
a { background-color: rgb(18,202,69); }
div.DivClassName
{
background-color: #12CA45;
}
.BgClassName
{
background-color: #12CA45;
}
</style>
border-color css
<style>
span { border-color: #12CA45; }
span { border-color: rgb(18,202,69); }
td.TdClassName
{
border-color: #12CA45;
}
.TagClassName
{
border-color: #12CA45;
}
</style>