Shades of Shamrock Green #01965C
Tints of Shamrock Green #01965C
RGB
CMYK
RGB Variations
Color information
#01965C (or 0x01965C) is known color: Shamrock Green. HEX triplet: 01, 96 and 5C. RGB value is (1,150,92). Sum of RGB (Red+Green+Blue) = 1+150+92=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #01965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01965C is #FE69A3. Grayscale: #626262. Windows color (decimal): -16673188 or 6067713. OLE color: 6067713.
HSL color Cylindrical-coordinate representation of color #01965C: hue angle of 156.64º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01965C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 92 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.41 |
| HSL | 156.64º | 0.99% | 0.3% | - |
| HSV(B) | 156.64º | 0.99% | 0.59% | - |
| XYZ | 12.85 | 22.59 | 13.81 | - |
| YUV | 98.84 | 124.14 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 92 | 0.99 | 0 | 0.39 | 0.41 | 156.64 | 0.99 | 0.3 |
| Hex | 1 | 96 | 5C | 63 | 0 | 27 | 29 | 9D | 63 | 1E |
| Octal | 1 | 226 | 134 | 143 | 0 | 47 | 51 | 235 | 143 | 36 |
| Binary | 1 | 10010110 | 1011100 | 1100011 | 0 | 100111 | 101001 | 10011101 | 1100011 | 11110 |
Color Harmonies of #01965C
Complementary color
Monochromatic Colors of #01965C
Black with #01965C
Text Example
Text Example
White with #01965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01965C; }
p { color: rgb(1,150,92); }
H1.HeaderClassName
{
color: #01965C;
}
.AnyTagClassName
{
color: #01965C;
}
</style>
background-color css
<style>
a { background-color: #01965C; }
a { background-color: rgb(1,150,92); }
div.DivClassName
{
background-color: #01965C;
}
.BgClassName
{
background-color: #01965C;
}
</style>
border-color css
<style>
span { border-color: #01965C; }
span { border-color: rgb(1,150,92); }
td.TdClassName
{
border-color: #01965C;
}
.TagClassName
{
border-color: #01965C;
}
</style>