#12A55D

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

Shades of Shamrock Green #12A55D

Tints of Shamrock Green #12A55D

Color information

#12A55D (or 0x12A55D) is unknown color: approx Shamrock Green. HEX triplet: 12, A5 and 5D. RGB value is (18,165,93). Sum of RGB (Red+Green+Blue) = 18+165+93=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #12A55D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A55D is #ED5AA2. Grayscale: #707070. Windows color (decimal): -15555235 or 6137106. OLE color: 6137106.

HSL color Cylindrical-coordinate representation of color #12A55D: hue angle of 150.61º 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 #12A55D is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1816593-
CMYK0.8900.440.35
HSL150.61º80.33%35.88%-
HSV(B)150.61º89.09%64.71%-
XYZ15.6827.8314.9-
YUV112.84116.860.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 165 (64.84% from 255) = 59.78%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=6.52%
G=59.78%
B=33.70%

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
Decimal18165930.8900.440.35150.6180.3335.88
Hex12A55D5902C23975024
Octal222451351310544322712044
Binary1001010100101101110110110010101100100011100101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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