#129A5C

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

Shades of Shamrock Green #129A5C

Tints of Shamrock Green #129A5C

Color information

#129A5C (or 0x129A5C) is unknown color: approx Shamrock Green. HEX triplet: 12, 9A and 5C. RGB value is (18,154,92). Sum of RGB (Red+Green+Blue) = 18+154+92=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #129A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129A5C is #ED65A3. Grayscale: #6A6A6A. Windows color (decimal): -15558052 or 6068754. OLE color: 6068754.

HSL color Cylindrical-coordinate representation of color #129A5C: hue angle of 152.65º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A5C is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1815492-
CMYK0.8800.400.40
HSL152.65º79.07%33.73%-
HSV(B)152.65º88.31%60.39%-
XYZ13.7424.0114.04-
YUV106.27119.9465.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 154 (60.55% from 255) = 58.33%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=6.82%
G=58.33%
B=34.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154920.8800.400.40152.6579.0733.73
Hex129A5C5802828994f22
Octal222321341300505023111742
Binary1001010011010101110010110000101000101000100110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,154,92); }

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

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

 a { background-color: rgb(18,154,92); }

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

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

 span { border-color: rgb(18,154,92); }

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