Shades of Jade #00C074
Tints of Jade #00C074
RGB
CMYK
RGB Variations
Color information
#00C074 (or 0x00C074) is known color: Jade. HEX triplet: 00, C0 and 74. RGB value is (0,192,116). Sum of RGB (Red+Green+Blue) = 0+192+116=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #00C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C074 is #FF3F8B. Grayscale: #7E7E7E. Windows color (decimal): -16727948 or 7651328. OLE color: 7651328.
HSL color Cylindrical-coordinate representation of color #00C074: hue angle of 156.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C074 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 116 | - |
| CMYK | 1 | 0 | 0.40 | 0.25 |
| HSL | 156.25º | 1% | 0.38% | - |
| HSV(B) | 156.25º | 1% | 0.75% | - |
| XYZ | 22 | 38.96 | 22.88 | - |
| YUV | 125.93 | 122.39 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 116 | 1 | 0 | 0.40 | 0.25 | 156.25 | 1 | 0.38 |
| Hex | 0 | C0 | 74 | 64 | 0 | 28 | 19 | 9C | 64 | 26 |
| Octal | 0 | 300 | 164 | 144 | 0 | 50 | 31 | 234 | 144 | 46 |
| Binary | 0 | 11000000 | 1110100 | 1100100 | 0 | 101000 | 11001 | 10011100 | 1100100 | 100110 |
Color Harmonies of #00C074
Complementary color
Monochromatic Colors of #00C074
Black with #00C074
Text Example
Text Example
White with #00C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C074; }
p { color: rgb(0,192,116); }
H1.HeaderClassName
{
color: #00C074;
}
.AnyTagClassName
{
color: #00C074;
}
</style>
background-color css
<style>
a { background-color: #00C074; }
a { background-color: rgb(0,192,116); }
div.DivClassName
{
background-color: #00C074;
}
.BgClassName
{
background-color: #00C074;
}
</style>
border-color css
<style>
span { border-color: #00C074; }
span { border-color: rgb(0,192,116); }
td.TdClassName
{
border-color: #00C074;
}
.TagClassName
{
border-color: #00C074;
}
</style>