Shades of Shamrock Green #00925C
Tints of Shamrock Green #00925C
RGB
CMYK
RGB Variations
Color information
#00925C (or 0x00925C) is known color: Shamrock Green. HEX triplet: 00, 92 and 5C. RGB value is (0,146,92). Sum of RGB (Red+Green+Blue) = 0+146+92=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #00925C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00925C is #FF6DA3. Grayscale: #606060. Windows color (decimal): -16739748 or 6066688. OLE color: 6066688.
HSL color Cylindrical-coordinate representation of color #00925C: hue angle of 157.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00925C is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 92 | - |
| CMYK | 1 | 0 | 0.37 | 0.43 |
| HSL | 157.81º | 1% | 0.29% | - |
| HSV(B) | 157.81º | 1% | 0.57% | - |
| XYZ | 12.21 | 21.33 | 13.6 | - |
| YUV | 96.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 92 | 1 | 0 | 0.37 | 0.43 | 157.81 | 1 | 0.29 |
| Hex | 0 | 92 | 5C | 64 | 0 | 25 | 2B | 9E | 64 | 1D |
| Octal | 0 | 222 | 134 | 144 | 0 | 45 | 53 | 236 | 144 | 35 |
| Binary | 0 | 10010010 | 1011100 | 1100100 | 0 | 100101 | 101011 | 10011110 | 1100100 | 11101 |
Color Harmonies of #00925C
Complementary color
Monochromatic Colors of #00925C
Black with #00925C
Text Example
Text Example
White with #00925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00925C; }
p { color: rgb(0,146,92); }
H1.HeaderClassName
{
color: #00925C;
}
.AnyTagClassName
{
color: #00925C;
}
</style>
background-color css
<style>
a { background-color: #00925C; }
a { background-color: rgb(0,146,92); }
div.DivClassName
{
background-color: #00925C;
}
.BgClassName
{
background-color: #00925C;
}
</style>
border-color css
<style>
span { border-color: #00925C; }
span { border-color: rgb(0,146,92); }
td.TdClassName
{
border-color: #00925C;
}
.TagClassName
{
border-color: #00925C;
}
</style>