Shades of Jade #00C365
Tints of Jade #00C365
RGB
CMYK
RGB Variations
Color information
#00C365 (or 0x00C365) is known color: Jade. HEX triplet: 00, C3 and 65. RGB value is (0,195,101). Sum of RGB (Red+Green+Blue) = 0+195+101=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #00C365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C365 is #FF3C9A. Grayscale: #7E7E7E. Windows color (decimal): -16727195 or 6669056. OLE color: 6669056.
HSL color Cylindrical-coordinate representation of color #00C365: hue angle of 151.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C365 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 101 | - |
| CMYK | 1 | 0 | 0.48 | 0.24 |
| HSL | 151.08º | 1% | 0.38% | - |
| HSV(B) | 151.08º | 1% | 0.76% | - |
| XYZ | 21.86 | 39.97 | 18.87 | - |
| YUV | 125.98 | 113.9 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 101 | 1 | 0 | 0.48 | 0.24 | 151.08 | 1 | 0.38 |
| Hex | 0 | C3 | 65 | 64 | 0 | 30 | 18 | 97 | 64 | 26 |
| Octal | 0 | 303 | 145 | 144 | 0 | 60 | 30 | 227 | 144 | 46 |
| Binary | 0 | 11000011 | 1100101 | 1100100 | 0 | 110000 | 11000 | 10010111 | 1100100 | 100110 |
Color Harmonies of #00C365
Complementary color
Monochromatic Colors of #00C365
Black with #00C365
Text Example
Text Example
White with #00C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C365; }
p { color: rgb(0,195,101); }
H1.HeaderClassName
{
color: #00C365;
}
.AnyTagClassName
{
color: #00C365;
}
</style>
background-color css
<style>
a { background-color: #00C365; }
a { background-color: rgb(0,195,101); }
div.DivClassName
{
background-color: #00C365;
}
.BgClassName
{
background-color: #00C365;
}
</style>
border-color css
<style>
span { border-color: #00C365; }
span { border-color: rgb(0,195,101); }
td.TdClassName
{
border-color: #00C365;
}
.TagClassName
{
border-color: #00C365;
}
</style>