Shades of Shamrock Green #01935E
Tints of Shamrock Green #01935E
RGB
CMYK
RGB Variations
Color information
#01935E (or 0x01935E) is known color: Shamrock Green. HEX triplet: 01, 93 and 5E. RGB value is (1,147,94). Sum of RGB (Red+Green+Blue) = 1+147+94=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #01935E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01935E is #FE6CA1. Grayscale: #616161. Windows color (decimal): -16673954 or 6198017. OLE color: 6198017.
HSL color Cylindrical-coordinate representation of color #01935E: hue angle of 158.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01935E is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 94 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.42 |
| HSL | 158.22º | 0.99% | 0.29% | - |
| HSV(B) | 158.22º | 0.99% | 0.58% | - |
| XYZ | 12.47 | 21.68 | 14.12 | - |
| YUV | 97.3 | 126.13 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 94 | 0.99 | 0 | 0.36 | 0.42 | 158.22 | 0.99 | 0.29 |
| Hex | 1 | 93 | 5E | 63 | 0 | 24 | 2A | 9E | 63 | 1D |
| Octal | 1 | 223 | 136 | 143 | 0 | 44 | 52 | 236 | 143 | 35 |
| Binary | 1 | 10010011 | 1011110 | 1100011 | 0 | 100100 | 101010 | 10011110 | 1100011 | 11101 |
Color Harmonies of #01935E
Complementary color
Monochromatic Colors of #01935E
Black with #01935E
Text Example
Text Example
White with #01935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01935E; }
p { color: rgb(1,147,94); }
H1.HeaderClassName
{
color: #01935E;
}
.AnyTagClassName
{
color: #01935E;
}
</style>
background-color css
<style>
a { background-color: #01935E; }
a { background-color: rgb(1,147,94); }
div.DivClassName
{
background-color: #01935E;
}
.BgClassName
{
background-color: #01935E;
}
</style>
border-color css
<style>
span { border-color: #01935E; }
span { border-color: rgb(1,147,94); }
td.TdClassName
{
border-color: #01935E;
}
.TagClassName
{
border-color: #01935E;
}
</style>