Shades of Shamrock Green #00945A
Tints of Shamrock Green #00945A
RGB
CMYK
RGB Variations
Color information
#00945A (or 0x00945A) is known color: Shamrock Green. HEX triplet: 00, 94 and 5A. RGB value is (0,148,90). Sum of RGB (Red+Green+Blue) = 0+148+90=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #00945A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00945A is #FF6BA5. Grayscale: #616161. Windows color (decimal): -16739238 or 5936128. OLE color: 5936128.
HSL color Cylindrical-coordinate representation of color #00945A: hue angle of 156.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00945A is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 90 | - |
| CMYK | 1 | 0 | 0.39 | 0.42 |
| HSL | 156.49º | 1% | 0.29% | - |
| HSV(B) | 156.49º | 1% | 0.58% | - |
| XYZ | 12.44 | 21.92 | 13.25 | - |
| YUV | 97.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 90 | 1 | 0 | 0.39 | 0.42 | 156.49 | 1 | 0.29 |
| Hex | 0 | 94 | 5A | 64 | 0 | 27 | 2A | 9C | 64 | 1D |
| Octal | 0 | 224 | 132 | 144 | 0 | 47 | 52 | 234 | 144 | 35 |
| Binary | 0 | 10010100 | 1011010 | 1100100 | 0 | 100111 | 101010 | 10011100 | 1100100 | 11101 |
Color Harmonies of #00945A
Complementary color
Monochromatic Colors of #00945A
Black with #00945A
Text Example
Text Example
White with #00945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00945A; }
p { color: rgb(0,148,90); }
H1.HeaderClassName
{
color: #00945A;
}
.AnyTagClassName
{
color: #00945A;
}
</style>
background-color css
<style>
a { background-color: #00945A; }
a { background-color: rgb(0,148,90); }
div.DivClassName
{
background-color: #00945A;
}
.BgClassName
{
background-color: #00945A;
}
</style>
border-color css
<style>
span { border-color: #00945A; }
span { border-color: rgb(0,148,90); }
td.TdClassName
{
border-color: #00945A;
}
.TagClassName
{
border-color: #00945A;
}
</style>