Shades of Shamrock Green #129B5A
Tints of Shamrock Green #129B5A
RGB
CMYK
RGB Variations
Color information
#129B5A (or 0x129B5A) is known color: Shamrock Green. HEX triplet: 12, 9B and 5A. RGB value is (18,155,90). Sum of RGB (Red+Green+Blue) = 18+155+90=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #129B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B5A is #ED64A5. Grayscale: #6A6A6A. Windows color (decimal): -15557798 or 5937938. OLE color: 5937938.
HSL color Cylindrical-coordinate representation of color #129B5A: hue angle of 151.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B5A is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 90 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.39 |
| HSL | 151.53º | 0.79% | 0.34% | - |
| HSV(B) | 151.53º | 0.88% | 0.61% | - |
| XYZ | 13.82 | 24.31 | 13.64 | - |
| YUV | 106.63 | 118.61 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 90 | 0.88 | 0 | 0.42 | 0.39 | 151.53 | 0.79 | 0.34 |
| Hex | 12 | 9B | 5A | 58 | 0 | 2A | 27 | 98 | 4F | 22 |
| Octal | 22 | 233 | 132 | 130 | 0 | 52 | 47 | 230 | 117 | 42 |
| Binary | 10010 | 10011011 | 1011010 | 1011000 | 0 | 101010 | 100111 | 10011000 | 1001111 | 100010 |
Color Harmonies of #129B5A
Complementary color
Monochromatic Colors of #129B5A
Black with #129B5A
Text Example
Text Example
White with #129B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B5A; }
p { color: rgb(18,155,90); }
H1.HeaderClassName
{
color: #129B5A;
}
.AnyTagClassName
{
color: #129B5A;
}
</style>
background-color css
<style>
a { background-color: #129B5A; }
a { background-color: rgb(18,155,90); }
div.DivClassName
{
background-color: #129B5A;
}
.BgClassName
{
background-color: #129B5A;
}
</style>
border-color css
<style>
span { border-color: #129B5A; }
span { border-color: rgb(18,155,90); }
td.TdClassName
{
border-color: #129B5A;
}
.TagClassName
{
border-color: #129B5A;
}
</style>