Shades of Jade #02C974
Tints of Jade #02C974
RGB
CMYK
RGB Variations
Color information
#02C974 (or 0x02C974) is known color: Jade. HEX triplet: 02, C9 and 74. RGB value is (2,201,116). Sum of RGB (Red+Green+Blue) = 2+201+116=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #02C974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C974 is #FD368B. Grayscale: #838383. Windows color (decimal): -16594572 or 7653634. OLE color: 7653634.
HSL color Cylindrical-coordinate representation of color #02C974: hue angle of 154.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C974 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 116 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.21 |
| HSL | 154.37º | 0.98% | 0.4% | - |
| HSV(B) | 154.37º | 0.99% | 0.79% | - |
| XYZ | 24.06 | 43.05 | 23.56 | - |
| YUV | 131.81 | 119.07 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 116 | 0.99 | 0 | 0.42 | 0.21 | 154.37 | 0.98 | 0.4 |
| Hex | 2 | C9 | 74 | 63 | 0 | 2A | 15 | 9A | 62 | 28 |
| Octal | 2 | 311 | 164 | 143 | 0 | 52 | 25 | 232 | 142 | 50 |
| Binary | 10 | 11001001 | 1110100 | 1100011 | 0 | 101010 | 10101 | 10011010 | 1100010 | 101000 |
Color Harmonies of #02C974
Complementary color
Monochromatic Colors of #02C974
Black with #02C974
Text Example
Text Example
White with #02C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C974; }
p { color: rgb(2,201,116); }
H1.HeaderClassName
{
color: #02C974;
}
.AnyTagClassName
{
color: #02C974;
}
</style>
background-color css
<style>
a { background-color: #02C974; }
a { background-color: rgb(2,201,116); }
div.DivClassName
{
background-color: #02C974;
}
.BgClassName
{
background-color: #02C974;
}
</style>
border-color css
<style>
span { border-color: #02C974; }
span { border-color: rgb(2,201,116); }
td.TdClassName
{
border-color: #02C974;
}
.TagClassName
{
border-color: #02C974;
}
</style>