Shades of Pigment Green #00C15C
Tints of Pigment Green #00C15C
RGB
CMYK
RGB Variations
Color information
#00C15C (or 0x00C15C) is known color: Pigment Green. HEX triplet: 00, C1 and 5C. RGB value is (0,193,92). Sum of RGB (Red+Green+Blue) = 0+193+92=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #00C15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C15C is #FF3EA3. Grayscale: #7B7B7B. Windows color (decimal): -16727716 or 6078720. OLE color: 6078720.
HSL color Cylindrical-coordinate representation of color #00C15C: hue angle of 148.6º 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 #00C15C is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 92 | - |
| CMYK | 1 | 0 | 0.52 | 0.24 |
| HSL | 148.6º | 1% | 0.38% | - |
| HSV(B) | 148.6º | 1% | 0.76% | - |
| XYZ | 21 | 38.91 | 16.53 | - |
| YUV | 123.78 | 110.06 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 92 | 1 | 0 | 0.52 | 0.24 | 148.6 | 1 | 0.38 |
| Hex | 0 | C1 | 5C | 64 | 0 | 34 | 18 | 95 | 64 | 26 |
| Octal | 0 | 301 | 134 | 144 | 0 | 64 | 30 | 225 | 144 | 46 |
| Binary | 0 | 11000001 | 1011100 | 1100100 | 0 | 110100 | 11000 | 10010101 | 1100100 | 100110 |
Color Harmonies of #00C15C
Complementary color
Monochromatic Colors of #00C15C
Black with #00C15C
Text Example
Text Example
White with #00C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C15C; }
p { color: rgb(0,193,92); }
H1.HeaderClassName
{
color: #00C15C;
}
.AnyTagClassName
{
color: #00C15C;
}
</style>
background-color css
<style>
a { background-color: #00C15C; }
a { background-color: rgb(0,193,92); }
div.DivClassName
{
background-color: #00C15C;
}
.BgClassName
{
background-color: #00C15C;
}
</style>
border-color css
<style>
span { border-color: #00C15C; }
span { border-color: rgb(0,193,92); }
td.TdClassName
{
border-color: #00C15C;
}
.TagClassName
{
border-color: #00C15C;
}
</style>