Shades of Dark Pastel Green #0CA92D
Tints of Dark Pastel Green #0CA92D
RGB
CMYK
RGB Variations
Color information
#0CA92D (or 0x0CA92D) is known color: Dark Pastel Green. HEX triplet: 0C, A9 and 2D. RGB value is (12,169,45). Sum of RGB (Red+Green+Blue) = 12+169+45=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 169 (66.41% from 255 or 74.78% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA92D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA92D is #F356D2. Grayscale: #6C6C6C. Windows color (decimal): -15947475 or 2992396. OLE color: 2992396.
HSL color Cylindrical-coordinate representation of color #0CA92D: hue angle of 132.61º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA92D is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 45 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.34 |
| HSL | 132.61º | 0.87% | 0.35% | - |
| HSV(B) | 132.61º | 0.93% | 0.66% | - |
| XYZ | 14.81 | 28.64 | 7.23 | - |
| YUV | 107.92 | 92.49 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 45 | 0.93 | 0 | 0.73 | 0.34 | 132.61 | 0.87 | 0.35 |
| Hex | C | A9 | 2D | 5D | 0 | 49 | 22 | 85 | 57 | 23 |
| Octal | 14 | 251 | 55 | 135 | 0 | 111 | 42 | 205 | 127 | 43 |
| Binary | 1100 | 10101001 | 101101 | 1011101 | 0 | 1001001 | 100010 | 10000101 | 1010111 | 100011 |
Color Harmonies of #0CA92D
Complementary color
Monochromatic Colors of #0CA92D
Black with #0CA92D
Text Example
Text Example
White with #0CA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA92D; }
p { color: rgb(12,169,45); }
H1.HeaderClassName
{
color: #0CA92D;
}
.AnyTagClassName
{
color: #0CA92D;
}
</style>
background-color css
<style>
a { background-color: #0CA92D; }
a { background-color: rgb(12,169,45); }
div.DivClassName
{
background-color: #0CA92D;
}
.BgClassName
{
background-color: #0CA92D;
}
</style>
border-color css
<style>
span { border-color: #0CA92D; }
span { border-color: rgb(12,169,45); }
td.TdClassName
{
border-color: #0CA92D;
}
.TagClassName
{
border-color: #0CA92D;
}
</style>