Shades of Pigment Green #0CAE57
Tints of Pigment Green #0CAE57
RGB
CMYK
RGB Variations
Color information
#0CAE57 (or 0x0CAE57) is known color: Pigment Green. HEX triplet: 0C, AE and 57. RGB value is (12,174,87). Sum of RGB (Red+Green+Blue) = 12+174+87=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE57 is #F351A8. Grayscale: #737373. Windows color (decimal): -15946153 or 5746188. OLE color: 5746188.
HSL color Cylindrical-coordinate representation of color #0CAE57: hue angle of 147.78º 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 #0CAE57 is Cyan = 0.93, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 87 | - |
| CMYK | 0.93 | 0 | 0.5 | 0.32 |
| HSL | 147.78º | 0.87% | 0.36% | - |
| HSV(B) | 147.78º | 0.93% | 0.68% | - |
| XYZ | 17.01 | 31.04 | 14.11 | - |
| YUV | 115.64 | 111.83 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 87 | 0.93 | 0 | 0.5 | 0.32 | 147.78 | 0.87 | 0.36 |
| Hex | C | AE | 57 | 5D | 0 | 32 | 20 | 94 | 57 | 24 |
| Octal | 14 | 256 | 127 | 135 | 0 | 62 | 40 | 224 | 127 | 44 |
| Binary | 1100 | 10101110 | 1010111 | 1011101 | 0 | 110010 | 100000 | 10010100 | 1010111 | 100100 |
Color Harmonies of #0CAE57
Complementary color
Monochromatic Colors of #0CAE57
Black with #0CAE57
Text Example
Text Example
White with #0CAE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE57; }
p { color: rgb(12,174,87); }
H1.HeaderClassName
{
color: #0CAE57;
}
.AnyTagClassName
{
color: #0CAE57;
}
</style>
background-color css
<style>
a { background-color: #0CAE57; }
a { background-color: rgb(12,174,87); }
div.DivClassName
{
background-color: #0CAE57;
}
.BgClassName
{
background-color: #0CAE57;
}
</style>
border-color css
<style>
span { border-color: #0CAE57; }
span { border-color: rgb(12,174,87); }
td.TdClassName
{
border-color: #0CAE57;
}
.TagClassName
{
border-color: #0CAE57;
}
</style>