Shades of Mountain Meadow #02C17C
Tints of Mountain Meadow #02C17C
RGB
CMYK
RGB Variations
Color information
#02C17C (or 0x02C17C) is known color: Mountain Meadow. HEX triplet: 02, C1 and 7C. RGB value is (2,193,124). Sum of RGB (Red+Green+Blue) = 2+193+124=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #02C17C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C17C is #FD3E83. Grayscale: #808080. Windows color (decimal): -16596612 or 8175874. OLE color: 8175874.
HSL color Cylindrical-coordinate representation of color #02C17C: hue angle of 158.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C17C is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 124 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.24 |
| HSL | 158.32º | 0.98% | 0.38% | - |
| HSV(B) | 158.32º | 0.99% | 0.76% | - |
| XYZ | 22.73 | 39.61 | 25.52 | - |
| YUV | 128.03 | 125.72 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 124 | 0.99 | 0 | 0.36 | 0.24 | 158.32 | 0.98 | 0.38 |
| Hex | 2 | C1 | 7C | 63 | 0 | 24 | 18 | 9E | 62 | 26 |
| Octal | 2 | 301 | 174 | 143 | 0 | 44 | 30 | 236 | 142 | 46 |
| Binary | 10 | 11000001 | 1111100 | 1100011 | 0 | 100100 | 11000 | 10011110 | 1100010 | 100110 |
Color Harmonies of #02C17C
Complementary color
Monochromatic Colors of #02C17C
Black with #02C17C
Text Example
Text Example
White with #02C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C17C; }
p { color: rgb(2,193,124); }
H1.HeaderClassName
{
color: #02C17C;
}
.AnyTagClassName
{
color: #02C17C;
}
</style>
background-color css
<style>
a { background-color: #02C17C; }
a { background-color: rgb(2,193,124); }
div.DivClassName
{
background-color: #02C17C;
}
.BgClassName
{
background-color: #02C17C;
}
</style>
border-color css
<style>
span { border-color: #02C17C; }
span { border-color: rgb(2,193,124); }
td.TdClassName
{
border-color: #02C17C;
}
.TagClassName
{
border-color: #02C17C;
}
</style>