Shades of Jade #0CC365
Tints of Jade #0CC365
RGB
CMYK
RGB Variations
Color information
#0CC365 (or 0x0CC365) is known color: Jade. HEX triplet: 0C, C3 and 65. RGB value is (12,195,101). Sum of RGB (Red+Green+Blue) = 12+195+101=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC365 is #F33C9A. Grayscale: #818181. Windows color (decimal): -15940763 or 6669068. OLE color: 6669068.
HSL color Cylindrical-coordinate representation of color #0CC365: hue angle of 149.18º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC365 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 101 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.24 |
| HSL | 149.18º | 0.88% | 0.41% | - |
| HSV(B) | 149.18º | 0.94% | 0.76% | - |
| XYZ | 22.02 | 40.05 | 18.88 | - |
| YUV | 129.57 | 111.87 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 101 | 0.94 | 0 | 0.48 | 0.24 | 149.18 | 0.88 | 0.41 |
| Hex | C | C3 | 65 | 5E | 0 | 30 | 18 | 95 | 58 | 29 |
| Octal | 14 | 303 | 145 | 136 | 0 | 60 | 30 | 225 | 130 | 51 |
| Binary | 1100 | 11000011 | 1100101 | 1011110 | 0 | 110000 | 11000 | 10010101 | 1011000 | 101001 |
Color Harmonies of #0CC365
Complementary color
Monochromatic Colors of #0CC365
Black with #0CC365
Text Example
Text Example
White with #0CC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC365; }
p { color: rgb(12,195,101); }
H1.HeaderClassName
{
color: #0CC365;
}
.AnyTagClassName
{
color: #0CC365;
}
</style>
background-color css
<style>
a { background-color: #0CC365; }
a { background-color: rgb(12,195,101); }
div.DivClassName
{
background-color: #0CC365;
}
.BgClassName
{
background-color: #0CC365;
}
</style>
border-color css
<style>
span { border-color: #0CC365; }
span { border-color: rgb(12,195,101); }
td.TdClassName
{
border-color: #0CC365;
}
.TagClassName
{
border-color: #0CC365;
}
</style>