#12A15E

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

Shades of Shamrock Green #12A15E

Tints of Shamrock Green #12A15E

Color information

#12A15E (or 0x12A15E) is unknown color: approx Shamrock Green. HEX triplet: 12, A1 and 5E. RGB value is (18,161,94). Sum of RGB (Red+Green+Blue) = 18+161+94=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #12A15E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A15E is #ED5EA1. Grayscale: #6E6E6E. Windows color (decimal): -15556258 or 6201618. OLE color: 6201618.

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

Color convert

RGB1816194-
CMYK0.8900.420.37
HSL151.89º79.89%35.1%-
HSV(B)151.89º88.82%63.14%-
XYZ15.0126.4314.9-
YUV110.6118.6261.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 161 (63.28% from 255) = 58.97%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=6.59%
G=58.97%
B=34.43%

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
Decimal18161940.8900.420.37151.8979.8935.1
Hex12A15E5902A25985023
Octal222411361310524523012043
Binary1001010100001101111010110010101010100101100110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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