#129C68

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

Shades of Shamrock Green #129C68

Tints of Shamrock Green #129C68

Color information

#129C68 (or 0x129C68) is unknown color: approx Shamrock Green. HEX triplet: 12, 9C and 68. RGB value is (18,156,104). Sum of RGB (Red+Green+Blue) = 18+156+104=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #129C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C68 is #ED6397. Grayscale: #6C6C6C. Windows color (decimal): -15557528 or 6855698. OLE color: 6855698.

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

Color convert

RGB18156104-
CMYK0.8800.330.39
HSL157.39º79.31%34.12%-
HSV(B)157.39º88.46%61.18%-
XYZ14.6424.9117.13-
YUV108.81125.2863.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 156 (61.33% from 255) = 56.12%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=6.47%
G=56.12%
B=37.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181561040.8800.330.39157.3979.3134.12
Hex129C6858021279d4f22
Octal222341501300414723511742
Binary1001010011100110100010110000100001100111100111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,156,104); }

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

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

 a { background-color: rgb(18,156,104); }

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

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

 span { border-color: rgb(18,156,104); }

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