Html Css Color HEX #129355 Shamrock Green

📋 copy color: '#129355'

red 18 ◦ green 147 ◦ blue 85

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

Shades of Shamrock Green #129355

Tints of Shamrock Green #129355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.8%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 7.2%
G = 58.8%
B = 34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#129355 (or 0x129355) is known color: Shamrock Green. HEX triplet: 12, 93 and 55. RGB value is (18,147,85). Sum of RGB (Red+Green+Blue) = 18+147+85=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #129355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129355 is #ED6CAA. Grayscale: #656565. Windows color (decimal): -15559851 or 5608210. OLE color: 5608210.

HSL color Cylindrical-coordinate representation of color #129355: hue angle of 151.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129355 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 85 -
CMYK 0.88 0 0.42 0.42
HSL 151.16º 0.78% 0.32% -
HSV(B) 151.16º 0.88% 0.58% -
XYZ 12.32 21.65 12.12 -
YUV 101.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 18 147 85 0.88 0 0.42 0.42 151.16 0.78 0.32
Hex 12 93 55 58 0 2A 2A 97 4E 20
Octal 22 223 125 130 0 52 52 227 116 40
Binary 10010 10010011 1010101 1011000 0 101010 101010 10010111 1001110 100000

Color Harmonies of #129355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129355

Black with #129355

Text Example


Text Example

White with #129355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129355; }

 p { color: rgb(18,147,85); }

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

background-color css

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

 a { background-color: rgb(18,147,85); }

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

border-color css

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

 span { border-color: rgb(18,147,85); }

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