#12A15D

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

Shades of Shamrock Green #12A15D

Tints of Shamrock Green #12A15D

Color information

#12A15D (or 0x12A15D) is unknown color: approx Shamrock Green. HEX triplet: 12, A1 and 5D. RGB value is (18,161,93). Sum of RGB (Red+Green+Blue) = 18+161+93=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #12A15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A15D is #ED5EA2. Grayscale: #6E6E6E. Windows color (decimal): -15556259 or 6136082. OLE color: 6136082.

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

Color convert

RGB1816193-
CMYK0.8900.420.37
HSL151.47º79.89%35.1%-
HSV(B)151.47º88.82%63.14%-
XYZ14.9726.4114.66-
YUV110.49118.1262.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 161 (63.28% from 255) = 59.19%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=6.62%
G=59.19%
B=34.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18161930.8900.420.37151.4779.8935.1
Hex12A15D5902A25975023
Octal222411351310524522712043
Binary1001010100001101110110110010101010100101100101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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