Shades of Pigment Green #0CA641
Tints of Pigment Green #0CA641
RGB
CMYK
RGB Variations
Color information
#0CA641 (or 0x0CA641) is known color: Pigment Green. HEX triplet: 0C, A6 and 41. RGB value is (12,166,65). Sum of RGB (Red+Green+Blue) = 12+166+65=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA641 is #F359BE. Grayscale: #6C6C6C. Windows color (decimal): -15948223 or 4302348. OLE color: 4302348.
HSL color Cylindrical-coordinate representation of color #0CA641: hue angle of 140.65º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA641 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 166 | 65 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.35 |
| HSL | 140.65º | 0.87% | 0.35% | - |
| HSV(B) | 140.65º | 0.93% | 0.65% | - |
| XYZ | 14.74 | 27.73 | 9.58 | - |
| YUV | 108.44 | 103.48 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 65 | 0.93 | 0 | 0.61 | 0.35 | 140.65 | 0.87 | 0.35 |
| Hex | C | A6 | 41 | 5D | 0 | 3D | 23 | 8D | 57 | 23 |
| Octal | 14 | 246 | 101 | 135 | 0 | 75 | 43 | 215 | 127 | 43 |
| Binary | 1100 | 10100110 | 1000001 | 1011101 | 0 | 111101 | 100011 | 10001101 | 1010111 | 100011 |
Color Harmonies of #0CA641
Complementary color
Monochromatic Colors of #0CA641
Black with #0CA641
Text Example
Text Example
White with #0CA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA641; }
p { color: rgb(12,166,65); }
H1.HeaderClassName
{
color: #0CA641;
}
.AnyTagClassName
{
color: #0CA641;
}
</style>
background-color css
<style>
a { background-color: #0CA641; }
a { background-color: rgb(12,166,65); }
div.DivClassName
{
background-color: #0CA641;
}
.BgClassName
{
background-color: #0CA641;
}
</style>
border-color css
<style>
span { border-color: #0CA641; }
span { border-color: rgb(12,166,65); }
td.TdClassName
{
border-color: #0CA641;
}
.TagClassName
{
border-color: #0CA641;
}
</style>