Shades of Dark Pastel Green #12CA2C
Tints of Dark Pastel Green #12CA2C
RGB
CMYK
RGB Variations
Color information
#12CA2C (or 0x12CA2C) is known color: Dark Pastel Green. HEX triplet: 12, CA and 2C. RGB value is (18,202,44). Sum of RGB (Red+Green+Blue) = 18+202+44=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 202 (79.30% from 255 or 76.52% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA2C is #ED35D3. Grayscale: #818181. Windows color (decimal): -15545812 or 2935314. OLE color: 2935314.
HSL color Cylindrical-coordinate representation of color #12CA2C: hue angle of 128.48º 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 #12CA2C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 44 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.21 |
| HSL | 128.48º | 0.84% | 0.43% | - |
| HSV(B) | 128.48º | 0.91% | 0.79% | - |
| XYZ | 21.82 | 42.55 | 9.45 | - |
| YUV | 128.97 | 80.04 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 44 | 0.91 | 0 | 0.78 | 0.21 | 128.48 | 0.84 | 0.43 |
| Hex | 12 | CA | 2C | 5B | 0 | 4E | 15 | 80 | 54 | 2B |
| Octal | 22 | 312 | 54 | 133 | 0 | 116 | 25 | 200 | 124 | 53 |
| Binary | 10010 | 11001010 | 101100 | 1011011 | 0 | 1001110 | 10101 | 10000000 | 1010100 | 101011 |
Color Harmonies of #12CA2C
Complementary color
Monochromatic Colors of #12CA2C
Black with #12CA2C
Text Example
Text Example
White with #12CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CA2C; }
p { color: rgb(18,202,44); }
H1.HeaderClassName
{
color: #12CA2C;
}
.AnyTagClassName
{
color: #12CA2C;
}
</style>
background-color css
<style>
a { background-color: #12CA2C; }
a { background-color: rgb(18,202,44); }
div.DivClassName
{
background-color: #12CA2C;
}
.BgClassName
{
background-color: #12CA2C;
}
</style>
border-color css
<style>
span { border-color: #12CA2C; }
span { border-color: rgb(18,202,44); }
td.TdClassName
{
border-color: #12CA2C;
}
.TagClassName
{
border-color: #12CA2C;
}
</style>