Html Css Color HEX #12955C Shamrock Green

📋 copy color: '#12955C'

red 18 ◦ green 149 ◦ blue 92

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

Shades of Shamrock Green #12955C

Tints of Shamrock Green #12955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.53%

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 6.95%
G = 57.53%
B = 35.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#12955C (or 0x12955C) is known color: Shamrock Green. HEX triplet: 12, 95 and 5C. RGB value is (18,149,92). Sum of RGB (Red+Green+Blue) = 18+149+92=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #12955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12955C is #ED6AA3. Grayscale: #676767. Windows color (decimal): -15559332 or 6067474. OLE color: 6067474.

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

Color convert

RGB 18 149 92 -
CMYK 0.88 0 0.38 0.42
HSL 153.89º 0.78% 0.33% -
HSV(B) 153.89º 0.88% 0.58% -
XYZ 12.93 22.4 13.77 -
YUV 103.33 121.6 67.13 -
System Red Green Blue C M Y K H S L
Decimal 18 149 92 0.88 0 0.38 0.42 153.89 0.78 0.33
Hex 12 95 5C 58 0 26 2A 9A 4E 21
Octal 22 225 134 130 0 46 52 232 116 41
Binary 10010 10010101 1011100 1011000 0 100110 101010 10011010 1001110 100001

Color Harmonies of #12955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12955C

Black with #12955C

Text Example


Text Example

White with #12955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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