#129B58

Color #129B58 Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #129B58

Tints of Shamrock Green #129B58

Color information

#129B58 (or 0x129B58) is unknown color: approx Shamrock Green. HEX triplet: 12, 9B and 58. RGB value is (18,155,88). Sum of RGB (Red+Green+Blue) = 18+155+88=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 155 (60.94% from 255 or 59.39% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 155 - color contains mainly: green. Hex color #129B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B58 is #ED64A7. Grayscale: #6A6A6A. Windows color (decimal): -15557800 or 5806866. OLE color: 5806866.

HSL color Cylindrical-coordinate representation of color #129B58: hue angle of 150.66º 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 #129B58 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1815588-
CMYK0.8800.430.39
HSL150.66º79.19%33.92%-
HSV(B)150.66º88.39%60.78%-
XYZ13.7324.2813.19-
YUV106.4117.6164.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 155 (60.94% from 255) = 59.39%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=6.90%
G=59.39%
B=33.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18155880.8800.430.39150.6679.1933.92
Hex129B585802B27974f22
Octal222331301300534722711742
Binary1001010011011101100010110000101011100111100101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129B58; }

 p { color: rgb(18,155,88); }

 H1.HeaderClassName
 {
   color: #129B58;
 }
 .AnyTagClassName
 {
   color: #129B58;
 }
</style>
background-color css

<style>
 a { background-color: #129B58; }

 a { background-color: rgb(18,155,88); }

 div.DivClassName
 {
   background-color: #129B58;
 }
 .BgClassName
 {
   background-color: #129B58;
 }
</style>
border-color css

<style>
 span { border-color: #129B58; }

 span { border-color: rgb(18,155,88); }

 td.TdClassName
 {
   border-color: #129B58;
 }
 .TagClassName
 {
   border-color: #129B58;
 }
</style>