#12935E

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

Shades of Shamrock Green #12935E

Tints of Shamrock Green #12935E

Color information

#12935E (or 0x12935E) is unknown color: approx Shamrock Green. HEX triplet: 12, 93 and 5E. RGB value is (18,147,94). Sum of RGB (Red+Green+Blue) = 18+147+94=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #12935E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12935E is #ED6CA1. Grayscale: #666666. Windows color (decimal): -15559842 or 6198034. OLE color: 6198034.

HSL color Cylindrical-coordinate representation of color #12935E: hue angle of 155.35º 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 #12935E is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1814794-
CMYK0.8800.360.42
HSL155.35º78.18%32.35%-
HSV(B)155.35º87.76%57.65%-
XYZ12.721.814.13-
YUV102.39123.2667.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=6.95%
G=56.76%
B=36.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18147940.8800.360.42155.3578.1832.35
Hex12935E580242A9b4e20
Octal222231361300445223311640
Binary1001010010011101111010110000100100101010100110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12935E; }

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

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

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

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

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

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

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

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