Html Css Color HEX #129F64 Shamrock Green

📋 copy color: '#129F64'

red 18 ◦ green 159 ◦ blue 100

#129F64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #129F64

Tints of Shamrock Green #129F64

RGB

 RED value IS 18 (7.42% from 255) = 6.5%

 GREEN value IS 159 (62.5% from 255) = 57.4%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 6.5%
G = 57.4%
B = 36.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#129F64 (or 0x129F64) is known color: Shamrock Green. HEX triplet: 12, 9F and 64. RGB value is (18,159,100). Sum of RGB (Red+Green+Blue) = 18+159+100=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #129F64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129F64 is #ED609B. Grayscale: #6E6E6E. Windows color (decimal): -15556764 or 6594322. OLE color: 6594322.

HSL color Cylindrical-coordinate representation of color #129F64: hue angle of 154.89º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F64 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 100 -
CMYK 0.89 0 0.37 0.38
HSL 154.89º 0.8% 0.35% -
HSV(B) 154.89º 0.89% 0.62% -
XYZ 14.95 25.84 16.26 -
YUV 110.12 122.29 62.3 -
System Red Green Blue C M Y K H S L
Decimal 18 159 100 0.89 0 0.37 0.38 154.89 0.8 0.35
Hex 12 9F 64 59 0 25 26 9B 50 23
Octal 22 237 144 131 0 45 46 233 120 43
Binary 10010 10011111 1100100 1011001 0 100101 100110 10011011 1010000 100011

Color Harmonies of #129F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F64

Black with #129F64

Text Example


Text Example

White with #129F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #129F64;
 }
 .AnyTagClassName
 {
   color: #129F64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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