Shades of Pigment Green #0CA956
Tints of Pigment Green #0CA956
RGB
CMYK
RGB Variations
Color information
#0CA956 (or 0x0CA956) is known color: Pigment Green. HEX triplet: 0C, A9 and 56. RGB value is (12,169,86). Sum of RGB (Red+Green+Blue) = 12+169+86=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA956 is #F356A9. Grayscale: #707070. Windows color (decimal): -15947434 or 5679372. OLE color: 5679372.
HSL color Cylindrical-coordinate representation of color #0CA956: hue angle of 148.28º 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 #0CA956 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 86 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.34 |
| HSL | 148.28º | 0.87% | 0.35% | - |
| HSV(B) | 148.28º | 0.93% | 0.66% | - |
| XYZ | 16.02 | 29.13 | 13.58 | - |
| YUV | 112.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 86 | 0.93 | 0 | 0.49 | 0.34 | 148.28 | 0.87 | 0.35 |
| Hex | C | A9 | 56 | 5D | 0 | 31 | 22 | 94 | 57 | 23 |
| Octal | 14 | 251 | 126 | 135 | 0 | 61 | 42 | 224 | 127 | 43 |
| Binary | 1100 | 10101001 | 1010110 | 1011101 | 0 | 110001 | 100010 | 10010100 | 1010111 | 100011 |
Color Harmonies of #0CA956
Complementary color
Monochromatic Colors of #0CA956
Black with #0CA956
Text Example
Text Example
White with #0CA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA956; }
p { color: rgb(12,169,86); }
H1.HeaderClassName
{
color: #0CA956;
}
.AnyTagClassName
{
color: #0CA956;
}
</style>
background-color css
<style>
a { background-color: #0CA956; }
a { background-color: rgb(12,169,86); }
div.DivClassName
{
background-color: #0CA956;
}
.BgClassName
{
background-color: #0CA956;
}
</style>
border-color css
<style>
span { border-color: #0CA956; }
span { border-color: rgb(12,169,86); }
td.TdClassName
{
border-color: #0CA956;
}
.TagClassName
{
border-color: #0CA956;
}
</style>