Shades of Shamrock Green #12925A
Tints of Shamrock Green #12925A
RGB
CMYK
RGB Variations
Color information
#12925A (or 0x12925A) is known color: Shamrock Green. HEX triplet: 12, 92 and 5A. RGB value is (18,146,90). Sum of RGB (Red+Green+Blue) = 18+146+90=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #12925A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12925A is #ED6DA5. Grayscale: #656565. Windows color (decimal): -15560102 or 5935634. OLE color: 5935634.
HSL color Cylindrical-coordinate representation of color #12925A: hue angle of 153.75º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12925A is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 90 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.43 |
| HSL | 153.75º | 0.78% | 0.32% | - |
| HSV(B) | 153.75º | 0.88% | 0.57% | - |
| XYZ | 12.37 | 21.42 | 13.16 | - |
| YUV | 101.34 | 121.59 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 90 | 0.88 | 0 | 0.38 | 0.43 | 153.75 | 0.78 | 0.32 |
| Hex | 12 | 92 | 5A | 58 | 0 | 26 | 2B | 9A | 4E | 20 |
| Octal | 22 | 222 | 132 | 130 | 0 | 46 | 53 | 232 | 116 | 40 |
| Binary | 10010 | 10010010 | 1011010 | 1011000 | 0 | 100110 | 101011 | 10011010 | 1001110 | 100000 |
Color Harmonies of #12925A
Complementary color
Monochromatic Colors of #12925A
Black with #12925A
Text Example
Text Example
White with #12925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12925A; }
p { color: rgb(18,146,90); }
H1.HeaderClassName
{
color: #12925A;
}
.AnyTagClassName
{
color: #12925A;
}
</style>
background-color css
<style>
a { background-color: #12925A; }
a { background-color: rgb(18,146,90); }
div.DivClassName
{
background-color: #12925A;
}
.BgClassName
{
background-color: #12925A;
}
</style>
border-color css
<style>
span { border-color: #12925A; }
span { border-color: rgb(18,146,90); }
td.TdClassName
{
border-color: #12925A;
}
.TagClassName
{
border-color: #12925A;
}
</style>