Shades of Jade #00C25F
Tints of Jade #00C25F
RGB
CMYK
RGB Variations
Color information
#00C25F (or 0x00C25F) is known color: Jade. HEX triplet: 00, C2 and 5F. RGB value is (0,194,95). Sum of RGB (Red+Green+Blue) = 0+194+95=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #00C25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C25F is #FF3DA0. Grayscale: #7C7C7C. Windows color (decimal): -16727457 or 6275584. OLE color: 6275584.
HSL color Cylindrical-coordinate representation of color #00C25F: hue angle of 149.38º 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 #00C25F is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 95 | - |
| CMYK | 1 | 0 | 0.51 | 0.24 |
| HSL | 149.38º | 1% | 0.38% | - |
| HSV(B) | 149.38º | 1% | 0.76% | - |
| XYZ | 21.36 | 39.41 | 17.31 | - |
| YUV | 124.71 | 111.23 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 95 | 1 | 0 | 0.51 | 0.24 | 149.38 | 1 | 0.38 |
| Hex | 0 | C2 | 5F | 64 | 0 | 33 | 18 | 95 | 64 | 26 |
| Octal | 0 | 302 | 137 | 144 | 0 | 63 | 30 | 225 | 144 | 46 |
| Binary | 0 | 11000010 | 1011111 | 1100100 | 0 | 110011 | 11000 | 10010101 | 1100100 | 100110 |
Color Harmonies of #00C25F
Complementary color
Monochromatic Colors of #00C25F
Black with #00C25F
Text Example
Text Example
White with #00C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C25F; }
p { color: rgb(0,194,95); }
H1.HeaderClassName
{
color: #00C25F;
}
.AnyTagClassName
{
color: #00C25F;
}
</style>
background-color css
<style>
a { background-color: #00C25F; }
a { background-color: rgb(0,194,95); }
div.DivClassName
{
background-color: #00C25F;
}
.BgClassName
{
background-color: #00C25F;
}
</style>
border-color css
<style>
span { border-color: #00C25F; }
span { border-color: rgb(0,194,95); }
td.TdClassName
{
border-color: #00C25F;
}
.TagClassName
{
border-color: #00C25F;
}
</style>