Shades of Pigment Green #0CA54D
Tints of Pigment Green #0CA54D
RGB
CMYK
RGB Variations
Color information
#0CA54D (or 0x0CA54D) is known color: Pigment Green. HEX triplet: 0C, A5 and 4D. RGB value is (12,165,77). Sum of RGB (Red+Green+Blue) = 12+165+77=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA54D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA54D is #F35AB2. Grayscale: #6D6D6D. Windows color (decimal): -15948467 or 5088524. OLE color: 5088524.
HSL color Cylindrical-coordinate representation of color #0CA54D: hue angle of 145.49º degrees, saturation: 0.86, 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 #0CA54D is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 165 | 77 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.35 |
| HSL | 145.49º | 0.86% | 0.35% | - |
| HSV(B) | 145.49º | 0.93% | 0.65% | - |
| XYZ | 14.95 | 27.52 | 11.55 | - |
| YUV | 109.22 | 109.81 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 77 | 0.93 | 0 | 0.53 | 0.35 | 145.49 | 0.86 | 0.35 |
| Hex | C | A5 | 4D | 5D | 0 | 35 | 23 | 91 | 56 | 23 |
| Octal | 14 | 245 | 115 | 135 | 0 | 65 | 43 | 221 | 126 | 43 |
| Binary | 1100 | 10100101 | 1001101 | 1011101 | 0 | 110101 | 100011 | 10010001 | 1010110 | 100011 |
Color Harmonies of #0CA54D
Complementary color
Monochromatic Colors of #0CA54D
Black with #0CA54D
Text Example
Text Example
White with #0CA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA54D; }
p { color: rgb(12,165,77); }
H1.HeaderClassName
{
color: #0CA54D;
}
.AnyTagClassName
{
color: #0CA54D;
}
</style>
background-color css
<style>
a { background-color: #0CA54D; }
a { background-color: rgb(12,165,77); }
div.DivClassName
{
background-color: #0CA54D;
}
.BgClassName
{
background-color: #0CA54D;
}
</style>
border-color css
<style>
span { border-color: #0CA54D; }
span { border-color: rgb(12,165,77); }
td.TdClassName
{
border-color: #0CA54D;
}
.TagClassName
{
border-color: #0CA54D;
}
</style>