#12A65D

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

Shades of Shamrock Green #12A65D

Tints of Shamrock Green #12A65D

Color information

#12A65D (or 0x12A65D) is unknown color: approx Shamrock Green. HEX triplet: 12, A6 and 5D. RGB value is (18,166,93). Sum of RGB (Red+Green+Blue) = 18+166+93=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #12A65D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A65D is #ED59A2. Grayscale: #717171. Windows color (decimal): -15554979 or 6137362. OLE color: 6137362.

HSL color Cylindrical-coordinate representation of color #12A65D: hue angle of 150.41º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A65D is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1816693-
CMYK0.8900.440.35
HSL150.41º80.43%36.08%-
HSV(B)150.41º89.16%65.1%-
XYZ15.8628.1914.96-
YUV113.43116.4759.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 166 (65.23% from 255) = 59.93%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=6.50%
G=59.93%
B=33.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18166930.8900.440.35150.4180.4336.08
Hex12A65D5902C23965024
Octal222461351310544322612044
Binary1001010100110101110110110010101100100011100101101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A65D; }

 p { color: rgb(18,166,93); }

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

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

 a { background-color: rgb(18,166,93); }

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

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

 span { border-color: rgb(18,166,93); }

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