Shades of Pigment Green #0CAE5C
Tints of Pigment Green #0CAE5C
RGB
CMYK
RGB Variations
Color information
#0CAE5C (or 0x0CAE5C) is known color: Pigment Green. HEX triplet: 0C, AE and 5C. RGB value is (12,174,92). Sum of RGB (Red+Green+Blue) = 12+174+92=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE5C is #F351A3. Grayscale: #747474. Windows color (decimal): -15946148 or 6073868. OLE color: 6073868.
HSL color Cylindrical-coordinate representation of color #0CAE5C: hue angle of 149.63º 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 #0CAE5C is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 92 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.32 |
| HSL | 149.63º | 0.87% | 0.36% | - |
| HSV(B) | 149.63º | 0.93% | 0.68% | - |
| XYZ | 17.22 | 31.12 | 15.22 | - |
| YUV | 116.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 92 | 0.93 | 0 | 0.47 | 0.32 | 149.63 | 0.87 | 0.36 |
| Hex | C | AE | 5C | 5D | 0 | 2F | 20 | 96 | 57 | 24 |
| Octal | 14 | 256 | 134 | 135 | 0 | 57 | 40 | 226 | 127 | 44 |
| Binary | 1100 | 10101110 | 1011100 | 1011101 | 0 | 101111 | 100000 | 10010110 | 1010111 | 100100 |
Color Harmonies of #0CAE5C
Complementary color
Monochromatic Colors of #0CAE5C
Black with #0CAE5C
Text Example
Text Example
White with #0CAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE5C; }
p { color: rgb(12,174,92); }
H1.HeaderClassName
{
color: #0CAE5C;
}
.AnyTagClassName
{
color: #0CAE5C;
}
</style>
background-color css
<style>
a { background-color: #0CAE5C; }
a { background-color: rgb(12,174,92); }
div.DivClassName
{
background-color: #0CAE5C;
}
.BgClassName
{
background-color: #0CAE5C;
}
</style>
border-color css
<style>
span { border-color: #0CAE5C; }
span { border-color: rgb(12,174,92); }
td.TdClassName
{
border-color: #0CAE5C;
}
.TagClassName
{
border-color: #0CAE5C;
}
</style>