Shades of Pigment Green #0CA858
Tints of Pigment Green #0CA858
RGB
CMYK
RGB Variations
Color information
#0CA858 (or 0x0CA858) is known color: Pigment Green. HEX triplet: 0C, A8 and 58. RGB value is (12,168,88). Sum of RGB (Red+Green+Blue) = 12+168+88=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA858 is #F357A7. Grayscale: #707070. Windows color (decimal): -15947688 or 5810188. OLE color: 5810188.
HSL color Cylindrical-coordinate representation of color #0CA858: hue angle of 149.23º 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 #0CA858 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 88 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.34 |
| HSL | 149.23º | 0.87% | 0.35% | - |
| HSV(B) | 149.23º | 0.93% | 0.66% | - |
| XYZ | 15.92 | 28.79 | 13.95 | - |
| YUV | 112.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 88 | 0.93 | 0 | 0.48 | 0.34 | 149.23 | 0.87 | 0.35 |
| Hex | C | A8 | 58 | 5D | 0 | 30 | 22 | 95 | 57 | 23 |
| Octal | 14 | 250 | 130 | 135 | 0 | 60 | 42 | 225 | 127 | 43 |
| Binary | 1100 | 10101000 | 1011000 | 1011101 | 0 | 110000 | 100010 | 10010101 | 1010111 | 100011 |
Color Harmonies of #0CA858
Complementary color
Monochromatic Colors of #0CA858
Black with #0CA858
Text Example
Text Example
White with #0CA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA858; }
p { color: rgb(12,168,88); }
H1.HeaderClassName
{
color: #0CA858;
}
.AnyTagClassName
{
color: #0CA858;
}
</style>
background-color css
<style>
a { background-color: #0CA858; }
a { background-color: rgb(12,168,88); }
div.DivClassName
{
background-color: #0CA858;
}
.BgClassName
{
background-color: #0CA858;
}
</style>
border-color css
<style>
span { border-color: #0CA858; }
span { border-color: rgb(12,168,88); }
td.TdClassName
{
border-color: #0CA858;
}
.TagClassName
{
border-color: #0CA858;
}
</style>