Shades of Dark Pastel Green #0CA338
Tints of Dark Pastel Green #0CA338
RGB
CMYK
RGB Variations
Color information
#0CA338 (or 0x0CA338) is known color: Dark Pastel Green. HEX triplet: 0C, A3 and 38. RGB value is (12,163,56). Sum of RGB (Red+Green+Blue) = 12+163+56=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 163 (64.06% from 255 or 70.56% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA338 is #F35CC7. Grayscale: #696969. Windows color (decimal): -15949000 or 3711756. OLE color: 3711756.
HSL color Cylindrical-coordinate representation of color #0CA338: hue angle of 137.48º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA338 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 56 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.36 |
| HSL | 137.48º | 0.86% | 0.34% | - |
| HSV(B) | 137.48º | 0.93% | 0.64% | - |
| XYZ | 13.96 | 26.56 | 8.13 | - |
| YUV | 105.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 56 | 0.93 | 0 | 0.66 | 0.36 | 137.48 | 0.86 | 0.34 |
| Hex | C | A3 | 38 | 5D | 0 | 42 | 24 | 89 | 56 | 22 |
| Octal | 14 | 243 | 70 | 135 | 0 | 102 | 44 | 211 | 126 | 42 |
| Binary | 1100 | 10100011 | 111000 | 1011101 | 0 | 1000010 | 100100 | 10001001 | 1010110 | 100010 |
Color Harmonies of #0CA338
Complementary color
Monochromatic Colors of #0CA338
Black with #0CA338
Text Example
Text Example
White with #0CA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA338; }
p { color: rgb(12,163,56); }
H1.HeaderClassName
{
color: #0CA338;
}
.AnyTagClassName
{
color: #0CA338;
}
</style>
background-color css
<style>
a { background-color: #0CA338; }
a { background-color: rgb(12,163,56); }
div.DivClassName
{
background-color: #0CA338;
}
.BgClassName
{
background-color: #0CA338;
}
</style>
border-color css
<style>
span { border-color: #0CA338; }
span { border-color: rgb(12,163,56); }
td.TdClassName
{
border-color: #0CA338;
}
.TagClassName
{
border-color: #0CA338;
}
</style>