Shades of Dark Pastel Green #0CAC3D
Tints of Dark Pastel Green #0CAC3D
RGB
CMYK
RGB Variations
Color information
#0CAC3D (or 0x0CAC3D) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 3D. RGB value is (12,172,61). Sum of RGB (Red+Green+Blue) = 12+172+61=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC3D is #F353C2. Grayscale: #6F6F6F. Windows color (decimal): -15946691 or 4041740. OLE color: 4041740.
HSL color Cylindrical-coordinate representation of color #0CAC3D: hue angle of 138.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC3D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 61 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.33 |
| HSL | 138.38º | 0.87% | 0.36% | - |
| HSV(B) | 138.38º | 0.93% | 0.67% | - |
| XYZ | 15.75 | 29.92 | 9.36 | - |
| YUV | 111.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 61 | 0.93 | 0 | 0.65 | 0.33 | 138.38 | 0.87 | 0.36 |
| Hex | C | AC | 3D | 5D | 0 | 41 | 21 | 8A | 57 | 24 |
| Octal | 14 | 254 | 75 | 135 | 0 | 101 | 41 | 212 | 127 | 44 |
| Binary | 1100 | 10101100 | 111101 | 1011101 | 0 | 1000001 | 100001 | 10001010 | 1010111 | 100100 |
Color Harmonies of #0CAC3D
Complementary color
Monochromatic Colors of #0CAC3D
Black with #0CAC3D
Text Example
Text Example
White with #0CAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC3D; }
p { color: rgb(12,172,61); }
H1.HeaderClassName
{
color: #0CAC3D;
}
.AnyTagClassName
{
color: #0CAC3D;
}
</style>
background-color css
<style>
a { background-color: #0CAC3D; }
a { background-color: rgb(12,172,61); }
div.DivClassName
{
background-color: #0CAC3D;
}
.BgClassName
{
background-color: #0CAC3D;
}
</style>
border-color css
<style>
span { border-color: #0CAC3D; }
span { border-color: rgb(12,172,61); }
td.TdClassName
{
border-color: #0CAC3D;
}
.TagClassName
{
border-color: #0CAC3D;
}
</style>