Shades of Pigment Green #0CAE4C
Tints of Pigment Green #0CAE4C
RGB
CMYK
RGB Variations
Color information
#0CAE4C (or 0x0CAE4C) is known color: Pigment Green. HEX triplet: 0C, AE and 4C. RGB value is (12,174,76). Sum of RGB (Red+Green+Blue) = 12+174+76=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE4C is #F351B3. Grayscale: #727272. Windows color (decimal): -15946164 or 5025292. OLE color: 5025292.
HSL color Cylindrical-coordinate representation of color #0CAE4C: hue angle of 143.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE4C is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 76 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.32 |
| HSL | 143.7º | 0.87% | 0.36% | - |
| HSV(B) | 143.7º | 0.93% | 0.68% | - |
| XYZ | 16.59 | 30.87 | 11.92 | - |
| YUV | 114.39 | 106.33 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 76 | 0.93 | 0 | 0.56 | 0.32 | 143.7 | 0.87 | 0.36 |
| Hex | C | AE | 4C | 5D | 0 | 38 | 20 | 90 | 57 | 24 |
| Octal | 14 | 256 | 114 | 135 | 0 | 70 | 40 | 220 | 127 | 44 |
| Binary | 1100 | 10101110 | 1001100 | 1011101 | 0 | 111000 | 100000 | 10010000 | 1010111 | 100100 |
Color Harmonies of #0CAE4C
Complementary color
Monochromatic Colors of #0CAE4C
Black with #0CAE4C
Text Example
Text Example
White with #0CAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE4C; }
p { color: rgb(12,174,76); }
H1.HeaderClassName
{
color: #0CAE4C;
}
.AnyTagClassName
{
color: #0CAE4C;
}
</style>
background-color css
<style>
a { background-color: #0CAE4C; }
a { background-color: rgb(12,174,76); }
div.DivClassName
{
background-color: #0CAE4C;
}
.BgClassName
{
background-color: #0CAE4C;
}
</style>
border-color css
<style>
span { border-color: #0CAE4C; }
span { border-color: rgb(12,174,76); }
td.TdClassName
{
border-color: #0CAE4C;
}
.TagClassName
{
border-color: #0CAE4C;
}
</style>