#129B64

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

Shades of Shamrock Green #129B64

Tints of Shamrock Green #129B64

Color information

#129B64 (or 0x129B64) is unknown color: approx Shamrock Green. HEX triplet: 12, 9B and 64. RGB value is (18,155,100). Sum of RGB (Red+Green+Blue) = 18+155+100=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #129B64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B64 is #ED649B. Grayscale: #6B6B6B. Windows color (decimal): -15557788 or 6593298. OLE color: 6593298.

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

Color convert

RGB18155100-
CMYK0.8800.350.39
HSL155.91º79.19%33.92%-
HSV(B)155.91º88.39%60.78%-
XYZ14.2724.4916.03-
YUV107.77123.6163.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=6.59%
G=56.78%
B=36.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551000.8800.350.39155.9179.1933.92
Hex129B6458023279c4f22
Octal222331441300434723411742
Binary1001010011011110010010110000100011100111100111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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