Shades of Pigment Green #0CA95C
Tints of Pigment Green #0CA95C
RGB
CMYK
RGB Variations
Color information
#0CA95C (or 0x0CA95C) is known color: Pigment Green. HEX triplet: 0C, A9 and 5C. RGB value is (12,169,92). Sum of RGB (Red+Green+Blue) = 12+169+92=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA95C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA95C is #F356A3. Grayscale: #717171. Windows color (decimal): -15947428 or 6072588. OLE color: 6072588.
HSL color Cylindrical-coordinate representation of color #0CA95C: hue angle of 150.57º 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 #0CA95C is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 92 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.34 |
| HSL | 150.57º | 0.87% | 0.35% | - |
| HSV(B) | 150.57º | 0.93% | 0.66% | - |
| XYZ | 16.27 | 29.23 | 14.91 | - |
| YUV | 113.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 92 | 0.93 | 0 | 0.46 | 0.34 | 150.57 | 0.87 | 0.35 |
| Hex | C | A9 | 5C | 5D | 0 | 2E | 22 | 97 | 57 | 23 |
| Octal | 14 | 251 | 134 | 135 | 0 | 56 | 42 | 227 | 127 | 43 |
| Binary | 1100 | 10101001 | 1011100 | 1011101 | 0 | 101110 | 100010 | 10010111 | 1010111 | 100011 |
Color Harmonies of #0CA95C
Complementary color
Monochromatic Colors of #0CA95C
Black with #0CA95C
Text Example
Text Example
White with #0CA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA95C; }
p { color: rgb(12,169,92); }
H1.HeaderClassName
{
color: #0CA95C;
}
.AnyTagClassName
{
color: #0CA95C;
}
</style>
background-color css
<style>
a { background-color: #0CA95C; }
a { background-color: rgb(12,169,92); }
div.DivClassName
{
background-color: #0CA95C;
}
.BgClassName
{
background-color: #0CA95C;
}
</style>
border-color css
<style>
span { border-color: #0CA95C; }
span { border-color: rgb(12,169,92); }
td.TdClassName
{
border-color: #0CA95C;
}
.TagClassName
{
border-color: #0CA95C;
}
</style>