Shades of Jade #00C574
Tints of Jade #00C574
RGB
CMYK
RGB Variations
Color information
#00C574 (or 0x00C574) is known color: Jade. HEX triplet: 00, C5 and 74. RGB value is (0,197,116). Sum of RGB (Red+Green+Blue) = 0+197+116=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #00C574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C574 is #FF3A8B. Grayscale: #808080. Windows color (decimal): -16726668 or 7652608. OLE color: 7652608.
HSL color Cylindrical-coordinate representation of color #00C574: hue angle of 155.33º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C574 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 116 | - |
| CMYK | 1 | 0 | 0.41 | 0.23 |
| HSL | 155.33º | 1% | 0.39% | - |
| HSV(B) | 155.33º | 1% | 0.77% | - |
| XYZ | 23.12 | 41.19 | 23.26 | - |
| YUV | 128.86 | 120.73 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 116 | 1 | 0 | 0.41 | 0.23 | 155.33 | 1 | 0.39 |
| Hex | 0 | C5 | 74 | 64 | 0 | 29 | 17 | 9B | 64 | 27 |
| Octal | 0 | 305 | 164 | 144 | 0 | 51 | 27 | 233 | 144 | 47 |
| Binary | 0 | 11000101 | 1110100 | 1100100 | 0 | 101001 | 10111 | 10011011 | 1100100 | 100111 |
Color Harmonies of #00C574
Complementary color
Monochromatic Colors of #00C574
Black with #00C574
Text Example
Text Example
White with #00C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C574; }
p { color: rgb(0,197,116); }
H1.HeaderClassName
{
color: #00C574;
}
.AnyTagClassName
{
color: #00C574;
}
</style>
background-color css
<style>
a { background-color: #00C574; }
a { background-color: rgb(0,197,116); }
div.DivClassName
{
background-color: #00C574;
}
.BgClassName
{
background-color: #00C574;
}
</style>
border-color css
<style>
span { border-color: #00C574; }
span { border-color: rgb(0,197,116); }
td.TdClassName
{
border-color: #00C574;
}
.TagClassName
{
border-color: #00C574;
}
</style>