Shades of Jade #00C275
Tints of Jade #00C275
RGB
CMYK
RGB Variations
Color information
#00C275 (or 0x00C275) is known color: Jade. HEX triplet: 00, C2 and 75. RGB value is (0,194,117). Sum of RGB (Red+Green+Blue) = 0+194+117=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #00C275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C275 is #FF3D8A. Grayscale: #7F7F7F. Windows color (decimal): -16727435 or 7717376. OLE color: 7717376.
HSL color Cylindrical-coordinate representation of color #00C275: hue angle of 156.19º 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 #00C275 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 117 | - |
| CMYK | 1 | 0 | 0.40 | 0.24 |
| HSL | 156.19º | 1% | 0.38% | - |
| HSV(B) | 156.19º | 1% | 0.76% | - |
| XYZ | 22.5 | 39.87 | 23.34 | - |
| YUV | 127.22 | 122.23 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 117 | 1 | 0 | 0.40 | 0.24 | 156.19 | 1 | 0.38 |
| Hex | 0 | C2 | 75 | 64 | 0 | 28 | 18 | 9C | 64 | 26 |
| Octal | 0 | 302 | 165 | 144 | 0 | 50 | 30 | 234 | 144 | 46 |
| Binary | 0 | 11000010 | 1110101 | 1100100 | 0 | 101000 | 11000 | 10011100 | 1100100 | 100110 |
Color Harmonies of #00C275
Complementary color
Monochromatic Colors of #00C275
Black with #00C275
Text Example
Text Example
White with #00C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C275; }
p { color: rgb(0,194,117); }
H1.HeaderClassName
{
color: #00C275;
}
.AnyTagClassName
{
color: #00C275;
}
</style>
background-color css
<style>
a { background-color: #00C275; }
a { background-color: rgb(0,194,117); }
div.DivClassName
{
background-color: #00C275;
}
.BgClassName
{
background-color: #00C275;
}
</style>
border-color css
<style>
span { border-color: #00C275; }
span { border-color: rgb(0,194,117); }
td.TdClassName
{
border-color: #00C275;
}
.TagClassName
{
border-color: #00C275;
}
</style>